The following document is an XSLT transform of the XQuery Testing Task Force (XQTTF) test catalog. The test catalog is an XML file containing meta-data about the XQuery interoperability tests published by the XQTTF. The meta-data serves to link test queries with their required input sources and results as well as providing further information about the tests (e.g. who the author was, what the purpose of the test is) and categorizing the various tests into their relevant sections. For further information and details about this catalog file, please visit the XQTTF homepage at http://www.w3.org/XML/Query/test-suite/.
| Name | Description | Note |
|---|---|---|
| XQuery | XQuery 1.0: An XML Query Language | |
| FuncOps | XQuery 1.0 and XPath 2.0 Functions and Operators | |
| DataModel | XQuery 1.0 and XPath 2.0 Data Model | |
| FormalSemantics | XQuery 1.0 and XPath 2.0 Formal Semantics | |
| SchemaPart2 | XML Schema Part 2: Datatypes | |
| Schema-Errata | XML Schema Errata | Current practice is to have one Errata document for all parts of Schema. |
| UseCases | XML Query Use Cases | |
| XQueryX | XML Syntax for XQuery 1.0 (XQueryX) | |
| Serialization | XSLT 2.0 and XQuery 1.0 Serialization |
| Name | Description |
|---|---|
| XML | The XML InfoSets should be canonicalized and compared. |
| Fragment | A 'fragment' refers to an XML based instance which has multiple top-level elements and NO XML declaration. The comparator for this should simply wrap the entire fragment in a container element and perform XML comparison. |
| Text | Each line of non-whitespace text should match. New-line sequences may vary and should be neutralized. Due to issues with the XML serialization of certain characters (e.g. '<'), it is not possible to simply compare the actual and expected results. Rather (as is the case with the 'Fragment' comparator) the test harness should convert the results into valid XML (by adding a container element) and perform comparison on the XML canonicalized versions of the results. |
| Ignore | Only the presence/absence of this file is significant, not its content. |
| Inspect | Automated comparison is not possible. the output should be inspected by a human. |
| Name | Description |
|---|---|
| standard | A query this is expected to produce valid results. Principal input should always be specified, even if the query doesn't have any PathExpr. |
| parse-error | A query this is expected to raise a parsing/syntax error at query parse time. Principal input should always be specified, even if the query doesn't have any PathExpr. |
| runtime-error | A query this is expected to raise a runtime error at query parse time. Runtime errors in this case include those raised by static typing rules. Principal input should always be specified, even if the query doesn't have any PathExpr. |
| trivial | A query this is expected to produce valid results. Principal input should always be specified, even if the query doesn't have any PathExpr. The initial query returns an <xqx:xquery> element (Trivial Embedding of XQuery). This embedded query is then executed to produce the final result. |
| Name | Description |
|---|---|
| principal-data | This is the source that is handed in to the processor as the initial input sequence, setting the "evaluation context" as described in XQuery chapter 2. |
| supplemental-data | These are sources that may be read by functions such as fn:document() as the query is evaluated. |
| schema | These are schema definitions that may be referenced by sources or in the query. |
| dtd | These are dtd definitions that may be referenced by sources or in the query. |
| principal | This is an output (either text or XML) that will contain the query results. If the processor invocation sequence accepts a filename for results, this name may be passed, possibly prefixed by a partial directory path to allow storage of the results in a separate directory tree. |
| console-log | This is an output (text file tagged .log) that will contain the captured "console" output for a command-line invocation, or equivalent messages from a harness. The main goal is to capture error messages that came from the processor. |
| ID | Creator | Schema | File | Description |
|---|---|---|---|---|
| XQTSCatalog | XQuery Test Task Force | XQTSCatalogxsd | XQTSCatalog.xml | XQuery Test Suite Catalog |
| bib2 | spec-authors | TestSources/bib2.xml | Bibliography example with extra comments and PIs. | |
| emptydoc | David Marston | TestSources/emptydoc.xml | Contains just a "doc" element, no comments/text/PIs. | |
| fsx | Mike Rorke | TestSources/fsx.xml | Data about a filesystem represented in XML. | |
| fsx_NS | Mike Rorke | TestSources/fsx_NS.xml | Data about a filesystem represented in XML with namespace-qualified names. | |
| MixNS | David Marston | TestSources/MixNS.xml | Small tree with element names in mixed namespaces. | |
| nw_Customers | Kuen Siew | TestSources/nw_Customers.xml | Customer name/address file with some non-ASCII characters. | |
| TopMany | David Marston | TestSources/TopMany.xml | Like TreeCompass, but with comments and PIs off the root. PI targets vary. | |
| Tree1Child | David Marston | TestSources/Tree1Child.xml | A "compass" tree that has just one child, of an abnormal name, off the center node. | |
| Tree1Text | David Marston | TestSources/Tree1Text.xml | A "compass" tree that has just a text node and no child element off the center node. | |
| TreeCompass | David Marston | TestSources/TreeCompass.xml | A tree intended to allow many kinds of path expressions. | |
| TreeEmpty | David Marston | TestSources/TreeEmpty.xml | A "compass" tree that has just one "south" element at the top, bearing one "mark" attribute. | |
| TreeRepeat | David Marston | TestSources/TreeRepeat.xml | A "compass" tree that has center elements off the real center node. | |
| TreeStack | David Marston | TestSources/TreeStack.xml | A "compass" tree that has several "south" elements, some stacked within each other. | |
| TreeTrunc | David Marston | TestSources/TreeTrunc.xml | A "compass" tree that has no content at all in center or west, no attributes anywhere. | |
| xq311A | David Marston | TestSources/xq311A.xml | Data that fits first example in XQuery 3.11. | |
| xq311B | David Marston | TestSources/xq311B.xml | Data that fits later examples in XQuery 3.11. | |
| DupNode | Andreas Behm | TestSources/DupNode.xml | Simple document with all node kinds | |
| inscope | Andreas Behm | TestSources/inscope.xml | Simple document with namespaces | |
| nsmode | Andreas Behm | TestSources/nsmode.xml | Source document for namespace copy modes | |
| works | Carmelo Montanez | TestSources/works.xml | Data for various NIST tests | |
| examples | Carmelo Montanez | examplesxsd | TestSources/examples.xml | Data for fn-data-1 test. |
| works-mod | Carmelo Montanez | TestSources/works-mod.xml | Data for various NIST tests (abbreviated, unabbreviated syntax) | |
| lang | Carmelo Montanez | TestSources/lang.xml | Data for fn:lang tests. | |
| staff | Carmelo Montanez | TestSources/staff.xml | Data for various NIST tests | |
| acme_corp | Ravindranath Chennoju | TestSources/acme_corp.xml | Source document for Function Declaration tests | |
| bib | XML Query WG | TestSources/bib.xml | Data for the the XML Query XMP use cases | |
| reviews | XML Query WG | TestSources/reviews.xml | Data for the the XML Query XMP use cases | |
| books | XML Query WG | TestSources/books.xml | Data for the the XML Query XMP use cases | |
| prices | XML Query WG | TestSources/prices.xml | Data for the the XML Query XMP use cases | |
| book | XML Query WG | TestSources/book.xml | Data for the the XML Query TREE use cases | |
| report1 | XML Query WG | TestSources/report1.xml | Data for the the XML Query SEQ use cases | |
| items | XML Query WG | TestSources/items.xml | Data for the the XML Query RDB use cases | |
| bids | XML Query WG | TestSources/bids.xml | Data for the the XML Query RDB use cases | |
| users | XML Query WG | TestSources/users.xml | Data for the the XML Query RDB use cases | |
| string | XML Query WG | TestSources/string.xml | Data for the the XML Query STRING use cases | |
| company-data | XML Query WG | TestSources/company-data.xml | Data for the the XML Query STRING use cases | |
| auction | XML Query WG | TestSources/auction.xml | Data for the the XML Query NS use cases | |
| partlist | XML Query WG | TestSources/partlist.xml | Data for the the XML Query PARTS use cases | |
| sgml | XML Query WG | TestSources/sgml.xml | Data for the the XML Query SGML use cases | |
| atomic | Carmelo Montanez | atomicxsd | TestSources/atomic.xml | A Schema validated xml file, that contains values for data types. Can be used by any test. |
| id-idref-dtd | Carmelo Montanez | TestSources/iddtd.xml | A DTD validated xml file, that contains data for the ID/IDREF function tests. | |
| atomicns | Carmelo Montanez | TestSources/atomicns.xml | A non schema validated xml file, that contains values for data types. Can be used by any test. | |
| orderData | Carmelo Montanez | orderDataxsd | TestSources/orderData.xml | A Schema validated xml file, that contains values for some of the order by tests generated by NIST. |
| id-idref | Carmelo Montanez | idxsd | TestSources/id.xml | Data for id and idref related functions. |
| SpecialTypes | Mike Rorke | SpecialTypesXSD | TestSources/SpecialTypes.xml | A Schema validated XML file containing certain special types e.g. interleave types, union types, anySimpleType |
| QNameSource | Mike Rorke | QNameSourceXSD | TestSources/QName-source.xml | A schema validated XML file containing QName and QName derived types. |
| notation | Andreas Behm | notationschema | TestSources/notation.xml | A Scehma validated xml file with NOTATION elements |
| textWithSpaces | Joanne Tong | TestSources/textWithSpaces.xml | Data for normalize-space functions |
| ID | Creator | Contents | Description |
|---|---|---|---|
| collection1 | Andrew Eisenberg | bib, reviews | A simple collection of documents. |
| collection2 | Andrew Eisenberg | bib, reviews, books | A simple collection of documents. |
| ID | Creator | File | Description |
|---|---|---|---|
| module1-lib | Carmelo Montanez | TestSources/module1-lib | Library module for "modules-18" query |
| module2-lib | Carmelo Montanez | TestSources/module2-lib | Library module for "modules-18" query |
| empty-lib | Mary Holstege | TestSources/empty-lib | Library module for "modules-none" query |
| emptyns-lib | Mary Holstege | TestSources/emptyns-lib | Library module with empty namespace |
| test1-lib | Mary Holstege | TestSources/test1-lib | Simple library module |
| test2-lib | Carmelo Montanez | TestSources/test2-lib | Library module with namespace URI set to empty string. |
| test1a-lib | Mary Holstege | TestSources/test1a-lib | Simple library module |
| test1collide1-lib | Mary Holstege | TestSources/test1collide1-lib | Library module with colliding definitions |
| test1collide2-lib | Mary Holstege | TestSources/test1collide2-lib | Library module with colliding definitions |
| test1c1-lib | Mary Holstege | TestSources/test1c1-lib | Library module with circular includes |
| test2c1-lib | Mary Holstege | TestSources/test2c1-lib | Library module with circular includes |
| context-lib | Mary Holstege | TestSources/context-lib | Library module with interesting context |
| module-defs | Carmelo Montanez | TestSources/moduleDefs-lib | Library module with definitions for various NIST tests. |
| modulewrongprefix-lib | Carmelo Montanez | TestSources/moduleDefs-lib | Library module with invalid namespace prefix ("xml") |
| modulesdiffns | Carmelo Montanez | TestSources/modulesdiffns-lib | Library module with variable on different namespace than target. |
| combined-errors-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates simple module import to generate error code if feature not supported. | ||
| Spec Citations: | ||
| #id-module-feature | ||
| Query: | ||
| Queries/XQuery/OptionalFeatureErrors/CombinedErrorCodes/combined-errors-1.xq | ||
| Modules: | ||
| Module ID: module-defs | Namespace: http://www.w3.org/TestModules/defs | |
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/OptionalFeatureErrors/CombinedErrorCodes/combined-errors-1.txt |
| Error: err:XQST0016 | ||
| combined-errors-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates simple schema import to generate error code if feature not supported. | ||
| Spec Citations: | ||
| #id-schema-import-feature | ||
| Query: | ||
| Queries/XQuery/OptionalFeatureErrors/CombinedErrorCodes/combined-errors-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/OptionalFeatureErrors/CombinedErrorCodes/combined-errors-2.txt |
| Error: err:XQST0009 | ||
| combined-errors-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates simple schema validation feature to generate error code if feature not supported. | ||
| Spec Citations: | ||
| #id-schema-validation-feature | ||
| Query: | ||
| Queries/XQuery/OptionalFeatureErrors/CombinedErrorCodes/combined-errors-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/OptionalFeatureErrors/CombinedErrorCodes/combined-errors-3.txt |
| Error: err:XQST0075 | ||
| Error: err:XQST0009 | ||
| combined-errors-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates simple full axis feature (preceding axis) to generate error code if feature not supported. | ||
| Spec Citations: | ||
| #id-full-axis-feature | ||
| Query: | ||
| Queries/XQuery/OptionalFeatureErrors/CombinedErrorCodes/combined-errors-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/OptionalFeatureErrors/CombinedErrorCodes/combined-errors-4.txt |
| Error: err:XPST0010 | ||
| K-CombinedErrorCodes-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Schema import binding to no namespace, and no location hint. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/OptionalFeatureErrors/CombinedErrorCodes/K-CombinedErrorCodes-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0009 | ||
| Error: err:XQST0059 | ||
| K-CombinedErrorCodes-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Schema import binding to no namespace, but has a location hint. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/OptionalFeatureErrors/CombinedErrorCodes/K-CombinedErrorCodes-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0009 | ||
| Error: err:XQST0059 | ||
| K-CombinedErrorCodes-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Schema import binding to no namespace, but has three location hints. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/OptionalFeatureErrors/CombinedErrorCodes/K-CombinedErrorCodes-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0009 | ||
| Error: err:XQST0059 | ||
| K-CombinedErrorCodes-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Schema import binding to no namespace, but has three location hints. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/OptionalFeatureErrors/CombinedErrorCodes/K-CombinedErrorCodes-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0009 | ||
| Error: err:XQST0059 | ||
| K-CombinedErrorCodes-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Schema import binding to a namespace, and has three location hints. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/OptionalFeatureErrors/CombinedErrorCodes/K-CombinedErrorCodes-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0009 | ||
| Error: err:XQST0059 | ||
| K-CombinedErrorCodes-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Schema import binding to the default element namespace, and has three location hints. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/OptionalFeatureErrors/CombinedErrorCodes/K-CombinedErrorCodes-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0009 | ||
| Error: err:XQST0059 | ||
| K-CombinedErrorCodes-7 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| ':=' cannot be used to assing namespaces in 'import schema'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/OptionalFeatureErrors/CombinedErrorCodes/K-CombinedErrorCodes-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-CombinedErrorCodes-10 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A 'validate' expression with an invalid operand. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/OptionalFeatureErrors/CombinedErrorCodes/K-CombinedErrorCodes-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQTY0030 | ||
| Error: err:XQST0075 | ||
| K-CombinedErrorCodes-11 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A 'validate' expression with an invalid operand. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/OptionalFeatureErrors/CombinedErrorCodes/K-CombinedErrorCodes-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQTY0030 | ||
| Error: err:XQST0075 | ||
| K-CombinedErrorCodes-12 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A 'validate' expression with an invalid operand. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/OptionalFeatureErrors/CombinedErrorCodes/K-CombinedErrorCodes-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQTY0030 | ||
| Error: err:XQST0075 | ||
| K-CombinedErrorCodes-13 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A 'validate' expression with an invalid operand. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/OptionalFeatureErrors/CombinedErrorCodes/K-CombinedErrorCodes-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQTY0030 | ||
| Error: err:XQST0075 | ||
| K-CombinedErrorCodes-14 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A 'validate' expression with an invalid operand. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/OptionalFeatureErrors/CombinedErrorCodes/K-CombinedErrorCodes-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Error: err:XQST0075 | ||
| K-CombinedErrorCodes-15 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A 'validate' expression with an invalid operand. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/OptionalFeatureErrors/CombinedErrorCodes/K-CombinedErrorCodes-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Error: err:XQST0075 | ||
| K-CombinedErrorCodes-16 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A 'validate' expression with an invalid operand. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/OptionalFeatureErrors/CombinedErrorCodes/K-CombinedErrorCodes-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Error: err:XQST0075 | ||
| static-context-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates an expression relies on some component of the static context that has not been assigned a value. | ||
| Spec Citations: | ||
| #static_context | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Basics/StaticContext/static-context-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0001 | ||
| Error: err:XPTY0004 | ||
| sequence-type-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple evaluation of sequence type matching involving instance of and a sequence of integers. | ||
| Spec Citations: | ||
| #id-sequencetype-matching | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Basics/Types/SequenceTypeSyntax/sequence-type-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Basics/Types/SequenceTypeSyntax/truevalue.txt |
| sequence-type-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple evaluation of sequence type matching involving instance of and a sequence of doubles. | ||
| Spec Citations: | ||
| #id-sequencetype-matching | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Basics/Types/SequenceTypeSyntax/sequence-type-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Basics/Types/SequenceTypeSyntax/truevalue.txt |
| sequence-type-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple evaluation of sequence type matching involving instance of and a sequence of decimal. | ||
| Spec Citations: | ||
| #id-sequencetype-matching | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Basics/Types/SequenceTypeSyntax/sequence-type-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Basics/Types/SequenceTypeSyntax/truevalue.txt |
| sequence-type-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple evaluation of sequence type matching involving instance of and a sequence of strings. | ||
| Spec Citations: | ||
| #id-sequencetype-matching | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Basics/Types/SequenceTypeSyntax/sequence-type-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Basics/Types/SequenceTypeSyntax/truevalue.txt |
| sequence-type-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple evaluation of sequence type matching involving instance of and a sequence of strings. (uses integer*). | ||
| Spec Citations: | ||
| #id-sequencetype-matching | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Basics/Types/SequenceTypeSyntax/sequence-type-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Basics/Types/SequenceTypeSyntax/falsevalue.txt |
| sequence-type-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple evaluation of sequence type matching involving instance of and a sequence of one integer (Uses integer?). | ||
| Spec Citations: | ||
| #id-sequencetype-matching | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Basics/Types/SequenceTypeSyntax/sequence-type-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Basics/Types/SequenceTypeSyntax/truevalue.txt |
| sequence-type-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple evaluation of sequence type matching involving instance of and a sequence of integers. (Uses integer?). | ||
| Spec Citations: | ||
| #id-sequencetype-matching | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Basics/Types/SequenceTypeSyntax/sequence-type-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Basics/Types/SequenceTypeSyntax/falsevalue.txt |
| sequence-type-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple evaluation of sequence type matching involving instance of and a sequence of integers. (Uses integer+). | ||
| Spec Citations: | ||
| #id-sequencetype-matching | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Basics/Types/SequenceTypeSyntax/sequence-type-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Basics/Types/SequenceTypeSyntax/truevalue.txt |
| sequence-type-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple evaluation of sequence type matching involving castable as and a sequence of one integer. (Uses integer?). | ||
| Spec Citations: | ||
| #id-sequencetype-matching | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Basics/Types/SequenceTypeSyntax/sequence-type-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Basics/Types/SequenceTypeSyntax/truevalue.txt |
| sequence-type-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple evaluation of sequence type matching involving castable as and a sequence of two integers. (Uses integer?). | ||
| Spec Citations: | ||
| #id-sequencetype-matching | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Basics/Types/SequenceTypeSyntax/sequence-type-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Basics/Types/SequenceTypeSyntax/falsevalue.txt |
| sequence-type-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple evaluation of sequence type matching involving castable as and a sequence of one double. (Uses double?). | ||
| Spec Citations: | ||
| #id-sequencetype-matching | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Basics/Types/SequenceTypeSyntax/sequence-type-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Basics/Types/SequenceTypeSyntax/truevalue.txt |
| sequence-type-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple evaluation of sequence type matching involving castable as and a sequence of two double. (Uses double?). | ||
| Spec Citations: | ||
| #id-sequencetype-matching | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Basics/Types/SequenceTypeSyntax/sequence-type-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Basics/Types/SequenceTypeSyntax/falsevalue.txt |
| sequence-type-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple evaluation of sequence type matching involving castable as and a sequence of one decimal. (Uses decimal?). | ||
| Spec Citations: | ||
| #id-sequencetype-matching | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Basics/Types/SequenceTypeSyntax/sequence-type-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Basics/Types/SequenceTypeSyntax/truevalue.txt |
| sequence-type-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple evaluation of sequence type matching involving castable as and a sequence of two decimals. (Uses decimal?). | ||
| Spec Citations: | ||
| #id-sequencetype-matching | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Basics/Types/SequenceTypeSyntax/sequence-type-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Basics/Types/SequenceTypeSyntax/falsevalue.txt |
| sequence-type-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple evaluation of sequence type matching involving castable as and a sequence of one string. (Uses string?). | ||
| Spec Citations: | ||
| #id-sequencetype-matching | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Basics/Types/SequenceTypeSyntax/sequence-type-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Basics/Types/SequenceTypeSyntax/truevalue.txt |
| sequence-type-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple evaluation of sequence type matching involving castable as and a sequence of two strings. (Uses string?). | ||
| Spec Citations: | ||
| #id-sequencetype-matching | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Basics/Types/SequenceTypeSyntax/sequence-type-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Basics/Types/SequenceTypeSyntax/falsevalue.txt |
| sequence-type-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple evaluation of sequence type matching involving castable as and a sequence of one string. (Uses integer?). | ||
| Spec Citations: | ||
| #id-sequencetype-matching | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Basics/Types/SequenceTypeSyntax/sequence-type-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Basics/Types/SequenceTypeSyntax/falsevalue.txt |
| sequence-type-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple evaluation of sequence type matching involving castable as and a sequence of two strings. (Uses integer?). | ||
| Spec Citations: | ||
| #id-sequencetype-matching | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Basics/Types/SequenceTypeSyntax/sequence-type-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Basics/Types/SequenceTypeSyntax/falsevalue.txt |
| sequence-type-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple evaluation of sequence type matching involving instance of and a sequence of two booleans. (Uses xs:boolean*). | ||
| Spec Citations: | ||
| #id-sequencetype-matching | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Basics/Types/SequenceTypeSyntax/sequence-type-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Basics/Types/SequenceTypeSyntax/truevalue.txt |
| sequence-type-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple evaluation of sequence type matching involving instance of and a sequence of two booleans. (Uses xs:boolean?). | ||
| Spec Citations: | ||
| #id-sequencetype-matching | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Basics/Types/SequenceTypeSyntax/sequence-type-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Basics/Types/SequenceTypeSyntax/falsevalue.txt |
| sequence-type-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple evaluation of sequence type matching involving instance of and a sequence of two booleans. (Uses xs:boolean+). | ||
| Spec Citations: | ||
| #id-sequencetype-matching | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Basics/Types/SequenceTypeSyntax/sequence-type-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Basics/Types/SequenceTypeSyntax/truevalue.txt |
| Literals001 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Simple use case for string literals. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals001.txt |
| Literals002 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Simple use case for string literals. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals002.txt |
| Literals003 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test case where string literal contains a new line. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals003.txt |
| Literals004 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test case where string literal contains a new line. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals004.txt |
| Literals005 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test case for a sequence of string literals. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrimaryExpr/Literals/Literals005.xml |
| Literals006 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Unterminated string literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals007 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Unterminated string literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals008 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Incorrectly terminated string literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals009 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Incorrectly terminated string literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals010 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid interger literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals010.txt |
| Literals011 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid interger literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals011.txt |
| Literals012 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid decimal literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals012.txt |
| Literals013 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid decimal literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals013.txt |
| Literals014 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid decimal literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals014.txt |
| Literals015 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid decimal literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals015.txt |
| Literals016 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals016.txt |
| Literals017 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals017.txt |
| Literals018 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals018.txt |
| Literals019 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals019.txt |
| Literals020 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals020.txt |
| Literals021 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals021.txt |
| Literals022 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals022.txt |
| Literals023 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals023.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals023.txt |
| Literals024 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals024.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals024.txt |
| Literals025 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals025.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals025.txt |
| Literals026 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals026.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals026.txt |
| Literals027 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals027.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals027.txt |
| Literals028 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals028.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals028.txt |
| Literals029 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals029.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals029.txt |
| Literals030 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals030.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals030.txt |
| Literals031 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals031.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals031.txt |
| Literals032 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals032.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals032.txt |
| Literals033 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals033.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals033.txt |
| Literals034 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals034.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals034.txt |
| Literals035 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for valid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals035.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals035.txt |
| Literals036 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Test for invalid decimal literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals036.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals037 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Test for invalid decimal literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals037.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals038 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Test for invalid decimal literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals038.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals039 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Test for invalid decimal literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals039.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals040 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Test for invalid decimal literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals040.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals041 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Test for invalid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals041.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals042 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Test for invalid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals042.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals043 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Test for invalid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals043.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals044 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Test for invalid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals044.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals045 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Test for invalid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals045.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals046 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Test for invalid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals046.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals047 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Test for invalid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals047.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals048 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Test for invalid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals048.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals049 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Test for invalid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals049.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals050 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Test for invalid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals050.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals051 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Test for invalid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals051.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals052 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Test for invalid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals052.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals053 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Test for invalid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals053.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals054 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Test for invalid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals054.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals055 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Test for invalid double literal. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals055.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Literals056 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for string literal containing the predefined entity reference '&'. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals056.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals056.txt |
| Literals057 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for string literal containing the predefined entity reference '"'. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals057.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals057.txt |
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals057-1.txt |
| Literals058 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for string literal containing the predefined entity reference '''. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals058.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals058.txt |
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals058-1.txt |
| Literals059 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for string literal containing the predefined entity reference '<'. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals059.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals059.txt |
| Literals060 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for string literal containing the predefined entity reference '>'. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals060.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals060.txt |
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals060-1.txt |
| Literals061 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test for string literal containing the character reference '€' which transaltes into the 'Euro' currency symbol. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals061.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals061.txt |
| Literals062 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test the escaping of the " (quotation) character in XQuery. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals062.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals062.txt |
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals062-1.txt |
| Literals063 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test the escaping of the ' (apostrophe) character in XQuery. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals063.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals063.txt |
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals063-1.txt |
| Literals064 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test the escaping of the ' (apostrophe) and " (quotation) characters in XQuery. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals064.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals064.txt |
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals064-1.txt |
| Literals065 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test the escaping of the ' (apostrophe) and " (quotation) characters in XQuery. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals065.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals065.txt |
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals065-1.txt |
| Literals066 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test the escaping of the ' (apostrophe) and " (quotation) characters as part of an XML element constructor. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals066.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrimaryExpr/Literals/Literals066.xml |
| Literals067 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test the escaping of the ' (apostrophe) and " (quotation) characters as part of an XML attribute constructor. Notice that the " (quote) characters need to be entitized in the attribute content for XML validity. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals067.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrimaryExpr/Literals/Literals067.xml |
| Literals068 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test the escaping of the ' (apostrophe) and " (quotation) characters as part of an XML text node constructor. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals068.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals068.txt |
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals068-1.txt |
| Literals069 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test the escaping of the ' (apostrophe) and " (quotation) characters as part of an XML text node constructor. | ||
| Spec Citations: | ||
| #id-literals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals069.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals069.txt |
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/Literals069-1.txt |
| K-Literals-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `'fo''o' eq 'fo''o'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-1.txt |
| K-Literals-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `'foo' eq "foo"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-2.txt |
| K-Literals-3 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `'f'oo'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| '""""' is a valid string literal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-4.txt |
| K-Literals-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| '''''' is a valid string literal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-5.txt |
| K-Literals-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| '"fo""""' is a valid string literal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-6.txt |
| K-Literals-7 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| '"f"oo"' is an invalid string literal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| '3.' is a valid number literal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-8.txt |
| K-Literals-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| '.3' is a valid number literal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-9.txt |
| K-Literals-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1.3e-3 instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-10.txt |
| K-Literals-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1.e+3 instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-11.txt |
| K-Literals-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1.e3 instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-12.txt |
| K-Literals-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1231.123e3 instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-13.txt |
| K-Literals-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1.E3 instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-14.txt |
| K-Literals-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `-1231.123e3 instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-15.txt |
| K-Literals-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `3 instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-16.txt |
| K-Literals-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `3.3 instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-17.txt |
| K-Literals-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `3.3e1 instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-18.txt |
| K-Literals-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `"a xs:string" instance of xs:string`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-19.txt |
| K-Literals-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(xs:double("NaN"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-20.txt |
| K-Literals-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(xs:float("NaN"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-21.txt |
| K-Literals-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float("NaN") instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-22.txt |
| K-Literals-23 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| '3 >E 2' is a syntatically invalid expression. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-24 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A syntactically invalid query, reminding of somekind of literal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-25 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A syntactically invalid query. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-26 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| '432f542' is a syntactically invalid expression. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-27 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| '.54.45' is a syntactically invalid expression. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| '.3' is a valid literal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-28.txt |
| K-Literals-29 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| An empty string is not a valid XPath/XQuery expression. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-30 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| '{1}' is a syntactically invalid XQuery expression. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-31 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| An invalid character reference. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-32 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| An invalid decimal character reference. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-33 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| An invalid decimal character reference. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-34 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| An invalid decimal character reference. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-35 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| An invalid decimal character reference. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-36 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| An invalid decimal character reference, they cannot contain whitespace. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-37 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of a decimal character reference. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-37.txt |
| K-Literals-38 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| An invalid hexa-decimal character reference. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-39 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| An invalid hexa-decimal character reference. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-40 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| An invalid hexa-decimal character reference. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-41 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| An invalid hexa-decimal character reference, they cannot contain whitespace. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-42 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| 'LT' is not a predefined character reference. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-43 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| 'lte' is not a predefined character reference. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-44 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| '&' must be escaped. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-45 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| An invalid hexa-decimal character reference. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-46 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test containing all predefined character references and one hexa and decimal character reference. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-46.txt |
| K-Literals-47 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of a hexa decimal character reference. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-47.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-47.txt |
| K-Literals-48 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| The 'x' in a hexa decimal character reference must be lower case. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-48.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-Literals-49 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An '&' character reference embedded in other text. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-49.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/Literals/K-Literals-49.txt |
| K-Literals-50 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Character references are only allowed inside string literals. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/Literals/K-Literals-50.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Parenexpr-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Arithmetic operations. | ||
| Spec Citations: | ||
| #id-paren-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/ParenExpr/Parenexpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/ParenExpr/Parenexpr-1.txt |
| Parenexpr-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Arithmetic operations. | ||
| Spec Citations: | ||
| #id-paren-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/ParenExpr/Parenexpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/ParenExpr/Parenexpr-2.txt |
| Parenexpr-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Arithmetic operations. | ||
| Spec Citations: | ||
| #id-paren-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/ParenExpr/Parenexpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/ParenExpr/Parenexpr-3.txt |
| Parenexpr-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Arithmetic operations. | ||
| Spec Citations: | ||
| #id-paren-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/ParenExpr/Parenexpr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/ParenExpr/Parenexpr-4.txt |
| Parenexpr-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Arithmetic operations. | ||
| Spec Citations: | ||
| #id-paren-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/ParenExpr/Parenexpr-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/ParenExpr/Parenexpr-5.txt |
| Parenexpr-6 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Arithmetic operations. | ||
| Spec Citations: | ||
| #id-paren-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/ParenExpr/Parenexpr-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/ParenExpr/Parenexpr-6.txt |
| Parenexpr-7 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Arithmetic operations. | ||
| Spec Citations: | ||
| #id-paren-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/ParenExpr/Parenexpr-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/ParenExpr/Parenexpr-7.txt |
| Parenexpr-8 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Arithmetic operations. | ||
| Spec Citations: | ||
| #id-paren-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/ParenExpr/Parenexpr-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/ParenExpr/Parenexpr-8.txt |
| Parenexpr-9 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Logical expressions. | ||
| Spec Citations: | ||
| #id-paren-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/ParenExpr/Parenexpr-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/ParenExpr/Parenexpr-9.txt |
| Parenexpr-10 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Logical expressions. | ||
| Spec Citations: | ||
| #id-paren-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/ParenExpr/Parenexpr-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/ParenExpr/Parenexpr-10.txt |
| Parenexpr-11 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| FLWOR expression. | ||
| Spec Citations: | ||
| #id-paren-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/ParenExpr/Parenexpr-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/ParenExpr/Parenexpr-11.txt |
| Parenexpr-12 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| If expression. | ||
| Spec Citations: | ||
| #id-paren-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/ParenExpr/Parenexpr-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/ParenExpr/Parenexpr-12.txt |
| Parenexpr-13 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Literal. | ||
| Spec Citations: | ||
| #id-paren-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/ParenExpr/Parenexpr-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/ParenExpr/Parenexpr-13.txt |
| Parenexpr-14 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Sequence. | ||
| Spec Citations: | ||
| #id-paren-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/ParenExpr/Parenexpr-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrimaryExpr/ParenExpr/Parenexpr-14.txt |
| Parenexpr-15 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Union and except. | ||
| Spec Citations: | ||
| #id-paren-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/ParenExpr/Parenexpr-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrimaryExpr/ParenExpr/Parenexpr-15.xml |
| Parenexpr-16 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Union and except. | ||
| Spec Citations: | ||
| #id-paren-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/ParenExpr/Parenexpr-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrimaryExpr/ParenExpr/Parenexpr-16.xml |
| Parenexpr-17 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Constructor. | ||
| Spec Citations: | ||
| #id-paren-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/ParenExpr/Parenexpr-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrimaryExpr/ParenExpr/Parenexpr-17.xml |
| Parenexpr-18 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Constructor. | ||
| Spec Citations: | ||
| #id-paren-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/ParenExpr/Parenexpr-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrimaryExpr/ParenExpr/Parenexpr-18.xml |
| Parenexpr-19 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Input context. | ||
| Spec Citations: | ||
| #id-paren-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/ParenExpr/Parenexpr-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrimaryExpr/ParenExpr/Parenexpr-19.xml |
| Parenexpr-20 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Path expression. | ||
| Spec Citations: | ||
| #id-paren-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PrimaryExpr/ParenExpr/Parenexpr-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrimaryExpr/ParenExpr/Parenexpr-20.xml |
| externalcontextitem-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Context Item expression that just uses the "name" element and no context item defined. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| externalcontextitem-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of external context item expression where context item is used as a string. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-2.txt |
| externalcontextitem-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of external context item expression where context item is used as an integer. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-3.txt |
| externalcontextitem-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of external context item expression where context item is used as a decimal. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-4.txt |
| externalcontextitem-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of external context item expression where context item is used a float. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-5.txt |
| externalcontextitem-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of external context item expression where context item is used as a double. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-6.txt |
| externalcontextitem-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of external context item expression where context item is used as a boolean value. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-7.txt |
| externalcontextitem-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of external context item expression where context item is used as a boolean with fn:not. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-8.txt |
| externalcontextitem-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of external context item expression where context item is used as argument to sum function. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-9.txt |
| externalcontextitem-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of external context item expression where context item used as part of addition operation. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-10.txt |
| externalcontextitem-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of external context item expression where context item used as part of a subtraction operation. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-11.txt |
| externalcontextitem-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of external context item expression where context item used as part of a multiplication operation. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-12.txt |
| externalcontextitem-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of external context item expression where context item used as part of a modulus operation. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-13.txt |
| externalcontextitem-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of external context item expression where context item used as part of a divison (div operator) operation. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-14.txt |
| externalcontextitem-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of external context item expression where context item used as part of a divison (idiv operator) operation. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-15.txt |
| externalcontextitem-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of external context item expression where context item used as part of a boolean expression (and operator). | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-16.txt |
| externalcontextitem-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of external context item expression where context item used as part of a boolean expression (or operator). | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-17.txt |
| externalcontextitem-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of external context item expression where context item used as argument to string-length function. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-18.txt |
| externalcontextitem-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of external context item expression where context item used as argument to "avg" function. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-19.txt |
| externalcontextitem-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of external context item expression where context item used as argument to "min" function. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-20.txt |
| externalcontextitem-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of external context item expression where context item used as argument to "max" function. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-21.txt |
| externalcontextitem-22 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Evaluation of external context item expression where context item used as argument to "max" function. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | (as context item) |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-22.txt |
| externalcontextitem-23 | Scenario: runtime-error | Creator: Andrew Eisenberg |
| Description: | ||
| Reference to a context item that has not been bound. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| externalcontextitem-24 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Evaluation of external context item expression where context item used as argument to "max" function. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | (as context item) |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/ContextExpr/ExternalContextExpr/externalcontextitem-22.txt |
| internalcontextitem-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Context Item expression that just uses the "." and no context item defined. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| internalcontextitem-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of Internal context item expression where context item is used as a string. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-2.txt |
| internalcontextitem-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of Internal context item expression where context item is used as an integer. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-3.txt |
| internalcontextitem-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of Internal context item expression where context item is used as a decimal. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-4.txt |
| internalcontextitem-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of Internal context item expression where context item is used as a float. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-5.txt |
| internalcontextitem-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of Internal context item expression where context item is used as a double. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-6.txt |
| internalcontextitem-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of Internal context item expression where context item is used as a boolean value. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-7.txt |
| internalcontextitem-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of Internal context item expression where context item is used as aboolean with fn:not. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-8.txt |
| internalcontextitem-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of Internal context item expression where context item is the empty sequence. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-9.txt |
| internalcontextitem-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of Internal context item expression where context item used as part of addition operation. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-10.txt |
| internalcontextitem-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of Internal context item expression where context item used as part of a subtraction operation. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-11.txt |
| internalcontextitem-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of Internal context item expression where context item used as part of a multiplication operation. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-12.txt |
| internalcontextitem-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of Internal context item expression where context item used as part of a modulus operation. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-13.txt |
| internalcontextitem-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of Internal context item expression where context item used as part of a divison (div operator) operation. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-14.txt |
| internalcontextitem-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of Internal context item expression where context item used as part of a divison (idiv operator) operation. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-15.txt |
| internalcontextitem-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of Internal context item expression where context item used as part of a boolean expression (and operator). | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-16.txt |
| internalcontextitem-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of Internal context item expression where context item used as part of a boolean expression (or operator). | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-17.txt |
| internalcontextitem-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of Internal context item expression where context item used as argument to string-length function. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-18.txt |
| internalcontextitem-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of Internal context item expression where context item used as argument to "avg" function. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-19.txt |
| internalcontextitem-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of Internal context item expression where context item used as argument to "min" function. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-20.txt |
| internalcontextitem-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of Internal context item expression where context item used as argument to "max" function. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ContextExpr/InternalContextExpr/internalcontextitem-21.txt |
| K-FunctionCallExpr-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `func-does-not-exist(1, 2, 3)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionCallExpr-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `fn:func-does-not-exist(1, 2, 3)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionCallExpr-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:func-does-not-exist(1, 2, 3)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionCallExpr-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `local:func-does-not-exist(1, 2, 3)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionCallExpr-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `prefix-does-not-exist:func-does-not-exist(1, 2, 3)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| K-FunctionCallExpr-6 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A function call containing an invalid QName as name. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Error: err:XPST0081 | ||
| K-FunctionCallExpr-7 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A function call containing an invalid QName as name. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-FunctionCallExpr-8 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A function call containing an invalid QName as name. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-FunctionCallExpr-9 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A function call containing an invalid QName as name. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-FunctionCallExpr-10 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A function call containing an invalid QName as name. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Error: err:XPST0081 | ||
| K-FunctionCallExpr-11 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No function by name fn:document() exists(although one does in XSL-T). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionCallExpr-12 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No function by name fn:unparsed-text() exists(although one does in XSL-T). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionCallExpr-13 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No function by name fn:unparsed-text() exists(although one does in XSL-T). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionCallExpr-14 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No function by name fn:key() exists(although one does in XSL-T). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionCallExpr-15 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No function by name fn:format-number() exists(although one does in XSL-T). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionCallExpr-16 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No function by name fn:format-time() exists(although one does in XSL-T). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionCallExpr-17 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No function by name fn:format-time() exists(although one does in XSL-T). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionCallExpr-18 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No function by name fn:format-date() exists(although one does in XSL-T). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionCallExpr-19 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No function by name fn:format-date() exists(although one does in XSL-T). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionCallExpr-20 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No function by name fn:format-date() exists(although one does in XSL-T). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionCallExpr-21 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No function by name fn:format-date() exists(although one does in XSL-T). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionCallExpr-22 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No function by name fn:current() exists(although one does in XSL-T). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionCallExpr-23 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No function by name fn:unparsed-entity-uri() exists(although one does in XSL-T). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionCallExpr-24 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No function by name fn:unparsed-entity-public-id() exists(although one does in XSL-T). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionCallExpr-25 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No function by name fn:generate-id() exists(although one does in XSL-T). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionCallExpr-26 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No function by name fn:system-property() exists(although one does in XSL-T). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionCallExpr-27 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No function by name fn:escape-uri() exists(although one did in older 'Functions & Operators' drafts). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionCallExpr-28 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No function by name fn:sub-sequence() exists(although one by name fn:subsequence does). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrimaryExpr/FunctionCallExpr/K-FunctionCallExpr-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| PathExprErr-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test condition for error code XPTY0018. | ||
| Spec Citations: | ||
| #id-path-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/PathExpr/PathExpressions/PathExprErr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0018 | ||
| Axes001-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No children for child::*. | ||
| Path 'child::*' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes001-1.txt |
| Axes001-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| 1 child for child::*. | ||
| Path 'child::*' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes001-2.txt |
| Axes001-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Several children for child::*. | ||
| Path 'child::*' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeRepeat | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes001-3.txt |
| Axes002-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No children, child::name gets none. | ||
| Path 'child::' with element name from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes002-1.txt |
| Axes002-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| child::name gets none, none of that name exist. | ||
| Path 'child::' with element name from an element. | ||
| Spec Citations: | ||
| #id-steps | ||
| #axes | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes002-2.txt |
| Axes002-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| child::name gets 1 child. | ||
| Path 'child::' with element name from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes002-3.txt |
| Axes002-4 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Several children for child::name. | ||
| Path 'child::' with element name from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeRepeat | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes002-4.txt |
| Axes003-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No children of any kind, child::node() gets none. | ||
| Path 'child::node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes003-1.txt |
| Axes003-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| child::node() gets 1 text node. | ||
| Path 'child::node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Text | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes003-2.txt |
| Axes003-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| child::node() gets 1 child element. | ||
| Path 'child::node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes003-3.txt |
| Axes003-4 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Several nodes for child::node(). | ||
| Path 'child::node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeRepeat | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes003-4.txt |
| Axes004-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No children for *. | ||
| Test implied child axis in '*' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes004-1.txt |
| Axes004-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| 1 child for *. | ||
| Test implied child axis in '*' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes004-2.txt |
| Axes004-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Several children for *. | ||
| Test implied child axis in '*' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeRepeat | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes004-3.txt |
| Axes005-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No children, implied child with name gets none. | ||
| Test implied child axis with element name, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes005-1.txt |
| Axes005-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Implied child with name gets none, none of that name exist. | ||
| Test implied child axis with element name, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes005-2.txt |
| Axes005-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Implied child with name gets 1 child. | ||
| Test implied child axis with element name, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes005-3.txt |
| Axes005-4 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Several children for implied child with name. | ||
| Test implied child axis with element name, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeRepeat | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes005-4.txt |
| Axes006-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No children, implied child with node() gets none. | ||
| Test implied child axis in 'node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes006-1.txt |
| Axes006-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Implied child with node() gets 1 text node. | ||
| Test implied child axis in 'node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Text | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes006-2.txt |
| Axes006-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Implied child with node() gets 1 child element. | ||
| Test implied child axis in 'node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes006-3.txt |
| Axes006-4 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Several nodes for implied child with node(). | ||
| Test implied child axis in 'node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeRepeat | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes006-4.txt |
| Axes007-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No attributes for attribute::*. | ||
| Path 'attribute::*' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes007-1.txt |
| Axes007-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| 1 attribute for attribute::*. | ||
| Path 'attribute::*' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes007-2.txt |
| Axes007-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Several attributes for attribute::*. | ||
| Path 'attribute::*' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes007-3.txt |
| Axes008-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No attributes, attribute::name gets none. | ||
| Path 'attribute::' with name of attribute, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes008-1.txt |
| Axes008-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No attribute satisfies attribute::name. | ||
| Path 'attribute::' with name of attribute, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes008-2.txt |
| Axes008-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| 1 attribute for attribute::name. | ||
| Path 'attribute::' with name of attribute, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes008-3.txt |
| Axes009-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No attributes for attribute::node(). | ||
| Path 'attribute::node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes009-1.txt |
| Axes009-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| 1 attribute for attribute::node(). | ||
| Path 'attribute::node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes009-2.txt |
| Axes009-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Several attributes for attribute::node(). | ||
| Path 'attribute::node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes009-3.txt |
| Axes010-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No attributes for @*. | ||
| Path '@*' (abbreviated syntax) from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes010-1.txt |
| Axes010-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| 1 attribute for @*. | ||
| Path '@*' (abbreviated syntax) from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes010-2.txt |
| Axes010-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Several attributes for @*. | ||
| Path '@*' (abbreviated syntax) from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes010-3.txt |
| Axes011-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No attributes, @name gets none. | ||
| Path '@' with name of attribute, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes011-1.txt |
| Axes011-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No attribute satisfies @name. | ||
| Path '@' with name of attribute, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes011-2.txt |
| Axes011-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| 1 attribute for @name. | ||
| Path '@' with name of attribute, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes011-3.txt |
| Axes012-1 | Scenario: parse-error | Creator: David Marston |
| Description: | ||
| Get root node from / alone. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Axes013-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Get 1 element from parent::*. | ||
| Path 'parent::*' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes013-1.txt |
| Axes014-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Get no nodes from parent::* at top of tree. | ||
| Path 'parent::*' from document element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes014-1.txt |
| Axes015-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Get 1 element from parent::name. | ||
| Path 'parent::' with specified element name, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes015-1.txt |
| Axes016-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Get no nodes from parent::name when name is not parent's name. | ||
| Path 'parent::' with specified element name that is not found, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes016-1.txt |
| Axes017-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Get 1 element from parent::node(). | ||
| Path 'parent::node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes017-1.txt |
| Axes018-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Get root node from parent::node() at top of tree. | ||
| Path 'parent::node()' from document element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes018-1.txt |
| Axes019-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Get 1 element from. | ||
| Test abbreviated '..' syntax from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes019-1.txt |
| Axes020-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Get 1 element from self::*. | ||
| Path 'self::*' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes020-1.txt |
| Axes021-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Get 1 element from self::name. | ||
| Path 'self::' with specified element name, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes021-1.txt |
| Axes023-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Get 1 element from self::node(). | ||
| Path 'self::node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes023.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes023-1.txt |
| Axes027-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Get 1 attribute from self::node(). | ||
| Path 'self::node()' axis from an attribute. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes027.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes027-1.txt |
| Axes030-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| text()/self::node() gets no nodes when no such text node exists. | ||
| Path 'self::node()' from a text node. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes030.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes030-1.txt |
| Axes030-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Get 1 text node from self::node(). | ||
| Path 'self::node()' from a text node. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes030.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Text | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes030-2.txt |
| Axes031-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No subtree, descendant::* gets none. | ||
| Path 'descendant::*' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes031.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes031-1.txt |
| Axes031-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| descendant::* gets none when there are no element children. | ||
| Path 'descendant::*' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes031.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Text | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes031-2.txt |
| Axes031-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| descendant::* gets the 1 child. | ||
| Path 'descendant::*' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes031.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes031-3.txt |
| Axes031-4 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Several descendant elements found by descendant::*. | ||
| Path 'descendant::*' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes031.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes031-4.txt |
| Axes032-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No subtree, descendant::name gets nothing. | ||
| Path 'descendant::' with specified element name, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes032.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes032-1.txt |
| Axes032-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| descendant::name gets none when no elements have that name. | ||
| Path 'descendant::' with specified element name, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes032.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes032-2.txt |
| Axes032-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| descendant::name gets the 1 child. | ||
| Path 'descendant::' with specified element name, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes032.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes032-3.txt |
| Axes032-4 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Several children for descendant::name. | ||
| Path 'descendant::' with specified element name, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes032.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeStack | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes032-4.txt |
| Axes033-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No subtree, descendant::node() gets none. | ||
| Path 'descendant::node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes033.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes033-1.txt |
| Axes033-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| descendant::node() gets 1 text child. | ||
| Path 'descendant::node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes033.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Text | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes033-2.txt |
| Axes033-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| descendant::node() gets 1 element child. | ||
| Path 'descendant::node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes033.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes033-3.txt |
| Axes033-4 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Several descendant elements found by descendant::node(). | ||
| Path 'descendant::node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes033.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes033-4.txt |
| Axes034-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| descendant-or-self::* from an element gets 1 element (self). | ||
| Path 'descendant-or-self::*' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes034.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes034-1.txt |
| Axes034-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| descendant-or-self::* from an element gets several elements. | ||
| Path 'descendant-or-self::*' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes034.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes034-2.txt |
| Axes035-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| descendant-or-self::name gets nothing when no sub-tree and self has different name. | ||
| Path 'descendant-or-self::' with specified element name, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes035.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes035-1.txt |
| Axes035-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| descendant-or-self::name gets none when no elements have that name. | ||
| Path 'descendant-or-self::' with specified element name, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes035.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes035-2.txt |
| Axes035-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| descendant-or-self::name gets the 1 descendant of that name. | ||
| Path 'descendant-or-self::' with specified element name, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes035.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes035-3.txt |
| Axes035-4 | Scenario: standard | Creator: David Marston |
| Description: | ||
| descendant-or-self::name gets several elements. | ||
| Path 'descendant-or-self::' with specified element name, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes035.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeStack | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes035-4.txt |
| Axes036-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| descendant-or-self::name gets self of that name. | ||
| Path 'descendant-or-self::' with self specified. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes036.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes036-1.txt |
| Axes036-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| descendant-or-self::name gets several elements, including self. | ||
| Path 'descendant-or-self::' with self specified. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes036.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeRepeat | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes036-2.txt |
| Axes037-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No descendants, descendant-or-self::node() gets self. | ||
| Path 'descendant-or-self::node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes037.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes037-1.txt |
| Axes037-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| descendant-or-self::node() gets several nodes. | ||
| Path 'descendant-or-self::node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes037.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes037-2.txt |
| Axes041-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| descendant-or-self::node() from an attribute gets the attribute. | ||
| Path 'descendant-or-self::node()' from an attribute. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes041.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes041-1.txt |
| Axes043-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| text()/descendant-or-self::node() gets no nodes when no such text node exists. | ||
| Path 'descendant-or-self::node()' from a text node. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes043.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes043-1.txt |
| Axes043-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| descendant-or-self::node() from a text node gets that node. | ||
| Path 'descendant-or-self::node()' from a text node. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes043.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Text | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes043-2.txt |
| Axes044-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /child::* on typical tree gets just 1 (document) element. | ||
| Test '/child::*' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes044.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes044-1.txt |
| Axes044-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /child::* on tree with top-level nodes gets just 1 (document) element. | ||
| Test '/child::*' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes044.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes044-2.txt |
| Axes045-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /child::name on tree with top-level non-element nodes gets nothing. | ||
| Absolute path '/child::' with element name. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes045.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes045-1.txt |
| Axes045-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /child::name on typical tree gets 1 (document) element. | ||
| Absolute path '/child::' with element name. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes045.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes045-2.txt |
| Axes046-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /child::node() on typical tree gets 1 (document) element. | ||
| Test '/child::node()' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes046.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes046-1.txt |
| Axes046-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /child::node() on tree with top-level nodes gets many nodes. | ||
| Test '/child::node()' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes046.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes046-2.txt |
| Axes047-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /* on typical tree gets just 1 (document) element. | ||
| Test implied child axis in '/*' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes047.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes047-1.txt |
| Axes047-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /* on tree with top-level nodes gets just 1 (document) element. | ||
| Test implied child axis in '/*' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes047.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes047-2.txt |
| Axes048-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /name on tree with top-level non-element nodes gets nothing. | ||
| Test implied child axis with element name after /. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes048.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes048-1.txt |
| Axes048-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /name on typical tree gets 1 (document) element. | ||
| Test implied child axis with element name after /. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes048.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes048-2.txt |
| Axes049-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /node() on typical tree gets 1 (document) element. | ||
| Test implied child axis in '/node()' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes049.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes049-1.txt |
| Axes049-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /node() on tree with top-level nodes gets many nodes. | ||
| Test implied child axis in '/node()' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes049.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes049-2.txt |
| Axes055-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /self::node() gets root node. | ||
| Test '/self::node()' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes055.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes055-1.txt |
| Axes056-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /descendant::* gets just the document element from a 1-element tree. | ||
| Test '/descendant::*' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes056.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes056-1.txt |
| Axes056-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /descendant::* gets many nodes from a typical tree. | ||
| Test '/descendant::*' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes056.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes056-2.txt |
| Axes056-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /descendant::* gets many nodes from a tree with top-level nodes. | ||
| Test '/descendant::*' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes056.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes056-3.txt |
| Axes057-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /descendant::name gets nothing when no element of that name. | ||
| Absolute path '/descendant::' with specified element name. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes057.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes057-1.txt |
| Axes057-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /descendant::name gets 1 top-level element of that name. | ||
| Absolute path '/descendant::' with specified element name. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes057.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes057-2.txt |
| Axes057-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /descendant::name gets the 1 descendant of that name. | ||
| Absolute path '/descendant::' with specified element name. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes057.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes057-3.txt |
| Axes057-4 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /descendant::name gets several elements. | ||
| Absolute path '/descendant::' with specified element name. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes057.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeStack | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes057-4.txt |
| Axes058-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /descendant::node() gets 1 top-level element. | ||
| Test '/descendant::node()' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes058.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes058-1.txt |
| Axes058-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /descendant::node() on typical tree gets many nodes. | ||
| Test '/descendant::node()' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes058.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes058-2.txt |
| Axes058-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /descendant::node() gets many nodes from a tree with top-level nodes. | ||
| Test '/descendant::node()' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes058.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes058-3.txt |
| Axes059-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /descendant-or-self::* gets 1 element from a 1-element tree. | ||
| Test '/descendant-or-self::*' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes059.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes059-1.txt |
| Axes059-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /descendant-or-self::* on typical tree gets many nodes. | ||
| Test '/descendant-or-self::*' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes059.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes059-2.txt |
| Axes060-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /descendant-or-self::name gets nothing when no element of that name. | ||
| Absolute path '/descendant-or-self::' with specified element name. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes060.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes060-1.txt |
| Axes060-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /descendant-or-self::name gets 1 top-level element of that name. | ||
| Absolute path '/descendant-or-self::' with specified element name. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes060.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes060-2.txt |
| Axes060-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /descendant-or-self::name gets the 1 descendant of that name. | ||
| Absolute path '/descendant-or-self::' with specified element name. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes060.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes060-3.txt |
| Axes060-4 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /descendant-or-self::name gets several elements. | ||
| Absolute path '/descendant-or-self::' with specified element name. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes060.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeStack | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes060-4.txt |
| Axes061-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /descendant-or-self::node() on typical tree gets many nodes. | ||
| Test '/descendant-or-self::node()' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes061.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes061-1.txt |
| Axes061-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| /descendant-or-self::node() gets many nodes from a tree with top-level nodes. | ||
| Test '/descendant-or-self::node()' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes061.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes061-2.txt |
| Axes062-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //child::* gets 1 element from a 1-element tree. | ||
| Test '//child::*' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes062.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes062-1.txt |
| Axes062-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //child::* on typical tree gets many nodes. | ||
| Test '//child::*' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes062.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes062-2.txt |
| Axes063-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //child::name gets nothing when no element of that name. | ||
| Absolute path '//child::' with specified element name. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes063.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes063-1.txt |
| Axes063-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //child::name gets 1 top-level element of that name. | ||
| Absolute path '//child::' with specified element name. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes063.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes063-2.txt |
| Axes063-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //child::name gets the 1 descendant of that name. | ||
| Absolute path '//child::' with specified element name. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes063.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes063-3.txt |
| Axes063-4 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //child::name gets several elements. | ||
| Absolute path '//child::' with specified element name. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes063.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeStack | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes063-4.txt |
| Axes064-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //child::node() gets 1 element from a 1-element tree. | ||
| Test '//child::node()' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes064.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes064-1.txt |
| Axes064-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //child::node() on typical tree gets many nodes. | ||
| Test '//child::node()' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes064.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes064-2.txt |
| Axes064-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //child::node() gets many nodes from a tree with top-level nodes. | ||
| Test '//child::node()' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes064.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes064-3.txt |
| Axes065-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //* gets 1 element from a 1-element tree. | ||
| Test implied child axis in '//*' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes065.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes065-1.txt |
| Axes065-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //* on typical tree gets many nodes. | ||
| Test implied child axis in '//*' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes065.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes065-2.txt |
| Axes066-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //name gets nothing when no element of that name. | ||
| Absolute path with element name after // implies child axis. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes066.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes066-1.txt |
| Axes066-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //name gets 1 top-level element of that name. | ||
| Absolute path with element name after // implies child axis. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes066.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes066-2.txt |
| Axes066-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //name gets the 1 descendant of that name. | ||
| Absolute path with element name after // implies child axis. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes066.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes066-3.txt |
| Axes066-4 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //name gets several elements. | ||
| Absolute path with element name after // implies child axis. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes066.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeStack | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes066-4.txt |
| Axes067-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //node() gets 1 element from a 1-element tree. | ||
| Test implied child axis in '//node()' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes067.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes067-1.txt |
| Axes067-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //node() on typical tree gets many nodes. | ||
| Test implied child axis in '//node()' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes067.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes067-2.txt |
| Axes067-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //node() gets many nodes from a tree with top-level nodes. | ||
| Test implied child axis in '//node()' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes067.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes067-3.txt |
| Axes068-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //attribute::* gets nothing when no attributes. | ||
| Test '//attribute::*' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes068.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes068-1.txt |
| Axes068-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //attribute::* gets 1 attribute from document element. | ||
| Test '//attribute::*' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes068.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes068-2.txt |
| Axes068-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //attribute::* gets many attributes. | ||
| Test '//attribute::*' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes068.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes068-3.txt |
| Axes069-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //attribute::name gets nothing when no attributes. | ||
| Absolute path '//attribute::' with specified name. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes069.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes069-1.txt |
| Axes069-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //attribute::name gets 1 attribute from document element. | ||
| Absolute path '//attribute::' with specified name. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes069.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes069-2.txt |
| Axes069-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //attribute::name gets many attributes. | ||
| Absolute path '//attribute::' with specified name. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes069.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes069-3.txt |
| Axes070-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //@* gets nothing when no attributes. | ||
| Absolute path '//@*' has abbreviated syntax. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes070.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes070-1.txt |
| Axes070-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //@* gets 1 attribute from document element. | ||
| Absolute path '//@*' has abbreviated syntax. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes070.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes070-2.txt |
| Axes070-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //@* gets many attributes. | ||
| Absolute path '//@*' has abbreviated syntax. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes070.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes070-3.txt |
| Axes071-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //@name gets nothing when no attributes. | ||
| Absolute path '//@' with specified name. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes071.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes071-1.txt |
| Axes071-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //@name gets 1 attribute from document element. | ||
| Absolute path '//@' with specified name. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes071.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes071-2.txt |
| Axes071-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //@name gets many attributes. | ||
| Absolute path '//@' with specified name. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes071.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes071-3.txt |
| Axes072-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //self::* gets 1 element from a 1-element tree. | ||
| Test '//self::*' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes072.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes072-1.txt |
| Axes072-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //self::* on typical tree gets many nodes. | ||
| Test '//self::*' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes072.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes072-2.txt |
| Axes073-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //self::node() on typical tree gets many nodes. | ||
| Test '//self::node()' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes073.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes073-1.txt |
| Axes073-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //self::node() gets many nodes from a tree with top-level nodes. | ||
| Test '//self::node()' absolute path. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes073.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes073-2.txt |
| Axes074-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No children of any kind, elem//child::* gets none. | ||
| Path '//child::*' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes074.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes074-1.txt |
| Axes074-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| elem//child::* gets nothing when no element children. | ||
| Path '//child::*' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes074.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Text | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes074-2.txt |
| Axes074-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| elem//child::* gets 1 child element. | ||
| Path '//child::*' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes074.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes074-3.txt |
| Axes074-4 | Scenario: standard | Creator: David Marston |
| Description: | ||
| elem//child::* gets several nodes. | ||
| Path '//child::*' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes074.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeRepeat | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes074-4.txt |
| Axes075-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| elem//child::name gets nothing when no sub-tree. | ||
| Path '//child::' with element name, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes075.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes075-1.txt |
| Axes075-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| elem//child::name gets none when no elements have that name. | ||
| Path '//child::' with element name, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes075.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes075-2.txt |
| Axes075-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| elem//child::name gets the 1 descendant of that name. | ||
| Path '//child::' with element name, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes075.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes075-3.txt |
| Axes075-4 | Scenario: standard | Creator: David Marston |
| Description: | ||
| elem//child::name gets several elements. | ||
| Path '//child::' with element name, from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes075.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeStack | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes075-4.txt |
| Axes076-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No children, elem//child::node() gets none. | ||
| Path '//child::node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes076.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes076-1.txt |
| Axes076-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| elem//child::node() gets 1 child element. | ||
| Path '//child::node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes076.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes076-2.txt |
| Axes076-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| elem//child::node() gets 1 child text node. | ||
| Path '//child::node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes076.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Text | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes076-3.txt |
| Axes076-4 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Several children for elem//child::node(). | ||
| Path '//child::node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes076.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeRepeat | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes076-4.txt |
| Axes077-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No children for elem//*. | ||
| Test implied child axis in '//*' after an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes077.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes077-1.txt |
| Axes077-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| 1 child for elem//*. | ||
| Test implied child axis in '//*' after an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes077.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes077-2.txt |
| Axes077-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Many children for elem//*. | ||
| Test implied child axis in '//*' after an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes077.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeRepeat | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes077-3.txt |
| Axes078-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| elem//name gets none when there are no children. | ||
| Test implied child axis in element//element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes078.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes078-1.txt |
| Axes078-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| elem//name gets none when no elements have that name. | ||
| Test implied child axis in element//element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes078.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes078-2.txt |
| Axes078-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| elem//name gets the 1 descendant of that name. | ||
| Test implied child axis in element//element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes078.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes078-3.txt |
| Axes078-4 | Scenario: standard | Creator: David Marston |
| Description: | ||
| elem//name gets several elements. | ||
| Test implied child axis in element//element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes078.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeStack | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes078-4.txt |
| Axes079-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No children, elem//node() gets none. | ||
| Test implied child axis in '//node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes079.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes079-1.txt |
| Axes079-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| elem//node() gets 1 child element. | ||
| Test implied child axis in '//node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes079.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes079-2.txt |
| Axes079-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| elem//node() gets 1 child text node. | ||
| Test implied child axis in '//node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes079.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Text | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes079-3.txt |
| Axes079-4 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Several children for elem//node(). | ||
| Test implied child axis in '//node()' from an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes079.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeRepeat | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes079-4.txt |
| Axes080-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No attributes for elem//attribute::*. | ||
| Path '//attribute::*' after an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes080.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes080-1.txt |
| Axes080-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| 1 attribute for elem//attribute::*. | ||
| Path '//attribute::*' after an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes080.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes080-2.txt |
| Axes080-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Several attributes for elem//attribute::*. | ||
| Path '//attribute::*' after an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes080.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes080-3.txt |
| Axes081-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No attributes for elem//attribute::name, due to none existing at all. | ||
| Path '//attribute::' with name of attribute, after an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes081.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes081-1.txt |
| Axes081-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No attributes for elem//attribute::name, none of that name exist. | ||
| Path '//attribute::' with name of attribute, after an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes081.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes081-2.txt |
| Axes081-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| 1 attribute for elem//attribute::name. | ||
| Path '//attribute::' with name of attribute, after an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes081.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes081-3.txt |
| Axes081-4 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Several attributes for elem//attribute::name. | ||
| Path '//attribute::' with name of attribute, after an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes081.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeRepeat | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes081-4.txt |
| Axes082-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No attributes for elem//attribute::node(). | ||
| Path '//attribute::node()' after an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes082.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes082-1.txt |
| Axes082-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| 1 attribute for elem//attribute::node(). | ||
| Path '//attribute::node()' after an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes082.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes082-2.txt |
| Axes082-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Several attributes for elem//attribute::node(). | ||
| Path '//attribute::node()' after an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes082.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes082-3.txt |
| Axes083-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No attributes for elem//@*. | ||
| Path '//@*' (abbreviated syntax) after an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes083.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes083-1.txt |
| Axes083-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| 1 attribute for elem//@*. | ||
| Path '//@*' (abbreviated syntax) after an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes083.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes083-2.txt |
| Axes083-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Several attributes for elem//@*. | ||
| Path '//@*' (abbreviated syntax) after an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes083.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes083-3.txt |
| Axes084-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No attributes for elem//@name, due to none existing at all. | ||
| Path '//@' with name of attribute, after an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes084.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeTrunc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes084-1.txt |
| Axes084-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| No attributes for elem//@name, none of that name exist. | ||
| Path '//@' with name of attribute, after an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes084.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes084-2.txt |
| Axes084-3 | Scenario: standard | Creator: David Marston |
| Description: | ||
| 1 attribute for elem//@name. | ||
| Path '//@' with name of attribute, after an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes084.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes084-3.txt |
| Axes084-4 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Several attributes for elem//@name. | ||
| Path '//@' with name of attribute, after an element. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes084.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeRepeat | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/Axes/Axes084-4.txt |
| Axes085 | Scenario: standard | Creator: Asad Jawahar |
| Description: | ||
| Use of // to get all elements of a given name. | ||
| Use of // to get all elements of a given name | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes085.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: nw_Customers | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PathExpr/Steps/Axes/Axes085.xml |
| Axes086 | Scenario: standard | Creator: Asad Jawahar |
| Description: | ||
| Parent of attribute node. | ||
| Parent of attribute node | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes086.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Text | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PathExpr/Steps/Axes/Axes086.xml |
| Axes087 | Scenario: standard | Creator: Asad Jawahar |
| Description: | ||
| Parent of text nodes. | ||
| Parent of text nodes | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes087.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: xq311B | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PathExpr/Steps/Axes/Axes087.xml |
| Axes088 | Scenario: parse-error | Creator: Asad Jawahar |
| Description: | ||
| Empty step should result in parse error. | ||
| Empty step should result in parse error | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes088.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| axis-err-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a step axis, which operates on a non node context item. | ||
| Spec Citations: | ||
| #axes | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/Axes/axis-err-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0020 | ||
| NodeTest001 | Scenario: standard | Creator: Asad Jawahar |
| Description: | ||
| Simple test for comment() node type. | ||
| Simple test for comment() node type | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTest001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Steps/NodeTest/NodeTest001.xml |
| NodeTest002 | Scenario: standard | Creator: Asad Jawahar |
| Description: | ||
| Simple test for processing-instruction() node test. | ||
| Simple test for processing-instruction() node test | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTest002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Steps/NodeTest/NodeTest002.xml |
| NodeTest006 | Scenario: standard | Creator: Asad Jawahar |
| Description: | ||
| Simple test for node type text(). | ||
| Simple test for node type text() | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTest006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PathExpr/Steps/NodeTest/NodeTest006.xml |
| NodeTest007-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| processing-instruction() finds no descendant PIs of the given name anywhere. | ||
| processing-instruction('name') NodeTest can apply under root | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTest007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PathExpr/Steps/NodeTest/NodeTest007-1.xml |
| NodeTest007-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| processing-instruction() gets all PIs of the given name, including those off root. | ||
| processing-instruction('name') NodeTest can apply under root | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTest007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PathExpr/Steps/NodeTest/NodeTest007-2.xml |
| NodeTest008-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| text() gets no descendant text nodes. | ||
| text() as a NodeTest | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTest008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PathExpr/Steps/NodeTest/NodeTest008-1.xml |
| NodeTest008-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| text() gets text nodes. | ||
| text() as a NodeTest | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTest008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PathExpr/Steps/NodeTest/NodeTest008-2.xml |
| NodeTest009-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| comment() gets no descendant comment nodes. | ||
| comment() as a NodeTest | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTest009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PathExpr/Steps/NodeTest/NodeTest009-1.xml |
| NodeTest009-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| comment() gets comment nodes. | ||
| comment() as a NodeTest | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTest009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PathExpr/Steps/NodeTest/NodeTest009-2.xml |
| NodeTest010-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //comment() gets no comment nodes anywhere. | ||
| comment() NodeTest can apply under root | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTest010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PathExpr/Steps/NodeTest/NodeTest010-1.xml |
| NodeTest010-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| //comment() gets all comments, including those off root. | ||
| comment() NodeTest can apply under root | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTest010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PathExpr/Steps/NodeTest/NodeTest010-2.xml |
| NodeTest011-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| processing-instruction() finds no descendant PIs. | ||
| processing-instruction() as a NodeTest | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTest011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Child | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PathExpr/Steps/NodeTest/NodeTest011-1.xml |
| NodeTest011-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| processing-instruction() gets all descendant PIs. | ||
| processing-instruction() as a NodeTest | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTest011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PathExpr/Steps/NodeTest/NodeTest011-2.xml |
| NodeTest012-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| processing-instruction() finds no descendant PIs anywhere. | ||
| processing-instruction() NodeTest can apply under root | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTest012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PathExpr/Steps/NodeTest/NodeTest012-1.xml |
| NodeTest012-2 | Scenario: standard | Creator: David Marston |
| Description: | ||
| processing-instruction() gets all PIs, including those off root. | ||
| processing-instruction() NodeTest can apply under root | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTest012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PathExpr/Steps/NodeTest/NodeTest012-2.xml |
| NodeTest013-1 | Scenario: standard | Creator: David Marston |
| Description: | ||
| processing-instruction() gets descendant PIs of the given name. | ||
| processing-instruction('name') matches only the given name | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTest013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PathExpr/Steps/NodeTest/NodeTest013-1.xml |
| NodeTesthc-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple test involving a text node and a boolean expression (and fn:true()). | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTesthc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Steps/NodeTest/NodeTesthc-1.txt |
| NodeTesthc-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple test involving a text node and a boolean expression (or fn:true()). | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTesthc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Steps/NodeTest/NodeTesthc-2.txt |
| NodeTesthc-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple test involving a text node and a boolean expression (and fn:false()). | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTesthc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Steps/NodeTest/NodeTesthc-3.txt |
| NodeTesthc-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple test involving a text node and a boolean expression (or fn:false()). | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTesthc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Steps/NodeTest/NodeTesthc-4.txt |
| NodeTesthc-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple test involving Element node types and a boolean expression (or fn:false()). | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTesthc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Steps/NodeTest/NodeTesthc-5.txt |
| NodeTesthc-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple test involving Element node types and a boolean expression (or fn:true()). | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTesthc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Steps/NodeTest/NodeTesthc-6.txt |
| NodeTesthc-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple test involving Element node types and a boolean expression (and fn:false()). | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTesthc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Steps/NodeTest/NodeTesthc-7.txt |
| NodeTesthc-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple test involving Element node types and a boolean expression (and fn:true()). | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTesthc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Steps/NodeTest/NodeTesthc-8.txt |
| NodeTest003 | Scenario: standard | Creator: Asad Jawahar |
| Description: | ||
| Simple test for * node test. | ||
| Simple test for * node test | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTest003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: nw_Customers | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PathExpr/Steps/NodeTest/NodeTest003.xml |
| NodeTest004 | Scenario: standard | Creator: Asad Jawahar |
| Description: | ||
| Simple test for . node test. | ||
| Simple test for . node test | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTest004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: nw_Customers | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PathExpr/Steps/NodeTest/NodeTest004.xml |
| NodeTest005 | Scenario: standard | Creator: Asad Jawahar |
| Description: | ||
| Simple test for . and * node test. | ||
| Simple test for . and * node test | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/NodeTest005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: nw_Customers | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PathExpr/Steps/NodeTest/NodeTest005.xml |
| nametest-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Name test that evaluates "child::*" of a newly construted node. | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/nametest-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Steps/NodeTest/nametest-1.txt |
| nametest-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Name test that evaluates "child::b" of a newly construted node. | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/nametest-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Steps/NodeTest/nametest-2.txt |
| nametest-3 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Name test that uses an unknown prefix. | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/nametest-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| nametest-4 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Name test that uses an unknown prefix. Uses "*". | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/nametest-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| nametest-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Name test that examines "*:b" for a newly constructed element. | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/nametest-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Steps/NodeTest/nametest-5.txt |
| nametest-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Name test that examines "ns1:b" for a newly constructed element that uses a declared namespace. | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/nametest-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Steps/NodeTest/nametest-6.txt |
| nametest-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Name test that examines "b" for a newly constructed element node. | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/nametest-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Steps/NodeTest/nametest-7.txt |
| nametest-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Name test that examines "b" for a newly constructed element node and used as argument to "node-name" function. | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/nametest-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/NodeTest/nametest-8.txt |
| nametest-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Name test that attempts to select a non-existent node from a newly constructed element node. | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/nametest-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/NodeTest/nametest-9.txt |
| nametest-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Name test that selects an "child::b" of a newly created element node and whose namespace URI is declared as the default namespace. | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/nametest-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/NodeTest/nametest-10.txt |
| nametest-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Name test that selects an "child::b" of a newly created element node and whose namespace URI is in no namespace. | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/nametest-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/NodeTest/nametest-11.txt |
| nametest-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Name test that selects an "child::*:day" of an element node used as part of an union operation. | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/nametest-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Steps/NodeTest/nametest-12.txt |
| nametest-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Name test that selects an "child::*" and "child::day" (same nodes) of an element node used as part of an intersect operation. | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/nametest-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Steps/NodeTest/nametest-13.txt |
| nametest-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Name test that selects an "child::*" and "child::day" (same nodes) of an element node used as part of an except operation. | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/nametest-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/NodeTest/nametest-14.txt |
| nametest-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Name test that selects all the children of the context node ("child::*"). | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/nametest-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/NodeTest/nametest-15.txt |
| nametest-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Name test that selects all the children of the context node ("child::employee"). | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/nametest-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/NodeTest/nametest-16.txt |
| nametest-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Name test that selects all the children of the context node ("child::*:employee"). | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/nametest-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Steps/NodeTest/nametest-17.txt |
| nametest-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a name test, which selects a child that was created using a declared namespace (qualified name). Use "child::*:b" syntax. | ||
| Spec Citations: | ||
| #node-tests | ||
| #id-steps | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTest/nametest-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Steps/NodeTest/nametest-18.txt |
| K-NameTest-1 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A nodetest appearing in a wrong place, leading to syntax error. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTestSection/NameTest/K-NameTest-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NameTest-2 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| '---..---' is an invalid nodetest. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTestSection/NameTest/K-NameTest-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NameTest-3 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| 'foo-' is an invalid nametest. Whitespace is wrong. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTestSection/NameTest/K-NameTest-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NameTest-4 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| 'nametest : nametest' is a syntactically invalid expression. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTestSection/NameTest/K-NameTest-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NameTest-5 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| 'nametest: nametest' is a syntactically invalid expression. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTestSection/NameTest/K-NameTest-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NameTest-6 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| 'nametest :nametest' is a syntactically invalid expression. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTestSection/NameTest/K-NameTest-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NameTest-7 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Invalid string literals and nametests mixed, stressing tokenizer and parser code. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTestSection/NameTest/K-NameTest-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NameTest-8 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Invalid string literals and nametests mixed, stressing tokenizer and parser code. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTestSection/NameTest/K-NameTest-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NameTest-9 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Invalid string literals and nametests mixed, stressing tokenizer and parser code. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTestSection/NameTest/K-NameTest-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NameTest-10 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Invalid string literals and nametests mixed, stressing tokenizer and parser code. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTestSection/NameTest/K-NameTest-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NameTest-11 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Invalid string literals and nametests mixed, stressing tokenizer and parser code. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTestSection/NameTest/K-NameTest-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K2-NameTest-1 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| "//" by itself is not a valid path expression. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTestSection/NameTest/K2-NameTest-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K2-NameTest-2 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| "/*5" is a syntax error. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTestSection/NameTest/K2-NameTest-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K2-NameTest-3 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| "/*5" is a syntax error. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTestSection/NameTest/K2-NameTest-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K2-NameTest-4 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| "4 + / * 5" is a syntax error. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTestSection/NameTest/K2-NameTest-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K2-NameTest-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A complex expression to parse, taken from W3C's (obsolete) 'Building a Tokenizer for XPath or XQuery' document. The query naturally contains XPTY0004. XPDY0002 is allowed since an implementation may change the default focus from being 'none' to being undefined. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PathExpr/Steps/NodeTestSection/NameTest/K2-NameTest-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Error: err:XPDY0002 | ||
| predicates-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate with a "true" value (uses "fn:true"). | ||
| Spec Citations: | ||
| #id-predicates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-1.txt |
| predicates-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate with a "false" value (uses "fn:false"). Use "fn:count" to avoid empty file. | ||
| Spec Citations: | ||
| #id-predicates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Predicates/predicates-2.txt |
| predicates-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate with a "true" value (uses "fn:true" and fn:not()). | ||
| Spec Citations: | ||
| #id-predicates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-3.txt |
| predicates-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate set to a boolean expression ("and" operator), returns true. | ||
| Spec Citations: | ||
| #id-predicates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-4.txt |
| predicates-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate set to a boolean expression ("or" operator), return true. | ||
| Spec Citations: | ||
| #id-predicates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-5.txt |
| predicates-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate set to a boolean expression ("and" operator), returns false. Use "fn:count" to avoid empty file. | ||
| Spec Citations: | ||
| #id-predicates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Predicates/predicates-6.txt |
| predicates-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate set to a boolean expression ("or" operator), returns false. Use "fn:count" to avoid empty file. | ||
| Spec Citations: | ||
| #id-predicates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Predicates/predicates-7.txt |
| predicates-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate, that uses the "xs:string() function. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-8.txt |
| predicates-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate, that uses the "xs:integer()" function. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-9.txt |
| predicates-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate, that uses the "xs:decimal()" function. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PathExpr/Predicates/predicates-10.txt |
| predicates-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate, that uses the "xs:float()" function. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-11.txt |
| predicates-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate, that uses the "xs:double()" function. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-12.txt |
| predicates-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate, that uses the "xs:boolean()" function. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-13.txt |
| predicates-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate, that uses the "xs:date()" function. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-14.txt |
| predicates-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate that uses the "eq" operator. | ||
| Spec Citations: | ||
| #id-predicates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-17.txt |
| predicates-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate that uses the "ne" operator. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-18.txt |
| predicates-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate that uses the "lt" operator. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-19.txt |
| predicates-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate that uses the "le" operator. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-20.txt |
| predicates-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate that uses the "gt" operator. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-21.txt |
| predicates-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate that uses the "ge" operator. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-22.txt |
| predicates-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate that uses the "=" operator. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-23.txt |
| predicates-24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate that uses the "!=" operator. | ||
| Spec Citations: | ||
| #id-predicates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-24.txt |
| predicates-25 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate that uses the "<" operator. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-25.txt |
| predicates-26 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate that uses the "<=" operator. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-26.txt |
| predicates-27 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate that uses the ">" operator. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-27.txt |
| predicates-28 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate that uses the ">=" operator. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-28.txt |
| predicates-29 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of numeric range used as filter expression. | ||
| Spec Citations: | ||
| #id-predicates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| predicates-30 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of predicates, where implementation may switch order of predicates order. | ||
| Spec Citations: | ||
| #id-predicates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-30.txt |
| predicates-31 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of predicates, where implementation may switch order of predicates for evaluation. | ||
| Spec Citations: | ||
| #id-predicates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicates-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicates-31.txt |
| predicatesns-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate with a "true" value (uses "fn:true"). Not Schema dependent. | ||
| Spec Citations: | ||
| #id-predicates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicatesns-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicatesns-1.txt |
| predicatesns-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate with a "false" value (uses "fn:false"). Use "fn:count" to avoid empty file. Not Schema dependent. | ||
| Spec Citations: | ||
| #id-predicates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicatesns-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Predicates/predicatesns-2.txt |
| predicatesns-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate with a "true" value (uses "fn:true" and fn:not()). Not Schema dependent. | ||
| Spec Citations: | ||
| #id-predicates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicatesns-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicatesns-3.txt |
| predicatesns-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate set to a boolean expression ("and" operator), returns true. Not Schema dependent. | ||
| Spec Citations: | ||
| #id-predicates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicatesns-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicatesns-4.txt |
| predicatesns-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate set to a boolean expression ("or" operator), return true. Not Schema dependent. | ||
| Spec Citations: | ||
| #id-predicates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicatesns-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicatesns-5.txt |
| predicatesns-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate set to a boolean expression ("and" operator), returns false. Use "fn:count" to avoid empty file. Not Schema dependent. | ||
| Spec Citations: | ||
| #id-predicates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicatesns-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Predicates/predicatesns-6.txt |
| predicatesns-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate set to a boolean expression ("or" operator), returns false. Use "fn:count" to avoid empty file. Not Schema dependent. | ||
| Spec Citations: | ||
| #id-predicates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicatesns-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Predicates/predicatesns-7.txt |
| predicatesns-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate, that uses the "xs:string() function. Not Schema dependent. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicatesns-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicatesns-8.txt |
| predicatesns-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate, that uses the "xs:integer()" function. Not Schema dependent. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicatesns-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicatesns-9.txt |
| predicatesns-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate, that uses the "xs:decimal()" function. Not Schema dependent. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicatesns-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PathExpr/Predicates/predicatesns-10.txt |
| predicatesns-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate, that uses the "xs:float()" function. Not Schema dependent. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicatesns-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicatesns-11.txt |
| predicatesns-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate, that uses the "xs:double()" function. Not Schema dependent. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicatesns-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicatesns-12.txt |
| predicatesns-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate, that uses the "xs:boolean()" function. Not Schema dependent. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicatesns-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicatesns-13.txt |
| predicatesns-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a simple predicate, that uses the "xs:date()" function. Not Schema dependent. | ||
| Spec Citations: | ||
| #id-predicates | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/Predicates/predicatesns-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/Predicates/predicatesns-14.txt |
| K2-Predicates-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Predicate combined with 'treat as'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PathExpr/Predicates/K2-Predicates-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/Predicates/K2-Predicates-1.txt |
| unabbreviatedSyntax-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax - child::empnum - select empnum children of the context node. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-1.txt |
| unabbreviatedSyntax-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax - child::* - select all element children of the context node. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-2.txt |
| unabbreviatedSyntax-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax - child::text() - select all text node children of the context node. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-3.txt |
| unabbreviatedSyntax-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax - child::node() - select all children of the context node. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-4.txt |
| unabbreviatedSyntax-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax - child::node() - select all children of the context node. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-5.txt |
| unabbreviatedSyntax-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax - parent::node() - Selects the parent of the context node. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-8.txt |
| unabbreviatedSyntax-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax - descendant::empnum - Selects the "empnum" descendants of the context node. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-9.txt |
| unabbreviatedSyntax-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax - descendant-or-self::employee - Selects all the "employee" descendant of the context node (selects employee, if the context node is "employee"). | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-12.txt |
| unabbreviatedSyntax-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax - self::employee - Selects the context node, if it is an "employee" element, otherwise returns empty sequence. This test retuns an "employee" element. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-13.txt |
| unabbreviatedSyntax-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax - self::hours - Selects the context node, if it is an "hours" element, otherwise returns empty sequence. This test retuns the empty sequence. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-14.txt |
| unabbreviatedSyntax-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax child::employee/descendant:empnum- Selects the empnum element descendants of the employee element children of the context node. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-15.txt |
| unabbreviatedSyntax-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax child::*/child:pnum)- Selects the pnum grandchildren of the context node. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-16.txt |
| unabbreviatedSyntax-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax. Evaluate /descendant::pnum - Selects all the pnum elements in the same document as the context node. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-18.txt |
| unabbreviatedSyntax-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax. Evaluate /descendant::employee/child::pnum selects all the pnum elements that have an "employee" parent and that are in the same document as the context node. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-19.txt |
| unabbreviatedSyntax-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax. Evaluate "child::employee[fn:position() = 1]". Selects the first employee child of the context node. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-20.txt |
| unabbreviatedSyntax-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax. Evaluate "child::employee[fn:position() = fn:last()]". Selects the last "employee" child of the context node. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-21.txt |
| unabbreviatedSyntax-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax. Evaluate "child::employee[fn:position() = fn:last()-1]. Selects the previous to the last one "employee" child of the context node. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-22.txt |
| unabbreviatedSyntax-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax. Evaluate "child::hours[fn:position() > 1]". Selects all the para children of the context node other than the first "hours" child of the context node. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-23.txt |
| unabbreviatedSyntax-26 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax. Evaluate "/descendant::employee[fn:position() = 12]". Selects the twelfth employee element in the document containing the context node. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-26.txt |
| unabbreviatedSyntax-27 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax. Evaluate "/child::works/child::employee[fn:position() = 5]/child::hours[fn:position() = 2]". Selects the second "hours" of the fifth "employee" of the "works" whose parent is the document node that contains the context node. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-27.txt |
| unabbreviatedSyntax-28 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax. Evaluate "child::employee[attribute::name eq "Jane Doe 11"]". Selects all "employee" children of the context node that have a "name" attribute with value "Jane Doe 11". | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-28.txt |
| unabbreviatedSyntax-29 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax. Evaluate "child::employee[attribute::gender eq 'female'][fn:position() = 5]". Selects the fifth employee child of the context node that has a gender attribute with value "female". | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-29.txt |
| unabbreviatedSyntax-30 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax. Evaluate "child::employee[child::empnum = 'E3']". Selects the employee children of the context node that have one or more empnum children whose typed value is equal to the string "E3". | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-30.txt |
| unabbreviatedSyntax-31 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax. Evaluate "child::employee[child::status]". Selects the employee children of the context node that have one or more status children. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-31.txt |
| unabbreviatedSyntax-32 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax. Evaluate "child::*[self::pnum or self::empnum]". Selects the pnum and empnum children of the context node. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-32.txt |
| unabbreviatedSyntax-33 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax. Evaluate "child::*[self::empnum or self::pnum][fn:position() = fn:last()]". Selects the last empnum or pnum child of the context node. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/UnabbrAxes/unabbreviatedSyntax-33.txt |
| abbreviatedSyntax-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates abbreviated syntax, "hours". Selects the "hours" element children of the context node. | ||
| Spec Citations: | ||
| #abbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-1.txt |
| abbreviatedSyntax-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates abbreviated syntax, "text()". Selects all text node children of the context node. | ||
| Spec Citations: | ||
| #abbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-2.txt |
| abbreviatedSyntax-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates abbreviated syntax, "@name". Selects the name attribute of the context node. | ||
| Spec Citations: | ||
| #abbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-3.txt |
| abbreviatedSyntax-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates abbreviated syntax, "employee[1]". Selects the first employee child of the context node. | ||
| Spec Citations: | ||
| #abbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-5.txt |
| abbreviatedSyntax-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates abbreviated syntax, "para[fn:last()]". Selects the last employee child of the context node. | ||
| Spec Citations: | ||
| #abbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-6.txt |
| abbreviatedSyntax-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates abbreviated syntax, "*/hours". Selects all hours grandchildren of the context node. | ||
| Spec Citations: | ||
| #abbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-7.txt |
| abbreviatedSyntax-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates abbreviated syntax, "/works/employee[5]/hours[2]". Selects the second hours of the fifth employee of the book whose parent is the document node that contains the context node. | ||
| Spec Citations: | ||
| #abbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-8.txt |
| abbreviatedSyntax-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates abbreviated syntax, "employee//hours". Selects the hours element descendants of the employee element children of the context node. | ||
| Spec Citations: | ||
| #abbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-9.txt |
| abbreviatedSyntax-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates abbreviated syntax, "//hours". Selects all the hours descendants of the root document node and thus selects all hours elements in the same document as the context node. | ||
| Spec Citations: | ||
| #abbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-10.txt |
| abbreviatedSyntax-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates abbreviated syntax, "//overtime/day". Selects all the day elements in the same document as the context node that have an overtime parent. | ||
| Spec Citations: | ||
| #abbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-12.txt |
| abbreviatedSyntax-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates abbreviated syntax, ".//day". Selects the day element descendants of the context node. | ||
| Spec Citations: | ||
| #abbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-13.txt |
| abbreviatedSyntax-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates abbreviated syntax, "..". Selects the parent of the context node. | ||
| Spec Citations: | ||
| #abbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-14.txt |
| abbreviatedSyntax-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates abbreviated syntax, "employee[@name="Jane Doe 11"]". Selects all employee children of the context node that have a name attribute with a value "Jane Doe 11". | ||
| Spec Citations: | ||
| #abbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-16.txt |
| abbreviatedSyntax-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates abbreviated syntax, "employee[@gender="female"][5]". Selects the fifth element child of the context node that has a gender attribute with value "female". | ||
| Spec Citations: | ||
| #abbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-17.txt |
| abbreviatedSyntax-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates abbreviated syntax, "employee[5][@gender="female"]". Selects the fifth employee child of the context node if that child has a gender attribute with value "female". | ||
| Spec Citations: | ||
| #abbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-18.txt |
| abbreviatedSyntax-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates abbreviated syntax, "employee[status="active"]". Selects the employee children of the context node that have one or more status children whose typed value is equal to the string "active". | ||
| Spec Citations: | ||
| #abbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-19.txt |
| abbreviatedSyntax-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates abbreviated syntax, "employee[overtime]". Selects the employee children of the context node that have one or more overtime children. | ||
| Spec Citations: | ||
| #abbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-20.txt |
| abbreviatedSyntax-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates abbreviated syntax, "employee[@name and @type]". Selects all the employee children of the context node that have both a name attribute and a type attribute. | ||
| Spec Citations: | ||
| #abbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-21.txt |
| abbreviatedSyntax-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates abbreviated syntax, "employee/(status|overtime)/day". Selects every day element that has a parent that is either a status or an overime element, that in turn is a child of an employee element that is a child of the context node. | ||
| Spec Citations: | ||
| #abbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-22.txt |
| abbreviatedSyntax-24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates abbreviated syntax, "employee/(status|overtime)/day". Selects every day element that has a parent that is either a status or an overime element, that in turn is a child of an employee element that is a child of the context node. Uses "union" Operator. | ||
| Spec Citations: | ||
| #abbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-24.txt |
| abbreviatedSyntax-25 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates abbreviated syntax, "employee[@name=condition or @type=condition]". Selects all the employee children of the context node that have both a name attribute and a type attribute. Uses the "or" operator. | ||
| Spec Citations: | ||
| #abbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PathExpr/AbbrAxes/abbreviatedSyntax-25.txt |
| sequenceexpressionhc1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction involving integers. | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/sequenceexpressionhc1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/sequenceexpressionhc1.txt |
| sequenceexpressionhc2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction involving nested sequences using integers. | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/sequenceexpressionhc2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/sequenceexpressionhc2.txt |
| sequenceexpressionhc3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction using the empty sequence. | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/sequenceexpressionhc3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/sequenceexpressionhc3.txt |
| sequenceexpressionhc4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction using the "to" operand. | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/sequenceexpressionhc4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/sequenceexpressionhc4.txt |
| sequenceexpressionhc5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction using a repeated element. | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/sequenceexpressionhc5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/sequenceexpressionhc5.txt |
| sequenceexpressionhc6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence expression resulting in an empty sequence. | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/sequenceexpressionhc6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/sequenceexpressionhc6.txt |
| sequenceexpressionhc7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence expression resulting on a sequence in reverse order. | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/sequenceexpressionhc7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/sequenceexpressionhc7.txt |
| sequenceexpressionhc8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence expression resulting by quering string data from xml source. | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/sequenceexpressionhc8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/SeqExpr/ConstructSeq/commaOp/sequenceexpressionhc8.txt |
| sequenceexpressionhc9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple sequence expression resulting by quering string data from multiple xml source. | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/sequenceexpressionhc9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/SeqExpr/ConstructSeq/commaOp/sequenceexpressionhc9.txt |
| constSeq-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction, where one of the members is an addition operation. | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-1.txt |
| constSeq-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction, where one of the members is a subtraction operation. | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-2.txt |
| constSeq-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction, where one of the members is a multiplication operation. | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-3.txt |
| constSeq-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction, where one of the members is a division (div) operation. | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-4.txt |
| constSeq-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction, where one of the members is a division (idiv) operation. | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-5.txt |
| constSeq-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction, where one of the members contains invocation to "fn:count" function. | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-6.txt |
| constSeq-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction, where one of the members contains invacotion to "fn:string-length" function. | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-7.txt |
| constSeq-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction, where both of its members contains invocation to "fn:true" function. | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-8.txt |
| constSeq-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction, where both of its members contains invocation to "fn:false" function. | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-9.txt |
| constSeq-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction, where both of its members contains invocation to "fn:not()" function. | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-10.txt |
| constSeq-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction, where one of its members contains a boolean (and) operation. | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-11.txt |
| constSeq-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction, where one of its members contains a boolean (or) operation. | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-12.txt |
| constSeq-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction, where one of its members contains invocation to "xs:string()". | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-13.txt |
| constSeq-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction, where one of its members contains invocation to "xs:integer()". | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-14.txt |
| constSeq-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction, where one of its members contains invocation to "xs:decimal()". | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-15.txt |
| constSeq-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction, where both of its members contains invocation to "xs:anyURI". | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-16.txt |
| constSeq-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction, where one of its members contains invocation to "xs:float()". | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-17.txt |
| constSeq-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction, where one of its members contains invocation to "xs:double()". | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-18.txt |
| constSeq-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction, where one of its members contains invocation to "xs:boolean()". | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-19.txt |
| constSeq-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction, where both of its members contains invocation to "xs:date()". | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-20.txt |
| constSeq-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction, where both of its members contains invocation to "xs:dateTime()". | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-21.txt |
| constSeq-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple Sequence construction, where both of its members contains invocation to "xs:time()". | ||
| Spec Citations: | ||
| #construct_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/constSeq-22.txt |
| op-concatenate-mix-args-001 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1 and arg2 : sequence of number. | ||
| Spec Citations: | ||
| #func-concatenate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-001.txt |
| op-concatenate-mix-args-002 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1 and arg2 : string. | ||
| Spec Citations: | ||
| #func-concatenate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-002.txt |
| op-concatenate-mix-args-003 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Args : string. | ||
| Spec Citations: | ||
| #func-concatenate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-003.txt |
| op-concatenate-mix-args-004 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Args : string. | ||
| Spec Citations: | ||
| #func-concatenate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-004.txt |
| op-concatenate-mix-args-005 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1 : string, arg2:anyURI. | ||
| Spec Citations: | ||
| #func-concatenate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-005.txt |
| op-concatenate-mix-args-006 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1 : string, arg2:integer, arg3:anyURI. | ||
| Spec Citations: | ||
| #func-concatenate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-006.txt |
| op-concatenate-mix-args-007 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1 : anyURI, arg2: decimal. | ||
| Spec Citations: | ||
| #func-concatenate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-007.txt |
| op-concatenate-mix-args-008 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1 and arg2 : float. | ||
| Spec Citations: | ||
| #func-concatenate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-008.txt |
| op-concatenate-mix-args-009 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1:float, arg2: double. | ||
| Spec Citations: | ||
| #func-concatenate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-009.txt |
| op-concatenate-mix-args-010 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: double, arg2: double, arg3:float. | ||
| Spec Citations: | ||
| #func-concatenate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-010.txt |
| op-concatenate-mix-args-011 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1:boolean, arg2: boolean, arg3: integer. | ||
| Spec Citations: | ||
| #func-concatenate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-011.txt |
| op-concatenate-mix-args-012 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1:boolean, arg2: boolean. | ||
| Spec Citations: | ||
| #func-concatenate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-012.txt |
| op-concatenate-mix-args-013 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Iarg1:date, arg2: boolean, arg3: string. | ||
| Spec Citations: | ||
| #func-concatenate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-013.txt |
| op-concatenate-mix-args-014 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1:dateTime, arg2: empty sequence. | ||
| Spec Citations: | ||
| #func-concatenate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-014.txt |
| op-concatenate-mix-args-015 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1:time, arg2: string , arg3: decimal. | ||
| Spec Citations: | ||
| #func-concatenate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-015.txt |
| op-concatenate-mix-args-016 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg1:empty seq, arg2: string , arg3: decimal. | ||
| Spec Citations: | ||
| #func-concatenate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-016.txt |
| op-concatenate-mix-args-017 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Use simple arithmetic expression with concat. | ||
| Spec Citations: | ||
| #func-concatenate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-017.txt |
| op-concatenate-mix-args-018 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Concat more than two sequences. | ||
| Spec Citations: | ||
| #func-concatenate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-018.txt |
| op-concatenate-mix-args-019 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Use an external variable with op:concatenate. | ||
| Spec Citations: | ||
| #func-concatenate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-019.txt |
| op-concatenate-mix-args-020 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Use two external variables with op:contenate. | ||
| Spec Citations: | ||
| #func-concatenate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqConcat/op-concatenate-mix-args-020.txt |
| K-commaOp-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A heavily nested sequence of expressions with the comma operator. On some implementations this triggers certain optimization paths. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/K-commaOp-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/K-commaOp-1.txt |
| K-commaOp-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An expression sequence containing only empty sequences. On some implementations this triggers certain optimization paths. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/K-commaOp-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/K-commaOp-2.txt |
| K-commaOp-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An expression sequence containing many empty sequences and one xs:string. On some implementations this triggers certain optimization paths. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/commaOp/K-commaOp-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/commaOp/K-commaOp-3.txt |
| rangeExpr-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple range expression using positive integers. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-1.txt |
| rangeExpr-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression of length one containing the single integer 10. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-2.txt |
| rangeExpr-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression that results in the sequence of length zero. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-3.txt |
| rangeExpr-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression that in conjunction with the "reverse" function. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-4.txt |
| rangeExpr-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression that uses the empty sequence. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-5.txt |
| rangeExpr-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression, where both operands are addition operations. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-6.txt |
| rangeExpr-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression, where the first operand are negative numbers. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-7.txt |
| rangeExpr-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression, where both operands are negative integers. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-8.txt |
| rangeExpr-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression, where the first operand is "xs:integer" function. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-9.txt |
| rangeExpr-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression, where the second operand is "xs:integer" function. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-10.txt |
| rangeExpr-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression, where both operands are "xs:integer" functions. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-11.txt |
| rangeExpr-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression, using the "fn:min" function. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-12.txt |
| rangeExpr-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression, using the "fn:max" function. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-13.txt |
| rangeExpr-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression, using the "fn:min" and "fn:max" functions. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-14.txt |
| rangeExpr-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression as an argument to the "fn:min" function. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-15.txt |
| rangeExpr-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression as an argument to the "fn:max" function. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-16.txt |
| rangeExpr-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression as an argument to the "fn:avg" function. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-17.txt |
| rangeExpr-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression as an argument to the "fn:count" function. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-18.txt |
| rangeExpr-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression, where the first operand is a multiplication operation. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-19.txt |
| rangeExpr-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression, where the second operand is a multiplication operation. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-20.txt |
| rangeExpr-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression, where both operands are multiplication operations. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-21.txt |
| rangeExpr-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression, where the first operand is a subtraction operation. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-22.txt |
| rangeExpr-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression, where the second operand is a subtraction operation. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-23.txt |
| rangeExpr-24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression, where both operands are subtraction operations. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-24.txt |
| rangeExpr-25 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression, where the first operand is a division operation. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-25.txt |
| rangeExpr-26 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression, where the second operand is a division operation. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-26.txt |
| rangeExpr-27 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a range expression, where both operands are division operations. | ||
| Spec Citations: | ||
| #construct_seq | ||
| #func-to | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/RangeExpr/rangeExpr-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/RangeExpr/rangeExpr-27.txt |
| K-RangeExpr-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Since the left operand has the static cardinality zero-or-more, implementations using the static typing feature may raise XPTY0004. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-1.txt |
| Error: err:XPTY0004 | ||
| K-RangeExpr-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(30 to 3)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-2.txt |
| K-RangeExpr-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(0 to -3)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-3.txt |
| K-RangeExpr-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(1 to ())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-4.txt |
| K-RangeExpr-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(() to 1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-5.txt |
| K-RangeExpr-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(-1 to -3)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-6.txt |
| K-RangeExpr-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(1 to 4) eq 4`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-7.txt |
| K-RangeExpr-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(0 to 4) eq 5`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-8.txt |
| K-RangeExpr-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(-5 to -0) eq 6`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-9.txt |
| K-RangeExpr-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count((10, 1 to 4)) eq 5`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-10.txt |
| K-RangeExpr-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `subsequence(-3 to -1, 1, 1) eq -3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-11.txt |
| K-RangeExpr-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `subsequence(-3 to -1, 3, 1) eq -1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-12.txt |
| K-RangeExpr-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(reverse(4 to 1))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-13.txt |
| K-RangeExpr-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `subsequence(reverse(1 to 3), 1, 1) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-14.txt |
| K-RangeExpr-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `subsequence(reverse(1 to 3), 3, 1) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-15.txt |
| K-RangeExpr-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `subsequence(reverse(1 to 4), 2, 1) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-16.txt |
| K-RangeExpr-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `subsequence(reverse(1 to 4), 3, 1) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-17.txt |
| K-RangeExpr-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `subsequence(reverse(-4 to -1), 2, 1) eq -2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-18.txt |
| K-RangeExpr-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((-1, -2, -3, -4), reverse(-4 to -1))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-19.txt |
| K-RangeExpr-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((), reverse(0 to -5))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-20.txt |
| K-RangeExpr-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((0, -1, -2, -3, -4, -5), reverse(-5 to 0))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-21.txt |
| K-RangeExpr-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(reverse(-5 to -2)) eq 4`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-22.txt |
| K-RangeExpr-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(reverse(-5 to -0)) eq 6`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-23.txt |
| K-RangeExpr-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(reverse(1 to 4)) eq 4`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-24.txt |
| K-RangeExpr-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(1 to 0)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-25.txt |
| K-RangeExpr-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(0 to -5)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-26.txt |
| K-RangeExpr-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(-4 to -5)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-27.txt |
| K-RangeExpr-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(reverse(1 to 0))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-28.txt |
| K-RangeExpr-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(reverse(0 to -5))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-29.txt |
| K-RangeExpr-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(reverse(-4 to -5))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-30.txt |
| K-RangeExpr-31 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(remove((2.e0, 4), 1) treat as xs:integer to 4) eq 4`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-31.txt |
| K-RangeExpr-32 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(4 to remove((2e0, 4), 1) treat as xs:integer) eq 4`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-32.txt |
| K-RangeExpr-33 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1.1 to 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-RangeExpr-34 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `3 to 1.1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-RangeExpr-35 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1.1 to 3.3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-RangeExpr-36 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 + 1.1 to 5`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K-RangeExpr-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K2-RangeExpr-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1e3 to 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K2-RangeExpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K2-RangeExpr-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `3 to 1e3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/ConstructSeq/RangeExpr/K2-RangeExpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| filterexpressionhc1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple filter using data query from xml source and the "gt" operator. | ||
| Spec Citations: | ||
| #id-filter-expr | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/filterexpressionhc1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/SeqExpr/FilterExpr/filterexpressionhc1.txt |
| filterexpressionhc2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple filter expression returning a sequence of integers between 1 and 25 divisible by 2. | ||
| Spec Citations: | ||
| #id-filter-expr | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/filterexpressionhc2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/filterexpressionhc2.txt |
| filterexpressionhc3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple filter expression returning a single number. | ||
| Spec Citations: | ||
| #id-filter-expr | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/filterexpressionhc3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/filterexpressionhc3.txt |
| filterexpressionhc4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple filter expression that queris xml source and uses a "|" operator. | ||
| Spec Citations: | ||
| #id-filter-expr | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/filterexpressionhc4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/SeqExpr/FilterExpr/filterexpressionhc4.txt |
| filterexpressionhc5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple filter expression as a stept in aptah expression. It uses the "last" function. | ||
| Spec Citations: | ||
| #id-filter-expr | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/filterexpressionhc5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/SeqExpr/FilterExpr/filterexpressionhc5.txt |
| filterexpressionhc6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple filter expression involving the "ge" operator. | ||
| Spec Citations: | ||
| #id-filter-expr | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/filterexpressionhc6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/filterexpressionhc6.txt |
| filterexpressionhc7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple filter expression involving the "lt" operator. | ||
| Spec Citations: | ||
| #id-filter-expr | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/filterexpressionhc7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/filterexpressionhc7.txt |
| filterexpressionhc8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple filter expression involving the "le" operator. | ||
| Spec Citations: | ||
| #id-filter-expr | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/filterexpressionhc8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/filterexpressionhc8.txt |
| filterexpressionhc9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple filter expression involving the "eq" operator. | ||
| Spec Citations: | ||
| #id-filter-expr | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/filterexpressionhc9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/filterexpressionhc9.txt |
| filterexpressionhc10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple filter expression involving the "ne" operator. | ||
| Spec Citations: | ||
| #id-filter-expr | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/filterexpressionhc10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/filterexpressionhc10.txt |
| filterexpressionhc11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple filter expression involving a boolean "and" expression. | ||
| Spec Citations: | ||
| #id-filter-expr | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/filterexpressionhc11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/filterexpressionhc11.txt |
| filterexpressionhc12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple filter expression involving a boolean "or" expression. | ||
| Spec Citations: | ||
| #id-filter-expr | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/filterexpressionhc12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/filterexpressionhc12.txt |
| filterexpressionhc13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple filter expression involving a division expression. | ||
| Spec Citations: | ||
| #id-filter-expr | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/filterexpressionhc13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/filterexpressionhc13.txt |
| filterexpressionhc14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple filter expression involving a multiplication expression. | ||
| Spec Citations: | ||
| #id-filter-expr | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/filterexpressionhc14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/filterexpressionhc14.txt |
| filterexpressionhc15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple filter expression involving an addition expression. | ||
| Spec Citations: | ||
| #id-filter-expr | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/filterexpressionhc15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/filterexpressionhc15.txt |
| filterexpressionhc16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple filter expression involving a subtraction expression. | ||
| Spec Citations: | ||
| #id-filter-expr | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/filterexpressionhc16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/filterexpressionhc16.txt |
| filterexpressionhc17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple filter expression involving an integer division (idiv) expression. | ||
| Spec Citations: | ||
| #id-filter-expr | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/filterexpressionhc17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/filterexpressionhc17.txt |
| filterexpressionhc18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple filter expression involving the use of and "xs:string" function. | ||
| Spec Citations: | ||
| #id-filter-expr | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/filterexpressionhc18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/filterexpressionhc18.txt |
| filterexpressionhc19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple filter expression involving two simple predicates. | ||
| Spec Citations: | ||
| #id-filter-expr | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/filterexpressionhc19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/filterexpressionhc19.txt |
| filterexpressionhc20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple filter expression involving two complex predicates. | ||
| Spec Citations: | ||
| #id-filter-expr | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/filterexpressionhc20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/filterexpressionhc20.txt |
| filterexpressionhc21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple filter expression involving the "fn:true" function. | ||
| Spec Citations: | ||
| #id-filter-expr | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/filterexpressionhc21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/filterexpressionhc21.txt |
| filterexpressionhc22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple filter expression involving the "fn:false" function. | ||
| Spec Citations: | ||
| #id-filter-expr | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/filterexpressionhc22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/filterexpressionhc22.txt |
| K-FilterExpr-1 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Syntactically invalid predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-FilterExpr-2 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Syntactically invalid predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-FilterExpr-3 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Syntactically invalid predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-FilterExpr-4 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Syntactically invalid predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-FilterExpr-5 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Syntactically invalid predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-FilterExpr-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty((1, 2, 3)[0])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-6.txt |
| K-FilterExpr-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty((1, 2, 3)[4])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-7.txt |
| K-FilterExpr-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty((1, 2, 3)[0])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-8.txt |
| K-FilterExpr-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty((1, 2, 3)[4])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-9.txt |
| K-FilterExpr-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty((1, 2, 3)[0.1])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-10.txt |
| K-FilterExpr-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty((1, 2, 3)[1.1])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-11.txt |
| K-FilterExpr-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty((1, 2, 3)[1.01])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-12.txt |
| K-FilterExpr-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty((1, 2, 3)[4])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-13.txt |
| K-FilterExpr-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty((1, 2, 3)[4.1])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-14.txt |
| K-FilterExpr-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty((1, 2, 3)[4.01])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-15.txt |
| K-FilterExpr-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(empty((1, 2, 3)[1]))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-16.txt |
| K-FilterExpr-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(empty((1, 2, 3)[3]))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-17.txt |
| K-FilterExpr-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1, 2, 3)[1] eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-18.txt |
| K-FilterExpr-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1, 2, 3)[1.0] eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-19.txt |
| K-FilterExpr-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1, 2, 3)[1.0e0] eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-20.txt |
| K-FilterExpr-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1, 2, 3)[3] eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-21.txt |
| K-FilterExpr-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1, 2, 3)[3.0] eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-22.txt |
| K-FilterExpr-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1, 2, 3)[3.0e0] eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-23.txt |
| K-FilterExpr-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(0, 1, 2)[1] eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-24.txt |
| K-FilterExpr-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(0, 1, 2)[2] eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-25.txt |
| K-FilterExpr-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(0, 1, 2)[3] eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-26.txt |
| K-FilterExpr-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(0)[1] eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-27.txt |
| K-FilterExpr-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `0[1] eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-28.txt |
| K-FilterExpr-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(0, 1)[1] eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-29.txt |
| K-FilterExpr-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty((1, 2, 3)[false()])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-30.txt |
| K-FilterExpr-31 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((1, 2, 3), (1, 2, 3)[true()])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-31.txt |
| K-FilterExpr-32 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((1, 2, 3), (1, 2, 3)[. instance of xs:integer])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-32.txt |
| K-FilterExpr-33 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The context item is used as the predicate, leading to a truth predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-33.txt |
| K-FilterExpr-34 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The context item is used as the predicate, leading to a numeric predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-34.txt |
| K-FilterExpr-35 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Source expression of a predicate doesn't have to use paranteses. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-35.txt |
| K-FilterExpr-36 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Use fn:current-time() inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-36.txt |
| K-FilterExpr-37 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| One xs:anyURI value is a valid predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-37.txt |
| K-FilterExpr-38 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| xs:anyURI values are invalid predicates. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-FilterExpr-39 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| xs:untypedAtomic literal as predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-39.txt |
| K-FilterExpr-40 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Multiple xs:untypedAtomic values is an invalid predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-FilterExpr-41 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(0, 1, 2)[true()][1] eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-41.txt |
| K-FilterExpr-42 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1, 2, 3)[position() eq 2 or position() eq 3][2] eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-42.txt |
| K-FilterExpr-43 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty((1, 2, 3)[position() eq 2 or position() eq 3][3])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-43.txt |
| K-FilterExpr-44 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((1, 2, 3), (1, 2, 3)[2 or 3])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-44.txt |
| K-FilterExpr-45 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty((1, 2, 3)[3][2])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-45.txt |
| K-FilterExpr-46 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty((1, 2, 3)[3][0])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-46.txt |
| K-FilterExpr-47 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An excessive nesting of various predicates. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-47.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-47.txt |
| K-FilterExpr-48 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A large numeric xs:double predicate that evaluates to the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-48.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-48.txt |
| K-FilterExpr-49 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty((0, 1, 2)[false()][1])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-49.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-49.txt |
| K-FilterExpr-50 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal(("a", "b", "c"), (0, 1, 2, "a", "b", "c")[. instance of xs:string])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-50.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-50.txt |
| K-FilterExpr-51 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Filter a sequence with instance of and a second predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-51.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-51.txt |
| K-FilterExpr-52 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Filter a sequence with instance of and a second predicate(#2). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-52.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-52.txt |
| K-FilterExpr-53 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Two predicates, where one leading to an invalid operator mapping in the second. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-53.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-FilterExpr-54 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Predicates in combination with the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-54.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-54.txt |
| K-FilterExpr-55 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Predicates in combination with the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-55.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-55.txt |
| K-FilterExpr-56 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Predicates in combination with the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-56.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-56.txt |
| K-FilterExpr-57 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Predicates in combination with the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-57.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-57.txt |
| K-FilterExpr-58 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Predicates in combination with the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-58.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-58.txt |
| K-FilterExpr-59 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Predicates in combination with the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-59.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-59.txt |
| K-FilterExpr-60 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((1, 2, 3), (1, 2, 3)[position() >= 1])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-60.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-60.txt |
| K-FilterExpr-61 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((1, 2, 3), (1, 2, 3)[3 >= position()])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-61.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-61.txt |
| K-FilterExpr-62 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((1, 2, 3), (1, 2, 3)[position() ge 1])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-62.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-62.txt |
| K-FilterExpr-63 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((1, 2, 3), (1, 2, 3)[3 ge position()])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-63.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-63.txt |
| K-FilterExpr-64 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((0, 1, 2), (0, 1, 2)[position() eq position()])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-64.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-64.txt |
| K-FilterExpr-65 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((0, 1, 2), (0, 1, 2)[position() = position()])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-65.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-65.txt |
| K-FilterExpr-66 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(0, 1, 2)[1 eq position()]`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-66.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-66.txt |
| K-FilterExpr-67 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(0, 1, 2)[3 eq position()]`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-67.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-67.txt |
| K-FilterExpr-68 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(0, 1, 2)[position() eq 3]`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-68.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-68.txt |
| K-FilterExpr-69 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((1, 2, 3), (1, 2, 3)[number(.)])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-69.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-69.txt |
| K-FilterExpr-70 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((1, 2), (0, 1, 2)[if(. eq 1) then 2 else 3])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-70.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-70.txt |
| K-FilterExpr-71 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((0, 1, 2), (0, 1, 2)[if(. eq 8) then "str" else position()])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-71.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-71.txt |
| K-FilterExpr-72 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((0, 1, 2), (0, 1, 2)[if(. eq 8) then 0 else position()])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-72.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-72.txt |
| K-FilterExpr-73 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(0, 1, 2)[last()]`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-73.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-73.txt |
| K-FilterExpr-74 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(0, 1, "2")[last()]`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-74.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-74.txt |
| K-FilterExpr-75 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| fn:last() in predicate, leading to invalid operator mapping. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-75.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-FilterExpr-76 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty((())[last()])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-76.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-76.txt |
| K-FilterExpr-77 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(()[last()])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-77.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-77.txt |
| K-FilterExpr-78 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Predicates involving the focus' context item. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-78.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-78.txt |
| K-FilterExpr-79 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Predicates involving the focus' context item. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-79.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-79.txt |
| K-FilterExpr-80 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Predicates involving the focus' context item. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-80.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-80.txt |
| K-FilterExpr-81 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Predicates involving the focus' context item. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-81.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-81.txt |
| K-FilterExpr-82 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Type related predicate tests. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-82.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-82.txt |
| K-FilterExpr-83 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Type related predicate tests. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-83.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-83.txt |
| K-FilterExpr-84 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Type related predicate tests. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-84.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-84.txt |
| K-FilterExpr-85 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Type related predicate tests. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-85.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-85.txt |
| K-FilterExpr-86 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A predicate that never can match. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-86.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-86.txt |
| K-FilterExpr-87 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A predicate that never can match. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-87.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-87.txt |
| K-FilterExpr-88 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A truth predicate that never match. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-88.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-88.txt |
| K-FilterExpr-89 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A truth predicate that always match. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-89.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-89.txt |
| K-FilterExpr-90 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Nested predicate with multiple calls to fn:last(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-90.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/FilterExpr/K-FilterExpr-90.txt |
| K-FilterExpr-91 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A predicate whose expression EBV cannot be extracted from. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-91.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-FilterExpr-92 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A predicate whose expression EBV cannot be extracted from. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-92.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-FilterExpr-93 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A predicate whose expression EBV cannot be extracted from. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-93.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-FilterExpr-94 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A predicate whose expression EBV cannot be extracted from. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/FilterExpr/K-FilterExpr-94.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| combiningnodeseqhc1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple combination of two node sequences involving integers and the "|" operator. | ||
| Spec Citations: | ||
| #combining_seq | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqhc1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqhc1.txt |
| combiningnodeseqhc2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple combination of two node sequences involving integers and the "union" operator. | ||
| Spec Citations: | ||
| #combining_seq | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqhc2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqhc2.txt |
| combiningnodeseqhc3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple combination of two node sequences involving integers, member repetition and the "|" operator. | ||
| Spec Citations: | ||
| #combining_seq | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqhc3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqhc3.txt |
| combiningnodeseqhc4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple combination of two node sequences involving integers, member repetition and the "union" operator. | ||
| Spec Citations: | ||
| #combining_seq | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqhc4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqhc4.txt |
| combiningnodeseqhc5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple combination of two node sequences involving integers, the empty sequence and the "|" operator. | ||
| Spec Citations: | ||
| #combining_seq | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqhc5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqhc5.txt |
| combiningnodeseqhc6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple combination of two node sequences involving integers, the empty sequence and the "union" operator. | ||
| Spec Citations: | ||
| #combining_seq | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqhc6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqhc6.txt |
| combiningnodeseqhc7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple combination of two node sequences involving multiple (different) children of the same xml data source and the "|" operator. | ||
| Spec Citations: | ||
| #combining_seq | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqhc7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqhc7.txt |
| combiningnodeseqhc8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple combination of two node sequences involving multiple (different) children of the same xml data source and the "union" operator. | ||
| Spec Citations: | ||
| #combining_seq | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqhc8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqhc8.txt |
| combiningnodeseqhc9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple combination of two node sequences involving multiple xml data sources and use of the "|" operator. | ||
| Spec Citations: | ||
| #combining_seq | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqhc9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqhc9.txt |
| combiningnodeseqhc10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple combination of two node sequences involving multiple xml data sources and use of the "union" operator. | ||
| Spec Citations: | ||
| #combining_seq | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqhc10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqhc10.txt |
| combiningnodeseqexcepthc1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple combination of node sequences using integer data and the "except" operator. | ||
| Spec Citations: | ||
| #combining_seq | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqexcepthc1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqexcepthc1.txt |
| Role: principal | Comparator: Fragment | Results/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqexcepthcalt1.txt |
| combiningnodeseqexcepthc2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple combination of node sequences using repetition of same data and the "except" operator. | ||
| Spec Citations: | ||
| #combining_seq | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqexcepthc2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqexcepthc2.txt |
| Role: principal | Comparator: Fragment | Results/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqexcepthcalt2.txt |
| combiningnodeseqexcepthc3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple combination of node sequences using the empty sequence and the "except" operator. | ||
| Spec Citations: | ||
| #combining_seq | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqexcepthc3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqexcepthc3.txt |
| combiningnodeseqexcepthc4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple combination of node sequences that results on the empty sequence and the "except" operator. | ||
| Spec Citations: | ||
| #combining_seq | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqexcepthc4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqexcepthc4.txt |
| combiningnodeseqexcepthc5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple combination of node sequences that uses multiple (different) data sources and "except" operator. | ||
| Spec Citations: | ||
| #combining_seq | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqexcepthc5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqexcepthc5.txt |
| combiningnodeseqexcepthc6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple combination of node sequences that uses multiple data sources, repetition of a sequence and the "except" operator. | ||
| Spec Citations: | ||
| #combining_seq | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqexcepthc6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqexcepthc6.txt |
| combiningnodeseqintersecthc1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple combination of node sequences that that results in empty sequence. Use of the "intersect" operator. | ||
| Spec Citations: | ||
| #combining_seq | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqintersecthc1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqintersecthc1.txt |
| combiningnodeseqintersecthc2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple combination of two empty sequence. Use of the "intersect" operator. | ||
| Spec Citations: | ||
| #combining_seq | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqintersecthc2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqintersecthc2.txt |
| combiningnodeseqintersecthc3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple combination of the same sequence. Use of the "intersect" operator. | ||
| Spec Citations: | ||
| #combining_seq | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqintersecthc3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqintersecthc3.txt |
| combiningnodeseqintersecthc4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple combination of non trivial sequences. Second sequence contains duplicate of first sequence. use the "intersect" operator. | ||
| Spec Citations: | ||
| #combining_seq | ||
| Query: | ||
| Queries/XQuery/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqintersecthc4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/SeqExpr/CombNodeSeq/combiningnodeseqintersecthc4.txt |
| op-numeric-addint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:int(mid range) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addint2args-1.txt |
| op-numeric-addint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:int(upper bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addint2args-2.txt |
| op-numeric-addint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addint2args-3.txt |
| op-numeric-addint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addint2args-4.txt |
| op-numeric-addintg2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:integer(mid range) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addintg2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addintg2args-1.txt |
| op-numeric-addintg2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:integer(upper bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addintg2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addintg2args-2.txt |
| op-numeric-addintg2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addintg2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addintg2args-3.txt |
| op-numeric-addintg2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addintg2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addintg2args-4.txt |
| op-numeric-adddec2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:decimal(mid range) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-adddec2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-adddec2args-1.txt |
| op-numeric-adddec2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:decimal(upper bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-adddec2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-adddec2args-2.txt |
| op-numeric-adddec2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-adddec2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-adddec2args-3.txt |
| op-numeric-adddec2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-adddec2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-adddec2args-4.txt |
| op-numeric-adddbl2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:double(mid range) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-adddbl2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-adddbl2args-1.txt |
| op-numeric-adddbl2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:double(upper bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-adddbl2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-adddbl2args-2.txt |
| op-numeric-adddbl2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-adddbl2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-adddbl2args-3.txt |
| op-numeric-adddbl2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-adddbl2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-adddbl2args-4.txt |
| op-numeric-addflt2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:float(mid range) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addflt2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addflt2args-1.txt |
| op-numeric-addflt2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:float(upper bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addflt2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addflt2args-2.txt |
| op-numeric-addflt2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addflt2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addflt2args-3.txt |
| op-numeric-addflt2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addflt2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addflt2args-4.txt |
| op-numeric-addlng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:long(mid range) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addlng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addlng2args-1.txt |
| op-numeric-addlng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:long(upper bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addlng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addlng2args-2.txt |
| op-numeric-addlng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addlng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addlng2args-3.txt |
| op-numeric-addlng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addlng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addlng2args-4.txt |
| op-numeric-addusht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addusht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addusht2args-1.txt |
| op-numeric-addusht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:unsignedShort(mid range) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addusht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addusht2args-2.txt |
| op-numeric-addusht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:unsignedShort(upper bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addusht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addusht2args-3.txt |
| op-numeric-addusht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addusht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addusht2args-4.txt |
| op-numeric-addusht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addusht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addusht2args-5.txt |
| op-numeric-addnint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:negativeInteger(mid range) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnint2args-1.txt |
| op-numeric-addnint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:negativeInteger(upper bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnint2args-2.txt |
| op-numeric-addnint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnint2args-3.txt |
| op-numeric-addnint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnint2args-4.txt |
| op-numeric-addpint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addpint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addpint2args-1.txt |
| op-numeric-addpint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:positiveInteger(mid range) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addpint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addpint2args-2.txt |
| op-numeric-addpint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:positiveInteger(upper bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addpint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addpint2args-3.txt |
| op-numeric-addpint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addpint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addpint2args-4.txt |
| op-numeric-addpint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addpint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addpint2args-5.txt |
| op-numeric-addulng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addulng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addulng2args-1.txt |
| op-numeric-addulng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:unsignedLong(mid range) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addulng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addulng2args-2.txt |
| op-numeric-addulng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:unsignedLong(upper bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addulng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addulng2args-3.txt |
| op-numeric-addulng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addulng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addulng2args-4.txt |
| op-numeric-addulng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addulng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addulng2args-5.txt |
| op-numeric-addnpi2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(mid range) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnpi2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnpi2args-1.txt |
| op-numeric-addnpi2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(upper bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnpi2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnpi2args-2.txt |
| op-numeric-addnpi2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnpi2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnpi2args-3.txt |
| op-numeric-addnpi2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnpi2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnpi2args-4.txt |
| op-numeric-addnni2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnni2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnni2args-1.txt |
| op-numeric-addnni2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(mid range) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnni2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnni2args-2.txt |
| op-numeric-addnni2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(upper bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnni2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnni2args-3.txt |
| op-numeric-addnni2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnni2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnni2args-4.txt |
| op-numeric-addnni2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnni2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addnni2args-5.txt |
| op-numeric-addsht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:short(mid range) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addsht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addsht2args-1.txt |
| op-numeric-addsht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:short(upper bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addsht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addsht2args-2.txt |
| op-numeric-addsht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addsht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addsht2args-3.txt |
| op-numeric-addsht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-add" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addsht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addsht2args-4.txt |
| op-numeric-addmix2args-1 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple addition test with () as one operand should return null. | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addmix2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addmix2args-1.txt |
| op-numeric-addmix2args-2 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple addition test pass string for second operator. | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addmix2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-numeric-addmix2args-3 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple addition test, second operator cast string to integer. | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addmix2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addmix2args-3.txt |
| op-numeric-addmix2args-4 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple addition test, second operator is a node, atomization applied. | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addmix2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addmix2args-4.txt |
| op-numeric-addmix2args-5 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple addition test, second operator is a node, atomization applied. | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addmix2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addmix2args-5.txt |
| op-numeric-addmix2args-6 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple addition test, second operator node which is not atomizable. | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addmix2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| op-numeric-addmix2args-7 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple addition test, two operands are nodes. | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addmix2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addmix2args-7.txt |
| op-numeric-addmix2args-8 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple addition test, second operator is a node, atomizable but not castable to integer. | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addmix2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| op-numeric-addmix2args-9 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple addition test pass an empty node for second operator. | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-addmix2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| op-numeric-add-derived-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple addition operation for the derived types long and unsignedLong. | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-add-derived-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-add-derived-1.txt |
| op-numeric-add-derived-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple addition operation for the derived types positiveInteger and nonPositiveInteger. | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-add-derived-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-add-derived-2.txt |
| op-numeric-add-derived-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple addition operation for the derived types nonNegativeInteger and short. | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-add-derived-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-add-derived-3.txt |
| op-numeric-add-derived-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple addition operation for the derived types short and long. | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-add-derived-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-add-derived-4.txt |
| op-numeric-add-derived-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple addition operation for the derived types positiveInteger and negativeInteger. | ||
| Spec Citations: | ||
| #func-numeric-add | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-add-derived-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/op-numeric-add-derived-5.txt |
| K-NumericAdd-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double(6) + xs:double(2) eq 8`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-1.txt |
| K-NumericAdd-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:decimal(6) + xs:decimal(2) eq 8`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-2.txt |
| K-NumericAdd-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:decimal(6.1) + xs:decimal(2.1) eq 8.2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-3.txt |
| K-NumericAdd-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1.1 + 2.2 eq 3.3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-4.txt |
| K-NumericAdd-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double(1.1) + xs:double(2.2) ne 3.3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-5.txt |
| K-NumericAdd-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float(1.1) + xs:float(2.2) ne 3.3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-6.txt |
| K-NumericAdd-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:integer(6) + xs:integer(2) eq 8`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-7.txt |
| K-NumericAdd-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float(6) + xs:float(2) eq 8`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-8.txt |
| K-NumericAdd-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(xs:float("NaN") + 3) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-9.txt |
| K-NumericAdd-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(xs:double("NaN") + 3) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-10.txt |
| K-NumericAdd-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(3 + xs:float("NaN")) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-11.txt |
| K-NumericAdd-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(3 + xs:double("NaN")) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-12.txt |
| K-NumericAdd-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) + xs:integer(2)) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-13.txt |
| K-NumericAdd-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) + xs:decimal(2)) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-14.txt |
| K-NumericAdd-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) + xs:integer(2)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-15.txt |
| K-NumericAdd-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) + xs:decimal(2)) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-16.txt |
| K-NumericAdd-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) + xs:float(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-17.txt |
| K-NumericAdd-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) + xs:decimal(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-18.txt |
| K-NumericAdd-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) + xs:integer(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-19.txt |
| K-NumericAdd-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) + xs:float(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-20.txt |
| K-NumericAdd-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) + xs:float(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-21.txt |
| K-NumericAdd-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) + xs:double(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-22.txt |
| K-NumericAdd-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) + xs:decimal(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-23.txt |
| K-NumericAdd-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) + xs:float(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-24.txt |
| K-NumericAdd-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) + xs:double(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-25.txt |
| K-NumericAdd-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) + xs:integer(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-26.txt |
| K-NumericAdd-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) + xs:double(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-27.txt |
| K-NumericAdd-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) + xs:double(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-28.txt |
| K-NumericAdd-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test parser handles '+' operator with critical whitespace. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-29.txt |
| K-NumericAdd-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test parser handles '+' operator with critical whitespace(#2). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-30.txt |
| K-NumericAdd-31 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke operator '+' where one of the operands is of type none. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-NumericAdd-32 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke operator '+' where one of the operands is of type none. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-NumericAdd-33 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke operator '+' where one of the operands is of type none. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-NumericAdd-34 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke operator '+' where one of the operands is of type none. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-NumericAdd-35 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke operator '+' where one of the operands is of type none. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-NumericAdd-36 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke operator '+' where one of the operands is of type none. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-NumericAdd-37 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Arithmethics involving operands of integer type but with wrong cardinality. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NumericAdd-38 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Arithmethics involving operands of integer type but with wrong cardinality. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-38.txt |
| Error: err:XPTY0004 | ||
| K-NumericAdd-39 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Arithmethics involving operands of integer type but with wrong cardinality. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NumericAdd-40 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Arithmethics involving operands of integer type but with wrong cardinality. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-40.txt |
| Error: err:XPTY0004 | ||
| K-NumericAdd-41 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Number addition with error() as the left operand. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-NumericAdd-42 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Number addition with error() as the right operand. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-NumericAdd-43 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke the '+' operator with invalid operands. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NumericAdd-44 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke the '+' operator with invalid operands. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NumericAdd-45 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(3 + xs:untypedAtomic("3")) eq 6`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-45.txt |
| K-NumericAdd-46 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:untypedAtomic("3") + 3.0) eq 6`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-46.txt |
| K-NumericAdd-47 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Complex combination of numeric arithmetics in order to stress operator precedence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-47.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-47.txt |
| K-NumericAdd-48 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Complex combination of numeric arithmetics in order to stress operator precedence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-48.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-48.txt |
| K-NumericAdd-49 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Complex combination of numeric arithmetics in order to stress operator precedence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-49.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-49.txt |
| K-NumericAdd-50 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Operand(s) which are the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-50.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-50.txt |
| K-NumericAdd-51 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Implementations supporting the static typing feature may raise XPTy0004. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-51.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-51.txt |
| Error: err:XPTY0004 | ||
| K-NumericAdd-52 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Implementations supporting the static typing feature may raise XPTy0004. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-52.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-52.txt |
| Error: err:XPTY0004 | ||
| K-NumericAdd-53 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Implementations supporting the static typing feature may raise XPTy0004. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-53.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-53.txt |
| Error: err:XPTY0004 | ||
| K-NumericAdd-54 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Implementations supporting the static typing feature may raise XPTy0004. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-54.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-54.txt |
| Error: err:XPTY0004 | ||
| K-NumericAdd-55 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Implementations supporting the static typing feature may raise XPTy0004. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-55.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-55.txt |
| Error: err:XPTY0004 | ||
| K-NumericAdd-56 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Implementations supporting the static typing feature may raise XPTy0004. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-56.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-56.txt |
| Error: err:XPTY0004 | ||
| K-NumericAdd-57 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Implementations supporting the static typing feature may raise XPTy0004. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-57.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-57.txt |
| Error: err:XPTY0004 | ||
| K-NumericAdd-58 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Implementations supporting the static typing feature may raise XPTy0004. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-58.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-58.txt |
| Error: err:XPTY0004 | ||
| K-NumericAdd-59 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:untypedAtomic("3") + 3 eq 6`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-59.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-59.txt |
| K-NumericAdd-60 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:untypedAtomic("3") + 3) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-60.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-60.txt |
| K-NumericAdd-61 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(remove((5, 1e0), 2) + 1) eq 6`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-61.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-61.txt |
| K-NumericAdd-62 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1 + remove((5, 1e0), 2)) eq 6`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-62.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-62.txt |
| K-NumericAdd-63 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke operator '+' where one of the operands, using subsequence(), evaluates to an invalid cardinality. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-63.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NumericAdd-64 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke operator '+' where one of the operands, using subsequence(), evaluates to an invalid cardinality. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-64.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NumericAdd-65 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke operator '+' where one of the operands is a string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-65.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NumericAdd-66 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke operator '+' where one of the operands is a string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K-NumericAdd-66.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K2-NumericAdd-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Arithmethics involving operands of integer type but where both have wrong cardinality. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericAdd/K2-NumericAdd-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-numeric-subtractint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractint2args-1.txt |
| op-numeric-subtractint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:int(mid range) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractint2args-2.txt |
| op-numeric-subtractint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:int(upper bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractint2args-3.txt |
| op-numeric-subtractint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractint2args-4.txt |
| op-numeric-subtractint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractint2args-5.txt |
| op-numeric-subtractintg2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractintg2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractintg2args-1.txt |
| op-numeric-subtractintg2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:integer(mid range) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractintg2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractintg2args-2.txt |
| op-numeric-subtractintg2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:integer(upper bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractintg2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractintg2args-3.txt |
| op-numeric-subtractintg2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractintg2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractintg2args-4.txt |
| op-numeric-subtractintg2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractintg2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractintg2args-5.txt |
| op-numeric-subtractdec2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractdec2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractdec2args-1.txt |
| op-numeric-subtractdec2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:decimal(mid range) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractdec2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractdec2args-2.txt |
| op-numeric-subtractdec2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:decimal(upper bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractdec2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractdec2args-3.txt |
| op-numeric-subtractdec2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractdec2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractdec2args-4.txt |
| op-numeric-subtractdec2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractdec2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractdec2args-5.txt |
| op-numeric-subtractdbl2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractdbl2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractdbl2args-1.txt |
| op-numeric-subtractdbl2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:double(mid range) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractdbl2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractdbl2args-2.txt |
| op-numeric-subtractdbl2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:double(upper bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractdbl2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractdbl2args-3.txt |
| op-numeric-subtractdbl2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractdbl2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractdbl2args-4.txt |
| op-numeric-subtractdbl2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractdbl2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractdbl2args-5.txt |
| op-numeric-subtractflt2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractflt2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractflt2args-1.txt |
| op-numeric-subtractflt2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:float(mid range) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractflt2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractflt2args-2.txt |
| op-numeric-subtractflt2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:float(upper bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractflt2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractflt2args-3.txt |
| op-numeric-subtractflt2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractflt2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractflt2args-4.txt |
| op-numeric-subtractflt2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractflt2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractflt2args-5.txt |
| op-numeric-subtractlng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractlng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractlng2args-1.txt |
| op-numeric-subtractlng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:long(mid range) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractlng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractlng2args-2.txt |
| op-numeric-subtractlng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:long(upper bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractlng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractlng2args-3.txt |
| op-numeric-subtractlng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractlng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractlng2args-4.txt |
| op-numeric-subtractlng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractlng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractlng2args-5.txt |
| op-numeric-subtractusht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractusht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractusht2args-1.txt |
| op-numeric-subtractusht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:unsignedShort(mid range) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractusht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractusht2args-2.txt |
| op-numeric-subtractusht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:unsignedShort(upper bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractusht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractusht2args-3.txt |
| op-numeric-subtractusht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractusht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractusht2args-4.txt |
| op-numeric-subtractusht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractusht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractusht2args-5.txt |
| op-numeric-subtractnint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnint2args-1.txt |
| op-numeric-subtractnint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnint2args-2.txt |
| op-numeric-subtractpint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:positiveInteger(mid range) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractpint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractpint2args-1.txt |
| op-numeric-subtractpint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:positiveInteger(upper bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractpint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractpint2args-2.txt |
| op-numeric-subtractpint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractpint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractpint2args-3.txt |
| op-numeric-subtractulng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractulng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractulng2args-1.txt |
| op-numeric-subtractulng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:unsignedLong(mid range) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractulng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractulng2args-2.txt |
| op-numeric-subtractulng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:unsignedLong(upper bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractulng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractulng2args-3.txt |
| op-numeric-subtractulng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractulng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractulng2args-4.txt |
| op-numeric-subtractulng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractulng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractulng2args-5.txt |
| op-numeric-subtractnpi2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnpi2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnpi2args-1.txt |
| op-numeric-subtractnpi2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(mid range) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnpi2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnpi2args-2.txt |
| op-numeric-subtractnpi2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(upper bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnpi2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnpi2args-3.txt |
| op-numeric-subtractnpi2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnpi2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnpi2args-4.txt |
| op-numeric-subtractnpi2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnpi2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnpi2args-5.txt |
| op-numeric-subtractnni2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnni2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnni2args-1.txt |
| op-numeric-subtractnni2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(mid range) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnni2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnni2args-2.txt |
| op-numeric-subtractnni2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(upper bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnni2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnni2args-3.txt |
| op-numeric-subtractnni2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnni2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnni2args-4.txt |
| op-numeric-subtractnni2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnni2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractnni2args-5.txt |
| op-numeric-subtractsht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractsht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractsht2args-1.txt |
| op-numeric-subtractsht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:short(mid range) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractsht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractsht2args-2.txt |
| op-numeric-subtractsht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:short(upper bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractsht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractsht2args-3.txt |
| op-numeric-subtractsht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractsht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractsht2args-4.txt |
| op-numeric-subtractsht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-subtract" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractsht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractsht2args-5.txt |
| op-numeric-subtractmix2args-1 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple subtraction test with () as one operand should return null. | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractmix2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractmix2args-1.txt |
| op-numeric-subtractmix2args-2 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple subtraction test pass string for second operator. | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractmix2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-numeric-subtractmix2args-3 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple subtraction test, second operator cast string to integer. | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractmix2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractmix2args-3.txt |
| op-numeric-subtractmix2args-4 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple subtraction test, second operator is a node, atomization applied. | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractmix2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractmix2args-4.txt |
| op-numeric-subtractmix2args-5 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple subtraction test, second operator is a node, atomization applied. | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractmix2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractmix2args-5.txt |
| op-numeric-subtractmix2args-6 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple subtraction test, second operator node which is not atomizable. | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractmix2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| op-numeric-subtractmix2args-7 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple subtraction test, two operands are nodes. | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractmix2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractmix2args-7.txt |
| op-numeric-subtractmix2args-8 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple subtraction test, second operator is a node, atomizable but not castable to integer. | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractmix2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| op-numeric-subtractmix2args-9 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple subtraction test pass an empty node for second operator. | ||
| Spec Citations: | ||
| #func-numeric-subtract | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/op-numeric-subtractmix2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-NumericSubtract-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double(6) - xs:double(2) eq 4`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-1.txt |
| K-NumericSubtract-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:decimal(6) - xs:decimal(2) eq 4`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-2.txt |
| K-NumericSubtract-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:integer(6) - xs:integer(2) eq 4`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-3.txt |
| K-NumericSubtract-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float(5) - xs:float(1) eq 4`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-4.txt |
| K-NumericSubtract-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) - xs:integer(2)) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-5.txt |
| K-NumericSubtract-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) - xs:decimal(2)) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-6.txt |
| K-NumericSubtract-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) - xs:integer(2)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-7.txt |
| K-NumericSubtract-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) - xs:decimal(2)) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-8.txt |
| K-NumericSubtract-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) - xs:float(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-9.txt |
| K-NumericSubtract-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) - xs:decimal(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-10.txt |
| K-NumericSubtract-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) - xs:integer(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-11.txt |
| K-NumericSubtract-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) - xs:float(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-12.txt |
| K-NumericSubtract-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) - xs:float(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-13.txt |
| K-NumericSubtract-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) - xs:double(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-14.txt |
| K-NumericSubtract-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) - xs:decimal(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-15.txt |
| K-NumericSubtract-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) - xs:float(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-16.txt |
| K-NumericSubtract-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) - xs:double(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-17.txt |
| K-NumericSubtract-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) - xs:integer(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-18.txt |
| K-NumericSubtract-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) - xs:double(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-19.txt |
| K-NumericSubtract-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) - xs:double(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-20.txt |
| K-NumericSubtract-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(xs:float("NaN") - 3) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-21.txt |
| K-NumericSubtract-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(xs:double("NaN") - 3) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-22.txt |
| K-NumericSubtract-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(3 - xs:float("NaN")) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-23.txt |
| K-NumericSubtract-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(3 - xs:double("NaN")) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-24.txt |
| K-NumericSubtract-25 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke the '-' operator with invalid operands. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NumericSubtract-26 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke the '-' operator with invalid operands. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NumericSubtract-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:untypedAtomic("3") - 3) eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-27.txt |
| K-NumericSubtract-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(3 - xs:untypedAtomic("3")) eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-28.txt |
| K-NumericSubtract-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Operand(s) which are the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-29.txt |
| K-NumericSubtract-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Operand(s) which are the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-30.txt |
| K-NumericSubtract-31 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Operand(s) which are the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-31.txt |
| K-NumericSubtract-32 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:untypedAtomic("3") - xs:untypedAtomic("3")) eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-32.txt |
| K-NumericSubtract-33 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:untypedAtomic("3") - xs:untypedAtomic("3")) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-33.txt |
| K-NumericSubtract-34 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:untypedAtomic("3") - 1.1) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-34.txt |
| K-NumericSubtract-35 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1.1 - xs:untypedAtomic("3")) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-35.txt |
| K-NumericSubtract-36 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Substracting zero, with complex operands. Implementations supporting the static typing feature may raise XPTY0004. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-36.txt |
| Error: err:XPTY0004 | ||
| K-NumericSubtract-37 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Adding zero, with complex operands. Implementations supporting the static typing feature may raise XPTY0004. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-37.txt |
| Error: err:XPTY0004 | ||
| K-NumericSubtract-38 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Adding zero, with complex operands. Implementations supporting the static typing feature may raise XPTY0004. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericSubtract/K-NumericSubtract-38.txt |
| Error: err:XPTY0004 | ||
| op-numeric-multiplydec2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplydec2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplydec2args-1.txt |
| op-numeric-multiplydec2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:decimal(mid range) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplydec2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplydec2args-2.txt |
| op-numeric-multiplydec2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:decimal(upper bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplydec2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplydec2args-3.txt |
| op-numeric-multiplydec2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplydec2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplydec2args-4.txt |
| op-numeric-multiplydec2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplydec2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplydec2args-5.txt |
| op-numeric-multiplydbl2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplydbl2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplydbl2args-1.txt |
| op-numeric-multiplydbl2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:double(mid range) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplydbl2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplydbl2args-2.txt |
| op-numeric-multiplydbl2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:double(upper bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplydbl2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplydbl2args-3.txt |
| op-numeric-multiplydbl2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplydbl2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplydbl2args-4.txt |
| op-numeric-multiplydbl2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplydbl2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplydbl2args-5.txt |
| op-numeric-multiplyflt2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyflt2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyflt2args-1.txt |
| op-numeric-multiplyflt2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:float(mid range) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyflt2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyflt2args-2.txt |
| op-numeric-multiplyflt2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:float(upper bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyflt2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyflt2args-3.txt |
| op-numeric-multiplyflt2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyflt2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyflt2args-4.txt |
| op-numeric-multiplyflt2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyflt2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyflt2args-5.txt |
| op-numeric-multiplyusht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyusht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyusht2args-1.txt |
| op-numeric-multiplyusht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:unsignedShort(mid range) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyusht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyusht2args-2.txt |
| op-numeric-multiplyusht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:unsignedShort(upper bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyusht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyusht2args-3.txt |
| op-numeric-multiplyusht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyusht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyusht2args-4.txt |
| op-numeric-multiplyusht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyusht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyusht2args-5.txt |
| op-numeric-multiplypint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplypint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplypint2args-1.txt |
| op-numeric-multiplypint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:positiveInteger(mid range) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplypint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplypint2args-2.txt |
| op-numeric-multiplypint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:positiveInteger(upper bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplypint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplypint2args-3.txt |
| op-numeric-multiplypint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplypint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplypint2args-4.txt |
| op-numeric-multiplypint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplypint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplypint2args-5.txt |
| op-numeric-multiplyulng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyulng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyulng2args-1.txt |
| op-numeric-multiplyulng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:unsignedLong(mid range) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyulng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyulng2args-2.txt |
| op-numeric-multiplyulng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:unsignedLong(upper bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyulng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyulng2args-3.txt |
| op-numeric-multiplyulng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyulng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyulng2args-4.txt |
| op-numeric-multiplyulng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyulng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplyulng2args-5.txt |
| op-numeric-multiplynpi2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(upper bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplynpi2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplynpi2args-1.txt |
| op-numeric-multiplynpi2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplynpi2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplynpi2args-2.txt |
| op-numeric-multiplynni2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplynni2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplynni2args-1.txt |
| op-numeric-multiplynni2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(mid range) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplynni2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplynni2args-2.txt |
| op-numeric-multiplynni2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(upper bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplynni2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplynni2args-3.txt |
| op-numeric-multiplynni2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplynni2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplynni2args-4.txt |
| op-numeric-multiplynni2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-multiply" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplynni2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplynni2args-5.txt |
| op-numeric-multiplymix2args-1 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple multiplication test with () as one operand should return null. | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplymix2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplymix2args-1.txt |
| op-numeric-multiplymix2args-2 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple multiplication test pass string for second operator. | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplymix2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-numeric-multiplymix2args-3 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple multiplication test, second operator cast string to integer. | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplymix2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplymix2args-3.txt |
| op-numeric-multiplymix2args-4 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple multiplication test, second operator is a node, atomization applied. | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplymix2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplymix2args-4.txt |
| op-numeric-multiplymix2args-5 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple multiplication test, second operator is a node, atomization applied. | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplymix2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplymix2args-5.txt |
| op-numeric-multiplymix2args-6 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple multiplication test, second operator node which is not atomizable. | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplymix2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| op-numeric-multiplymix2args-7 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple multiplication test, two operands are nodes. | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplymix2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplymix2args-7.txt |
| op-numeric-multiplymix2args-8 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple multiplication test, second operator is a node, atomizable but not castable to integer. | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplymix2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| op-numeric-multiplymix2args-9 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple multiplication test pass an empty node for second operator. | ||
| Spec Citations: | ||
| #func-numeric-multiply | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/op-numeric-multiplymix2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-NumericMultiply-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double(6) * xs:double(2) eq 12`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-1.txt |
| K-NumericMultiply-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:decimal(6) * xs:decimal(2) eq 12`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-2.txt |
| K-NumericMultiply-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:integer(6) * xs:integer(2) eq 12`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-3.txt |
| K-NumericMultiply-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float(6) * xs:float(2) eq 12`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-4.txt |
| K-NumericMultiply-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) * xs:integer(2)) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-5.txt |
| K-NumericMultiply-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) * xs:decimal(2)) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-6.txt |
| K-NumericMultiply-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) * xs:integer(2)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-7.txt |
| K-NumericMultiply-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) * xs:decimal(2)) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-8.txt |
| K-NumericMultiply-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) * xs:float(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-9.txt |
| K-NumericMultiply-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) * xs:decimal(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-10.txt |
| K-NumericMultiply-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) * xs:integer(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-11.txt |
| K-NumericMultiply-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) * xs:float(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-12.txt |
| K-NumericMultiply-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) * xs:float(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-13.txt |
| K-NumericMultiply-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) * xs:double(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-14.txt |
| K-NumericMultiply-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) * xs:decimal(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-15.txt |
| K-NumericMultiply-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) * xs:float(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-16.txt |
| K-NumericMultiply-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) * xs:double(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-17.txt |
| K-NumericMultiply-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) * xs:integer(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-18.txt |
| K-NumericMultiply-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) * xs:double(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-19.txt |
| K-NumericMultiply-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) * xs:double(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-20.txt |
| K-NumericMultiply-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(xs:float("NaN") * 3) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-21.txt |
| K-NumericMultiply-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(xs:double("NaN") * 3) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-22.txt |
| K-NumericMultiply-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(3 * xs:float("NaN")) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-23.txt |
| K-NumericMultiply-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(3 * xs:double("NaN")) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-24.txt |
| K-NumericMultiply-25 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Invalid whitespace involving multiplication operator and '/'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NumericMultiply-26 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Invalid whitespace involving multiplication operator and '/'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NumericMultiply-27 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Invalid whitespace involving multiplication operator and '/'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NumericMultiply-28 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke the '*' operator with invalid operands. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NumericMultiply-29 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke the '*' operator with invalid operands. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NumericMultiply-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(3 * xs:untypedAtomic(3)) eq 9`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-30.txt |
| K-NumericMultiply-31 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:untypedAtomic(3) * 3) eq 9`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-31.txt |
| K-NumericMultiply-32 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Operand(s) which are the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-32.txt |
| K-NumericMultiply-33 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Operand(s) which are the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMultiply/K-NumericMultiply-33.txt |
| op-numeric-divideint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideint2args-1.txt |
| op-numeric-divideint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:int(mid range) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideint2args-2.txt |
| op-numeric-divideint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:int(upper bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideint2args-3.txt |
| op-numeric-divideint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideint2args-4.txt |
| op-numeric-divideint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideint2args-5.txt |
| op-numeric-divideintg2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideintg2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideintg2args-1.txt |
| op-numeric-divideintg2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:integer(mid range) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideintg2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideintg2args-2.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideintg2argsalt-2.txt |
| op-numeric-divideintg2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:integer(upper bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideintg2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideintg2args-3.txt |
| op-numeric-divideintg2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideintg2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideintg2args-4.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideintg2argsalt-4.txt |
| op-numeric-divideintg2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideintg2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideintg2args-5.txt |
| op-numeric-dividedec2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividedec2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividedec2args-1.txt |
| op-numeric-dividedec2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:decimal(mid range) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividedec2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividedec2args-2.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividedec2argsalt-2.txt |
| op-numeric-dividedec2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:decimal(upper bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividedec2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividedec2args-3.txt |
| op-numeric-dividedec2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividedec2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividedec2args-4.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividedec2argsalt-4.txt |
| op-numeric-dividedec2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividedec2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividedec2args-5.txt |
| op-numeric-dividedbl2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividedbl2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividedbl2args-1.txt |
| op-numeric-dividedbl2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:double(mid range) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividedbl2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividedbl2args-2.txt |
| op-numeric-dividedbl2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:double(upper bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividedbl2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividedbl2args-3.txt |
| op-numeric-dividedbl2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividedbl2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividedbl2args-4.txt |
| op-numeric-divideflt2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideflt2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideflt2args-1.txt |
| op-numeric-divideflt2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:float(mid range) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideflt2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideflt2args-2.txt |
| op-numeric-divideflt2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:float(upper bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideflt2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideflt2args-3.txt |
| op-numeric-divideflt2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideflt2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideflt2args-4.txt |
| op-numeric-dividelng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividelng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividelng2args-1.txt |
| op-numeric-dividelng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:long(mid range) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividelng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividelng2args-2.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividelng2argsalt-2.txt |
| op-numeric-dividelng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:long(upper bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividelng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividelng2args-3.txt |
| op-numeric-dividelng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividelng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividelng2args-4.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividelng2argsalt-4.txt |
| op-numeric-dividelng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividelng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividelng2args-5.txt |
| op-numeric-divideusht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideusht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideusht2args-1.txt |
| op-numeric-divideusht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideusht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideusht2args-2.txt |
| op-numeric-dividenint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenint2args-1.txt |
| op-numeric-dividenint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:negativeInteger(mid range) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenint2args-2.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenint2argsalt-2.txt |
| op-numeric-dividenint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:negativeInteger(upper bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenint2args-3.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenint2argsalt-3.txt |
| op-numeric-dividenint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenint2args-4.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenint2argsalt-4.txt |
| op-numeric-dividenint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenint2args-5.txt |
| op-numeric-dividepint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividepint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividepint2args-1.txt |
| op-numeric-dividepint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:positiveInteger(mid range) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividepint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividepint2args-2.txt |
| op-numeric-dividepint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:positiveInteger(upper bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividepint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividepint2args-3.txt |
| op-numeric-dividepint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividepint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividepint2args-4.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividepint2argsalt-4.txt |
| op-numeric-dividepint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividepint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividepint2args-5.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividepint2argsalt-5.txt |
| op-numeric-divideulng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideulng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideulng2args-1.txt |
| op-numeric-divideulng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideulng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-divideulng2args-2.txt |
| op-numeric-dividenpi2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenpi2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenpi2args-1.txt |
| op-numeric-dividenpi2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(mid range) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenpi2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenpi2args-2.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenpi2argsalt-2.txt |
| op-numeric-dividenpi2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(upper bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenpi2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenpi2args-3.txt |
| op-numeric-dividenpi2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenpi2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenpi2args-4.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenpi2argsalt-4.txt |
| op-numeric-dividenni2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenni2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenni2args-1.txt |
| op-numeric-dividenni2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenni2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividenni2args-2.txt |
| op-numeric-dividesht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividesht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividesht2args-1.txt |
| op-numeric-dividesht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:short(mid range) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividesht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividesht2args-2.txt |
| op-numeric-dividesht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:short(upper bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividesht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividesht2args-3.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividesht2argsalt-3.txt |
| op-numeric-dividesht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividesht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividesht2args-4.txt |
| op-numeric-dividesht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-divide" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividesht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividesht2args-5.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividesht2argsalt-5.txt |
| op-numeric-dividemix2args-1 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple division test with () as one operand should return null. | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividemix2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividemix2args-1.txt |
| op-numeric-dividemix2args-2 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple division test pass string for second operator. | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividemix2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-numeric-dividemix2args-3 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple division test, second operator cast string to integer. | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividemix2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividemix2args-3.txt |
| op-numeric-dividemix2args-4 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple division test, second operator is a node, atomization applied. | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividemix2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividemix2args-4.txt |
| op-numeric-dividemix2args-5 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple division test, second operator is a node, atomization applied. | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividemix2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividemix2args-5.txt |
| op-numeric-dividemix2args-6 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple division test, second operator node which is not atomizable. | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividemix2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| op-numeric-dividemix2args-7 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple division test, two operands are nodes. | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividemix2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividemix2args-7.txt |
| op-numeric-dividemix2args-8 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple division test, second operator is a node, atomizable but not castable to integer. | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividemix2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| op-numeric-dividemix2args-9 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple division test pass an empty node for second operator. | ||
| Spec Citations: | ||
| #func-numeric-divide | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/op-numeric-dividemix2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-NumericDivide-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double(6) div xs:double(2) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-1.txt |
| K-NumericDivide-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:decimal(6) div xs:decimal(2) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-2.txt |
| K-NumericDivide-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:integer(6) div xs:integer(2) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-3.txt |
| K-NumericDivide-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float(6) div xs:float(2) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-4.txt |
| K-NumericDivide-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double(5) div xs:double(2) eq 2.5`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-5.txt |
| K-NumericDivide-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double(5) div xs:double(2) ne 2.6`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-6.txt |
| K-NumericDivide-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float(5) div xs:float(2) eq 2.5`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-7.txt |
| K-NumericDivide-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float(5) div xs:float(2) ne 2.6`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-8.txt |
| K-NumericDivide-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:integer(5) div xs:integer(2) eq 2.5`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-9.txt |
| K-NumericDivide-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:integer(5) div xs:integer(2) ne 2.6`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-10.txt |
| K-NumericDivide-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:decimal(5) div xs:decimal(2) eq 2.5`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-11.txt |
| K-NumericDivide-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:decimal(5) div xs:decimal(2) ne 2.6`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-12.txt |
| K-NumericDivide-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `5 div 2 ne 2.6`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-13.txt |
| K-NumericDivide-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `5.0 div 2.0 eq 2.5`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-14.txt |
| K-NumericDivide-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `5.0 div 2.0 ne 2.6`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-15.txt |
| K-NumericDivide-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) div xs:integer(2)) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-16.txt |
| K-NumericDivide-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) div xs:decimal(2)) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-17.txt |
| K-NumericDivide-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) div xs:integer(2)) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-18.txt |
| K-NumericDivide-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) div xs:decimal(2)) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-19.txt |
| K-NumericDivide-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) div xs:decimal(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-20.txt |
| K-NumericDivide-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) div xs:float(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-21.txt |
| K-NumericDivide-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) div xs:integer(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-22.txt |
| K-NumericDivide-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) div xs:float(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-23.txt |
| K-NumericDivide-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) div xs:float(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-24.txt |
| K-NumericDivide-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) div xs:double(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-25.txt |
| K-NumericDivide-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) div xs:decimal(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-26.txt |
| K-NumericDivide-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) div xs:float(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-27.txt |
| K-NumericDivide-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) div xs:double(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-28.txt |
| K-NumericDivide-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) div xs:integer(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-29.txt |
| K-NumericDivide-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) div xs:double(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-30.txt |
| K-NumericDivide-31 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) div xs:double(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-31.txt |
| K-NumericDivide-32 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke the 'div operator with invalid operands. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NumericDivide-33 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke the 'div' operator with invalid operands. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NumericDivide-34 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(3) div xs:untypedAtomic("3")) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-34.txt |
| K-NumericDivide-35 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:untypedAtomic("3") div xs:double(3)) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-35.txt |
| K-NumericDivide-36 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Invalid whitespace for the 'div' operator. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NumericDivide-37 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Invalid whitespace for the 'div' operator. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NumericDivide-38 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Invalid whitespace for the 'div' operator. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NumericDivide-39 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Operand(s) which are the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-39.txt |
| K-NumericDivide-40 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Operand(s) which are the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-40.txt |
| K-NumericDivide-41 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Operand(s) which are the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-41.txt |
| K-NumericDivide-42 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Operand(s) which are the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-42.txt |
| K-NumericDivide-43 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Operand(s) which are the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericDivide/K-NumericDivide-43.txt |
| op-numeric-integer-divideint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideint2args-1.txt |
| op-numeric-integer-divideint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:int(mid range) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideint2args-2.txt |
| op-numeric-integer-divideint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:int(upper bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideint2args-3.txt |
| op-numeric-integer-divideint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideint2args-4.txt |
| op-numeric-integer-divideint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideint2args-5.txt |
| op-numeric-integer-divideintg2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideintg2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideintg2args-1.txt |
| op-numeric-integer-divideintg2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:integer(mid range) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideintg2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideintg2args-2.txt |
| op-numeric-integer-divideintg2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:integer(upper bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideintg2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideintg2args-3.txt |
| op-numeric-integer-divideintg2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideintg2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideintg2args-4.txt |
| op-numeric-integer-divideintg2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideintg2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideintg2args-5.txt |
| op-numeric-integer-dividedec2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividedec2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividedec2args-1.txt |
| op-numeric-integer-dividedec2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:decimal(mid range) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividedec2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividedec2args-2.txt |
| op-numeric-integer-dividedec2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:decimal(upper bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividedec2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividedec2args-3.txt |
| op-numeric-integer-dividedec2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividedec2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividedec2args-4.txt |
| op-numeric-integer-dividedec2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividedec2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividedec2args-5.txt |
| op-numeric-integer-dividelng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividelng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividelng2args-1.txt |
| op-numeric-integer-dividelng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:long(mid range) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividelng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividelng2args-2.txt |
| op-numeric-integer-dividelng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:long(upper bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividelng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividelng2args-3.txt |
| op-numeric-integer-dividelng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividelng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividelng2args-4.txt |
| op-numeric-integer-dividelng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividelng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividelng2args-5.txt |
| op-numeric-integer-divideusht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideusht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideusht2args-1.txt |
| op-numeric-integer-divideusht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideusht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideusht2args-2.txt |
| op-numeric-integer-dividenint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividenint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividenint2args-1.txt |
| op-numeric-integer-dividenint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:negativeInteger(mid range) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividenint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividenint2args-2.txt |
| op-numeric-integer-dividenint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:negativeInteger(upper bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividenint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividenint2args-3.txt |
| op-numeric-integer-dividenint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividenint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividenint2args-4.txt |
| op-numeric-integer-dividenint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividenint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividenint2args-5.txt |
| op-numeric-integer-dividepint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividepint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividepint2args-1.txt |
| op-numeric-integer-dividepint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:positiveInteger(mid range) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividepint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividepint2args-2.txt |
| op-numeric-integer-dividepint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:positiveInteger(upper bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividepint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividepint2args-3.txt |
| op-numeric-integer-dividepint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividepint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividepint2args-4.txt |
| op-numeric-integer-dividepint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividepint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividepint2args-5.txt |
| op-numeric-integer-divideulng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideulng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideulng2args-1.txt |
| op-numeric-integer-divideulng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideulng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divideulng2args-2.txt |
| op-numeric-integer-dividenpi2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividenpi2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividenpi2args-1.txt |
| op-numeric-integer-dividenpi2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(mid range) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividenpi2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividenpi2args-2.txt |
| op-numeric-integer-dividenpi2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(upper bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividenpi2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividenpi2args-3.txt |
| op-numeric-integer-dividenpi2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividenpi2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividenpi2args-4.txt |
| op-numeric-integer-dividenni2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividenni2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividenni2args-1.txt |
| op-numeric-integer-dividenni2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividenni2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividenni2args-2.txt |
| op-numeric-integer-dividesht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividesht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividesht2args-1.txt |
| op-numeric-integer-dividesht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:short(mid range) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividesht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividesht2args-2.txt |
| op-numeric-integer-dividesht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:short(upper bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividesht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividesht2args-3.txt |
| op-numeric-integer-dividesht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividesht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividesht2args-4.txt |
| op-numeric-integer-dividesht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-integer-divide" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividesht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividesht2args-5.txt |
| op-numeric-integer-dividemix2args-1 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple integer division test with () as one operand should return null. | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividemix2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividemix2args-1.txt |
| op-numeric-integer-dividemix2args-2 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple integer division test pass string for second operator. | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividemix2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-numeric-integer-dividemix2args-3 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple integer division test, second operator cast string to integer. | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividemix2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividemix2args-3.txt |
| op-numeric-integer-dividemix2args-4 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple integer division test, second operator is a node, atomization applied. | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividemix2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividemix2args-4.txt |
| op-numeric-integer-dividemix2args-5 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple integer division test, second operator is a node, atomization applied. | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividemix2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividemix2args-5.txt |
| op-numeric-integer-dividemix2args-6 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple integer division test, second operator node which is not atomizable. | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividemix2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| op-numeric-integer-dividemix2args-7 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple integer division test, two operands are nodes. | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividemix2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividemix2args-7.txt |
| op-numeric-integer-dividemix2args-8 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple integer division test, second operator is a node, atomizable but not castable to integer. | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividemix2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| op-numeric-integer-dividemix2args-9 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple integer division test pass an empty node for second operator. | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividemix2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| op-numeric-integer-dividemix2args-10 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| If the divisor is zeri, then an error is raised. | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-dividemix2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOAR0001 | ||
| op-numeric-integer-divide-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "numeric-integer-divide" operator when one operand is set to NaN. | ||
| Spec Citations: | ||
| #func-numeric-integer-divide | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/op-numeric-integer-divide-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOAR0002 | ||
| K-NumericIntegerDivide-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) idiv xs:integer(2)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-1.txt |
| K-NumericIntegerDivide-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) idiv xs:decimal(2)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-2.txt |
| K-NumericIntegerDivide-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) idiv xs:integer(2)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-3.txt |
| K-NumericIntegerDivide-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) idiv xs:decimal(2)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-4.txt |
| K-NumericIntegerDivide-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) idiv xs:decimal(2)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-5.txt |
| K-NumericIntegerDivide-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) idiv xs:decimal(2)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-6.txt |
| K-NumericIntegerDivide-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) idiv xs:float(2)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-7.txt |
| K-NumericIntegerDivide-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) idiv xs:integer(2)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-8.txt |
| K-NumericIntegerDivide-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) idiv xs:float(2)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-9.txt |
| K-NumericIntegerDivide-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) idiv xs:float(2)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-10.txt |
| K-NumericIntegerDivide-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) idiv xs:double(2)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-11.txt |
| K-NumericIntegerDivide-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) idiv xs:decimal(2)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-12.txt |
| K-NumericIntegerDivide-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) idiv xs:float(2)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-13.txt |
| K-NumericIntegerDivide-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) idiv xs:double(2)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-14.txt |
| K-NumericIntegerDivide-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) idiv xs:integer(2)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-15.txt |
| K-NumericIntegerDivide-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) idiv xs:double(2)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-16.txt |
| K-NumericIntegerDivide-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) idiv xs:double(2)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-17.txt |
| K-NumericIntegerDivide-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `10 idiv 3 eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-18.txt |
| K-NumericIntegerDivide-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `3 idiv -2 eq -1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-19.txt |
| K-NumericIntegerDivide-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `-3 idiv 2 eq -1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-20.txt |
| K-NumericIntegerDivide-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `-3 idiv -2 eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-21.txt |
| K-NumericIntegerDivide-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `5.0 idiv 2.0 eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-22.txt |
| K-NumericIntegerDivide-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `9.0 idiv 3 eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-23.txt |
| K-NumericIntegerDivide-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `-3.5 idiv 3 eq -1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-24.txt |
| K-NumericIntegerDivide-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `3.0 idiv 4 eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-25.txt |
| K-NumericIntegerDivide-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `3.1E1 idiv 6 eq 5`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-26.txt |
| K-NumericIntegerDivide-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `3.1E1 idiv 7 eq 4`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-27.txt |
| K-NumericIntegerDivide-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1.1 idiv 1) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-28.txt |
| K-NumericIntegerDivide-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(1.1) idiv 1.1) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-29.txt |
| K-NumericIntegerDivide-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `3 idiv 1.1 eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-30.txt |
| K-NumericIntegerDivide-31 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 idiv xs:float("NaN")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOAR0002 | ||
| K-NumericIntegerDivide-32 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float("NaN") idiv 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOAR0002 | ||
| K-NumericIntegerDivide-33 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float("INF") idiv xs:float(3)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOAR0002 | ||
| K-NumericIntegerDivide-34 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float("-INF") idiv xs:float(3)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOAR0002 | ||
| K-NumericIntegerDivide-35 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float("3") idiv xs:float("INF") eq xs:float(0)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-35.txt |
| K-NumericIntegerDivide-36 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float("3") idiv xs:float("-INF") eq xs:float(0)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-36.txt |
| K-NumericIntegerDivide-37 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 idiv xs:double("NaN")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOAR0002 | ||
| K-NumericIntegerDivide-38 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double("NaN") idiv 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOAR0002 | ||
| K-NumericIntegerDivide-39 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double("INF") idiv xs:double(3)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOAR0002 | ||
| K-NumericIntegerDivide-40 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double("-INF") idiv xs:double(3)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOAR0002 | ||
| K-NumericIntegerDivide-41 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double("3") idiv xs:double("INF") eq xs:double(0)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-41.txt |
| K-NumericIntegerDivide-42 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double("3") idiv xs:double("-INF") eq xs:double(0)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-42.txt |
| K-NumericIntegerDivide-43 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Invalid whitespace for the 'idiv' operator. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NumericIntegerDivide-44 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Invalid whitespace for the 'idiv' operator. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NumericIntegerDivide-45 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Invalid whitespace for the 'idiv' operator. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NumericIntegerDivide-46 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke the 'idiv operator with invalid operands. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NumericIntegerDivide-47 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke the 'idiv' operator with invalid operands. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-47.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NumericIntegerDivide-48 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:untypedAtomic("9") idiv xs:float(5)) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-48.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-48.txt |
| K-NumericIntegerDivide-49 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(9) idiv xs:untypedAtomic("5")) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-49.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-49.txt |
| K-NumericIntegerDivide-50 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke 'idiv' where an untypedAtomic conversion fails. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-50.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-NumericIntegerDivide-51 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke 'idiv' where an untypedAtomic conversion fails. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-51.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-NumericIntegerDivide-52 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Operand(s) which are the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-52.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-52.txt |
| K-NumericIntegerDivide-53 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Operand(s) which are the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-53.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericIntegerDivide/K-NumericIntegerDivide-53.txt |
| op-numeric-modint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-mod" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modint2args-1.txt |
| op-numeric-modintg2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-mod" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modintg2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modintg2args-1.txt |
| op-numeric-modintg2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-mod" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modintg2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modintg2args-2.txt |
| op-numeric-moddec2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-mod" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-moddec2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-moddec2args-1.txt |
| op-numeric-moddec2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-mod" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-moddec2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-moddec2args-2.txt |
| op-numeric-moddbl2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-mod" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-moddbl2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-moddbl2args-1.txt |
| op-numeric-modflt2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-mod" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modflt2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modflt2args-1.txt |
| op-numeric-modlng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-mod" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modlng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modlng2args-1.txt |
| op-numeric-modusht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-mod" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modusht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modusht2args-1.txt |
| op-numeric-modusht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-mod" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modusht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modusht2args-2.txt |
| op-numeric-modpint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-mod" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modpint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modpint2args-1.txt |
| op-numeric-modpint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-mod" operator with the arguments set as follows: $arg1 = xs:positiveInteger(mid range) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modpint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modpint2args-2.txt |
| op-numeric-modpint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-mod" operator with the arguments set as follows: $arg1 = xs:positiveInteger(upper bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modpint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modpint2args-3.txt |
| op-numeric-modpint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-mod" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modpint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modpint2args-4.txt |
| op-numeric-modpint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-mod" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modpint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modpint2args-5.txt |
| op-numeric-modulng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-mod" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modulng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modulng2args-1.txt |
| op-numeric-modulng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-mod" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modulng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modulng2args-2.txt |
| op-numeric-modnni2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-mod" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modnni2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modnni2args-1.txt |
| op-numeric-modnni2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-mod" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modnni2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modnni2args-2.txt |
| op-numeric-modsht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-mod" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modsht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modsht2args-1.txt |
| op-numeric-modmix2args-1 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple mod test with () as one operand should return null. | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modmix2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modmix2args-1.txt |
| op-numeric-modmix2args-2 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple mod test pass string for second operator. | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modmix2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-numeric-modmix2args-3 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple mod test, second operator cast string to integer. | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modmix2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modmix2args-3.txt |
| op-numeric-modmix2args-4 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple mod test, second operator is a node, atomization applied. | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modmix2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modmix2args-4.txt |
| op-numeric-modmix2args-5 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple mod test, second operator is a node, atomization applied. | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modmix2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modmix2args-5.txt |
| op-numeric-modmix2args-6 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple mod test, second operator node which is not atomizable. | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modmix2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| op-numeric-modmix2args-7 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple mod test, two operands are nodes. | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modmix2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modmix2args-7.txt |
| op-numeric-modmix2args-8 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple mod test, second operator is a node, atomizable but not castable to integer. | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modmix2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| op-numeric-modmix2args-9 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Simple mod test pass an empty node for second operator. | ||
| Spec Citations: | ||
| #func-numeric-mod | ||
| #id-arithmetic | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/op-numeric-modmix2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-NumericMod-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) mod xs:integer(2)) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-1.txt |
| K-NumericMod-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) mod xs:decimal(2)) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-2.txt |
| K-NumericMod-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) mod xs:integer(2)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-3.txt |
| K-NumericMod-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) mod xs:decimal(2)) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-4.txt |
| K-NumericMod-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) mod xs:float(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-5.txt |
| K-NumericMod-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) mod xs:decimal(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-6.txt |
| K-NumericMod-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) mod xs:integer(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-7.txt |
| K-NumericMod-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) mod xs:float(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-8.txt |
| K-NumericMod-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) mod xs:float(2)) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-9.txt |
| K-NumericMod-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(6) mod xs:double(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-10.txt |
| K-NumericMod-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) mod xs:decimal(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-11.txt |
| K-NumericMod-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) mod xs:float(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-12.txt |
| K-NumericMod-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:float(6) mod xs:double(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-13.txt |
| K-NumericMod-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) mod xs:integer(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-14.txt |
| K-NumericMod-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:integer(6) mod xs:double(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-15.txt |
| K-NumericMod-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:double(6) mod xs:double(2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-16.txt |
| K-NumericMod-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `10 mod 3 eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-17.txt |
| K-NumericMod-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `6 mod -2 eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-18.txt |
| K-NumericMod-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `4.5 mod 1.2 eq 0.9`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-19.txt |
| K-NumericMod-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1.23E2 mod 0.6E1 eq 3.0E0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-20.txt |
| K-NumericMod-21 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Invalid whitespace for the 'mod' operator. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NumericMod-22 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Invalid whitespace for the 'mod' operator. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NumericMod-23 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Invalid whitespace for the 'mod' operator. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NumericMod-24 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke the 'mod operator with invalid operands. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NumericMod-25 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke the 'mod operator with invalid operands. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NumericMod-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:untypedAtomic("5") mod xs:double(3)) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-26.txt |
| K-NumericMod-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(5) mod xs:untypedAtomic("3")) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-27.txt |
| K-NumericMod-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Operand(s) which are the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-28.txt |
| K-NumericMod-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Operand(s) which are the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericMod/K-NumericMod-29.txt |
| op-numeric-unary-plusint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusint1args-1.txt |
| op-numeric-unary-plusint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusint1args-2.txt |
| op-numeric-unary-plusint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusint1args-3.txt |
| op-numeric-unary-plusintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusintg1args-1.txt |
| op-numeric-unary-plusintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusintg1args-2.txt |
| op-numeric-unary-plusintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusintg1args-3.txt |
| op-numeric-unary-plusdec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusdec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusdec1args-1.txt |
| op-numeric-unary-plusdec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusdec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusdec1args-2.txt |
| op-numeric-unary-plusdec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusdec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusdec1args-3.txt |
| op-numeric-unary-plusdbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusdbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusdbl1args-1.txt |
| op-numeric-unary-plusdbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusdbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusdbl1args-2.txt |
| op-numeric-unary-plusdbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusdbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusdbl1args-3.txt |
| op-numeric-unary-plusflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusflt1args-1.txt |
| op-numeric-unary-plusflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusflt1args-2.txt |
| op-numeric-unary-plusflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusflt1args-3.txt |
| op-numeric-unary-pluslng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-pluslng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-pluslng1args-1.txt |
| op-numeric-unary-pluslng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-pluslng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-pluslng1args-2.txt |
| op-numeric-unary-pluslng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-pluslng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-pluslng1args-3.txt |
| op-numeric-unary-plususht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plususht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plususht1args-1.txt |
| op-numeric-unary-plususht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plususht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plususht1args-2.txt |
| op-numeric-unary-plususht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plususht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plususht1args-3.txt |
| op-numeric-unary-plusnint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusnint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusnint1args-1.txt |
| op-numeric-unary-plusnint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusnint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusnint1args-2.txt |
| op-numeric-unary-plusnint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusnint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusnint1args-3.txt |
| op-numeric-unary-pluspint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-pluspint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-pluspint1args-1.txt |
| op-numeric-unary-pluspint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-pluspint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-pluspint1args-2.txt |
| op-numeric-unary-pluspint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-pluspint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-pluspint1args-3.txt |
| op-numeric-unary-plusulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusulng1args-1.txt |
| op-numeric-unary-plusulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusulng1args-2.txt |
| op-numeric-unary-plusulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusulng1args-3.txt |
| op-numeric-unary-plusnpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusnpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusnpi1args-1.txt |
| op-numeric-unary-plusnpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusnpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusnpi1args-2.txt |
| op-numeric-unary-plusnpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusnpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusnpi1args-3.txt |
| op-numeric-unary-plusnni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusnni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusnni1args-1.txt |
| op-numeric-unary-plusnni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusnni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusnni1args-2.txt |
| op-numeric-unary-plusnni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusnni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plusnni1args-3.txt |
| op-numeric-unary-plussht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plussht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plussht1args-1.txt |
| op-numeric-unary-plussht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plussht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plussht1args-2.txt |
| op-numeric-unary-plussht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-plus" operator with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-plus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plussht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/op-numeric-unary-plussht1args-3.txt |
| K-NumericUnaryPlus-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No unary operator is available for xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NumericUnaryPlus-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(+3) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-2.txt |
| K-NumericUnaryPlus-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(+3) eq +3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-3.txt |
| K-NumericUnaryPlus-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(+3) eq +(3)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-4.txt |
| K-NumericUnaryPlus-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `+(3) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-5.txt |
| K-NumericUnaryPlus-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `+(3) eq +3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-6.txt |
| K-NumericUnaryPlus-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `-(3) ne 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-7.txt |
| K-NumericUnaryPlus-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `----------3 eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-8.txt |
| K-NumericUnaryPlus-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `+++++++++++3 eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-9.txt |
| K-NumericUnaryPlus-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `-+-+-+-+-+-+-+-3 eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-10.txt |
| K-NumericUnaryPlus-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `-+-+-+-+-+-++-+-++-+-+-+-+++3 eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-11.txt |
| K-NumericUnaryPlus-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `+++3 eq ++3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryPlus/K-NumericUnaryPlus-12.txt |
| op-numeric-unary-minusint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusint1args-1.txt |
| op-numeric-unary-minusint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusint1args-2.txt |
| op-numeric-unary-minusint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusint1args-3.txt |
| op-numeric-unary-minusintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusintg1args-1.txt |
| op-numeric-unary-minusintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusintg1args-2.txt |
| op-numeric-unary-minusintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusintg1args-3.txt |
| op-numeric-unary-minusdec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusdec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusdec1args-1.txt |
| op-numeric-unary-minusdec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusdec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusdec1args-2.txt |
| op-numeric-unary-minusdec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusdec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusdec1args-3.txt |
| op-numeric-unary-minusdbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusdbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusdbl1args-1.txt |
| op-numeric-unary-minusdbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusdbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusdbl1args-2.txt |
| op-numeric-unary-minusdbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusdbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusdbl1args-3.txt |
| op-numeric-unary-minusflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusflt1args-1.txt |
| op-numeric-unary-minusflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusflt1args-2.txt |
| op-numeric-unary-minusflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusflt1args-3.txt |
| op-numeric-unary-minuslng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minuslng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minuslng1args-1.txt |
| op-numeric-unary-minuslng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minuslng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minuslng1args-2.txt |
| op-numeric-unary-minuslng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minuslng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minuslng1args-3.txt |
| op-numeric-unary-minususht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minususht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minususht1args-1.txt |
| op-numeric-unary-minususht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minususht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minususht1args-2.txt |
| op-numeric-unary-minususht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minususht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minususht1args-3.txt |
| op-numeric-unary-minusnint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusnint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusnint1args-1.txt |
| op-numeric-unary-minusnint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusnint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusnint1args-2.txt |
| op-numeric-unary-minusnint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusnint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusnint1args-3.txt |
| op-numeric-unary-minuspint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minuspint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minuspint1args-1.txt |
| op-numeric-unary-minuspint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minuspint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minuspint1args-2.txt |
| op-numeric-unary-minuspint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minuspint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minuspint1args-3.txt |
| op-numeric-unary-minusulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusulng1args-1.txt |
| op-numeric-unary-minusulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusulng1args-2.txt |
| op-numeric-unary-minusulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusulng1args-3.txt |
| op-numeric-unary-minusnpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusnpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusnpi1args-1.txt |
| op-numeric-unary-minusnpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusnpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusnpi1args-2.txt |
| op-numeric-unary-minusnpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusnpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusnpi1args-3.txt |
| op-numeric-unary-minusnni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusnni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusnni1args-1.txt |
| op-numeric-unary-minusnni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusnni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusnni1args-2.txt |
| op-numeric-unary-minusnni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusnni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minusnni1args-3.txt |
| op-numeric-unary-minussht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minussht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minussht1args-1.txt |
| op-numeric-unary-minussht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minussht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minussht1args-2.txt |
| op-numeric-unary-minussht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-unary-minus" operator with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-unary-minus | ||
| #id-arithmetic | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minussht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/op-numeric-unary-minussht1args-3.txt |
| K-NumericUnaryMinus-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No unary operator is available for xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NumericUnaryMinus-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `+(-3) eq -3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-2.txt |
| K-NumericUnaryMinus-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(-3) eq -3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-3.txt |
| K-NumericUnaryMinus-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(+3) ne -3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-4.txt |
| K-NumericUnaryMinus-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `-3 eq -3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-5.txt |
| K-NumericUnaryMinus-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `+(-3) eq -3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-6.txt |
| K-NumericUnaryMinus-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `-(+3) eq -3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-7.txt |
| K-NumericUnaryMinus-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `-(3) eq -3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-8.txt |
| K-NumericUnaryMinus-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `-(3) eq -3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-9.txt |
| K-NumericUnaryMinus-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `---------3 eq -3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-10.txt |
| K-NumericUnaryMinus-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `+-+-+-+-+-+-+-+3 eq -3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-11.txt |
| K-NumericUnaryMinus-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `----+-+-++-+-+-+-+++-+--+--3 eq -3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-12.txt |
| K-NumericUnaryMinus-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `---3 eq -3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/NumericOpr/NumericUnaryMinus/K-NumericUnaryMinus-13.txt |
| op-add-yearMonthDurations2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDurations" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-add-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations2args-1.txt |
| op-add-yearMonthDurations2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDurations" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(mid range) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-add-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations2args-2.txt |
| op-add-yearMonthDurations2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDurations" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(upper bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-add-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations2args-3.txt |
| op-add-yearMonthDurations2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDurations" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(mid range). | ||
| Spec Citations: | ||
| #func-add-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations2args-4.txt |
| op-add-yearMonthDurations2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDurations" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(upper bound). | ||
| Spec Citations: | ||
| #func-add-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations2args-5.txt |
| op-add-yearMonthDurations-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDurations" operator as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-add-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-1.txt |
| op-add-yearMonthDurations-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDurations" operator as part of a boolean expression (and operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-add-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-2.txt |
| op-add-yearMonthDurations-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDurations" opeartor as part of a boolean expression (or operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-add-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-3.txt |
| op-add-yearMonthDurations-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDurations" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-add-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-4.txt |
| op-add-yearMonthDurations-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDurations" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-add-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-5.txt |
| op-add-yearMonthDurations-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDurations" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-add-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-6.txt |
| op-add-yearMonthDurations-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDurations" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-add-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-7.txt |
| op-add-yearMonthDurations-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDurations" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-add-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-8.txt |
| op-add-yearMonthDurations-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDurations" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-add-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-9.txt |
| op-add-yearMonthDurations-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDurations" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-add-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-10.txt |
| op-add-yearMonthDurations-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDurations" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-add-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-11.txt |
| op-add-yearMonthDurations-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDurations" function used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-add-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-12.txt |
| op-add-yearMonthDurations-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDurations" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-add-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-13.txt |
| op-add-yearMonthDurations-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDurations" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-add-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-14.txt |
| op-add-yearMonthDurations-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDurations" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-add-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-15.txt |
| op-add-yearMonthDurations-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDurations" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-add-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/op-add-yearMonthDurations-16.txt |
| K-YearMonthDurationAdd-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of adding an xs:yearMonthDuration with P0M. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/K-YearMonthDurationAdd-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/K-YearMonthDurationAdd-1.txt |
| K-YearMonthDurationAdd-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of adding P0M with an xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/K-YearMonthDurationAdd-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/K-YearMonthDurationAdd-2.txt |
| K-YearMonthDurationAdd-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of adding two arbitrary xs:yearMonthDurations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/K-YearMonthDurationAdd-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAdd/K-YearMonthDurationAdd-3.txt |
| op-subtract-yearMonthDurations2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDurations" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations2args-1.txt |
| op-subtract-yearMonthDurations2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDurations" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(mid range) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations2args-2.txt |
| op-subtract-yearMonthDurations2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDurations" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(upper bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations2args-3.txt |
| op-subtract-yearMonthDurations2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDurations" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(mid range). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations2args-4.txt |
| op-subtract-yearMonthDurations2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDurations" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(upper bound). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations2args-5.txt |
| op-subtract-yearMonthDurations-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDurations" operator as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-1.txt |
| op-subtract-yearMonthDurations-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDurations" operator as part of a boolean expression (and operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-2.txt |
| op-subtract-yearMonthDurations-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDurations" opeartor as part of a boolean expression (or operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-3.txt |
| op-subtract-yearMonthDurations-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDurations" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-4.txt |
| op-subtract-yearMonthDurations-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDurations" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-5.txt |
| op-subtract-yearMonthDurations-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDurations" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-6.txt |
| op-subtract-yearMonthDurations-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDurations" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-7.txt |
| op-subtract-yearMonthDurations-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDurations" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-8.txt |
| op-subtract-yearMonthDurations-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDurations" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-9.txt |
| op-subtract-yearMonthDurations-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDurations" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-10.txt |
| op-subtract-yearMonthDurations-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDurations" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-11.txt |
| op-subtract-yearMonthDurations-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDurations" function used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-12.txt |
| op-subtract-yearMonthDurations-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDurations" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-13.txt |
| op-subtract-yearMonthDurations-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDurations" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-14.txt |
| op-subtract-yearMonthDurations-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDurations" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-15.txt |
| op-subtract-yearMonthDurations-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDurations" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/op-subtract-yearMonthDurations-16.txt |
| K-YearMonthDurationSubtract-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of substraction an xs:yearMonthDuration with P0M. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/K-YearMonthDurationSubtract-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/K-YearMonthDurationSubtract-1.txt |
| K-YearMonthDurationSubtract-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of substraction P0M with an xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/K-YearMonthDurationSubtract-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/K-YearMonthDurationSubtract-2.txt |
| K-YearMonthDurationSubtract-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of substraction two arbitrary xs:yearMonthDurations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/K-YearMonthDurationSubtract-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/K-YearMonthDurationSubtract-3.txt |
| K-YearMonthDurationSubtract-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The addition operator is not available between xs:dayTimeDuration and xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/K-YearMonthDurationSubtract-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-YearMonthDurationSubtract-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The addition operator is not available between xs:yearMonthDuration and xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/K-YearMonthDurationSubtract-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-YearMonthDurationSubtract-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The addition operator is not available between xs:duration and xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/K-YearMonthDurationSubtract-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-YearMonthDurationSubtract-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The addition operator is not available between xs:yearMonthDuration and xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/K-YearMonthDurationSubtract-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-YearMonthDurationSubtract-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The addition operator is not available between xs:dayTimeDuration and xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/K-YearMonthDurationSubtract-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-YearMonthDurationSubtract-9 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The addition operator is not available between xs:duration and xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationSubtract/K-YearMonthDurationSubtract-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-multiply-yearMonthDuration2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration2args-1.txt |
| op-multiply-yearMonthDuration2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(mid range) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration2args-2.txt |
| op-multiply-yearMonthDuration2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(upper bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration2args-3.txt |
| op-multiply-yearMonthDuration2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration2args-4.txt |
| op-multiply-yearMonthDuration2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration2args-5.txt |
| op-multiply-yearMonthDuration-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" operator as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-1.txt |
| op-multiply-yearMonthDuration-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" operator as part of a boolean expression (and operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-2.txt |
| op-multiply-yearMonthDuration-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" opeartor as part of a boolean expression (or operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-3.txt |
| op-multiply-yearMonthDuration-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-4.txt |
| op-multiply-yearMonthDuration-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-5.txt |
| op-multiply-yearMonthDuration-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-6.txt |
| op-multiply-yearMonthDuration-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-7.txt |
| op-multiply-yearMonthDuration-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-8.txt |
| op-multiply-yearMonthDuration-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-9.txt |
| op-multiply-yearMonthDuration-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-10.txt |
| op-multiply-yearMonthDuration-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-11.txt |
| op-multiply-yearMonthDuration-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" function used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-12.txt |
| op-multiply-yearMonthDuration-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-13.txt |
| op-multiply-yearMonthDuration-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-14.txt |
| op-multiply-yearMonthDuration-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-15.txt |
| op-multiply-yearMonthDuration-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-16.txt |
| op-multiply-yearMonthDuration-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" operator multiplied by +0. | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-17.txt |
| op-multiply-yearMonthDuration-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" operator multiplied by +0. | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-18.txt |
| op-multiply-yearMonthDuration-19 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-yearMonthDuration" operator, with $arg2 set to NAN, should raise error. | ||
| Spec Citations: | ||
| #func-multiply-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/op-multiply-yearMonthDuration-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0005 | ||
| K-YearMonthDurationMultiply-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of multiplying a xs:yearMonthDuration with 3. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/K-YearMonthDurationMultiply-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/K-YearMonthDurationMultiply-1.txt |
| K-YearMonthDurationMultiply-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of multiplying 3 with xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/K-YearMonthDurationMultiply-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/K-YearMonthDurationMultiply-2.txt |
| K-YearMonthDurationMultiply-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of multiplying 0 with xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/K-YearMonthDurationMultiply-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/K-YearMonthDurationMultiply-3.txt |
| K-YearMonthDurationMultiply-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of multiplying a xs:yearMonthDuration with 0. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/K-YearMonthDurationMultiply-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/K-YearMonthDurationMultiply-4.txt |
| K-YearMonthDurationMultiply-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Simple test of multiplying a xs:yearMonthDuration with INF. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/K-YearMonthDurationMultiply-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODT0002 | ||
| K-YearMonthDurationMultiply-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Simple test of multiplying a xs:yearMonthDuration with -INF. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/K-YearMonthDurationMultiply-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODT0002 | ||
| K-YearMonthDurationMultiply-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Simple test of multiplying a xs:yearMonthDuration with NaN. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/K-YearMonthDurationMultiply-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0005 | ||
| K-YearMonthDurationMultiply-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The multiplication operator is not available between xs:duration and xs:integer. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/K-YearMonthDurationMultiply-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-YearMonthDurationMultiply-9 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The multiplication operator is not available between xs:integer and xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/K-YearMonthDurationMultiply-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-YearMonthDurationMultiply-10 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The multiplication operator is not available between xs:dayTimeDuration and xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/K-YearMonthDurationMultiply-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-YearMonthDurationMultiply-11 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The multiplication operator is not available between xs:yearMonthDuration and xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/K-YearMonthDurationMultiply-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-YearMonthDurationMultiply-12 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The multiplication operator is not available between xs:yearMonthDuration and xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/K-YearMonthDurationMultiply-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-YearMonthDurationMultiply-13 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The multiplication operator is not available between xs:dayTimeDuration and xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationMultiply/K-YearMonthDurationMultiply-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-divide-yearMonthDuration2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration2args-1.txt |
| op-divide-yearMonthDuration2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(mid range) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration2args-2.txt |
| op-divide-yearMonthDuration2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(upper bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration2args-3.txt |
| op-divide-yearMonthDuration2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration2args-4.txt |
| op-divide-yearMonthDuration2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration2args-5.txt |
| op-divide-yearMonthDuration-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration" operator as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-1.txt |
| op-divide-yearMonthDuration-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration" operator as part of a boolean expression (and operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-2.txt |
| op-divide-yearMonthDuration-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration" opeartor as part of a boolean expression (or operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-3.txt |
| op-divide-yearMonthDuration-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-4.txt |
| op-divide-yearMonthDuration-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-5.txt |
| op-divide-yearMonthDuration-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-6.txt |
| op-divide-yearMonthDuration-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-7.txt |
| op-divide-yearMonthDuration-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-8.txt |
| op-divide-yearMonthDuration-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-9.txt |
| op-divide-yearMonthDuration-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-10.txt |
| op-divide-yearMonthDuration-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-11.txt |
| op-divide-yearMonthDuration-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration" function used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-12.txt |
| op-divide-yearMonthDuration-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-13.txt |
| op-divide-yearMonthDuration-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-14.txt |
| op-divide-yearMonthDuration-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-15.txt |
| op-divide-yearMonthDuration-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/op-divide-yearMonthDuration-16.txt |
| K-YearMonthDurationDivide-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of dividing a xs:yearMonthDuration with 3. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/K-YearMonthDurationDivide-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/K-YearMonthDurationDivide-1.txt |
| K-YearMonthDurationDivide-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of dividing a xs:yearMonthDuration with xs:double('-INF'). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/K-YearMonthDurationDivide-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/K-YearMonthDurationDivide-2.txt |
| K-YearMonthDurationDivide-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of dividing a xs:yearMonthDuration with xs:double('INF'). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/K-YearMonthDurationDivide-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/K-YearMonthDurationDivide-3.txt |
| K-YearMonthDurationDivide-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Simple test of dividing a xs:yearMonthDuration with 0. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/K-YearMonthDurationDivide-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODT0002 | ||
| K-YearMonthDurationDivide-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Simple test of dividing a xs:yearMonthDuration with NaN. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/K-YearMonthDurationDivide-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0005 | ||
| K-YearMonthDurationDivide-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Simple test of dividing a xs:yearMonthDuration with xs:double('-0'). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivide/K-YearMonthDurationDivide-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODT0002 | ||
| op-divide-yearMonthDuration-by-yearMonthDuration2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration-by-yearMonthDuration" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration-by-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yearMonthDuration2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yearMonthDuration2args-1.txt |
| op-divide-yearMonthDuration-by-yearMonthDuration2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration-by-yearMonthDuration" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(mid range) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration-by-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yearMonthDuration2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yearMonthDuration2args-2.txt |
| op-divide-yearMonthDuration-by-yearMonthDuration2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration-by-yearMonthDuration" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(upper bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration-by-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yearMonthDuration2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yearMonthDuration2args-3.txt |
| op-divide-yearMonthDuration-by-yearMonthDuration2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration-by-yearMonthDuration" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(mid range). | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration-by-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yearMonthDuration2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yearMonthDuration2args-4.txt |
| op-divide-yearMonthDuration-by-yearMonthDuration2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration-by-yearMonthDuration" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(upper bound). | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration-by-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yearMonthDuration2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yearMonthDuration2args-5.txt |
| op-divide-yearMonthDuration-by-yMD-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration-by-yearMonthDuration" operator as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration-by-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-1.txt |
| op-divide-yearMonthDuration-by-yMD-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration-by-yearMonthDuration" operator as part of a boolean expression (and operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration-by-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-2.txt |
| op-divide-yearMonthDuration-by-yMD-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration-by-yearMonthDuration" opeartor as part of a boolean expression (or operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration-by-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-3.txt |
| op-divide-yearMonthDuration-by-yMD-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration-by-yearMonthDuration" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration-by-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-4.txt |
| op-divide-yearMonthDuration-by-yMD-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration-by-yearMonthDuration" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration-by-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-5.txt |
| op-divide-yearMonthDuration-by-yMD-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration-by-yearMonthDuration" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration-by-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-6.txt |
| op-divide-yearMonthDuration-by-yMD-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration-by-yearMonthDuration" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration-by-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-7.txt |
| op-divide-yearMonthDuration-by-yMD-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration-by-yearMonthDuration" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration-by-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-8.txt |
| op-divide-yearMonthDuration-by-yMD-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration-by-yearMonthDuration" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration-by-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-9.txt |
| op-divide-yearMonthDuration-by-yMD-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration-by-yearMonthDuration" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration-by-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-10.txt |
| op-divide-yearMonthDuration-by-yMD-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration-by-yearMonthDuration" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration-by-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-11.txt |
| op-divide-yearMonthDuration-by-yMD-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration-by-yearMonthDuration" function used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration-by-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-12.txt |
| op-divide-yearMonthDuration-by-yMD-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration-by-yearMonthDuration" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration-by-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-13.txt |
| op-divide-yearMonthDuration-by-yMD-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration-by-yearMonthDuration" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration-by-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-14.txt |
| op-divide-yearMonthDuration-by-yMD-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration-by-yearMonthDuration" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration-by-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-15.txt |
| op-divide-yearMonthDuration-by-yMD-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-yearMonthDuration-by-yearMonthDuration" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-divide-yearMonthDuration-by-yearMonthDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/op-divide-yearMonthDuration-by-yMD-16.txt |
| K-YearMonthDurationDivideYMD-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of dividing a xs:yearMonthDuration with xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/K-YearMonthDurationDivideYMD-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationDivideYMD/K-YearMonthDurationDivideYMD-1.txt |
| op-add-dayTimeDurations2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDurations" operator with the arguments set as follows: Sarg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-add-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations2args-1.txt |
| op-add-dayTimeDurations2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDurations" operator with the arguments set as follows: Sarg1 = xs:dayTimeDuration(mid range) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-add-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations2args-2.txt |
| op-add-dayTimeDurations2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDurations" operator with the arguments set as follows: Sarg1 = xs:dayTimeDuration(upper bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-add-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations2args-3.txt |
| op-add-dayTimeDurations2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDurations" operator with the arguments set as follows: Sarg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(mid range). | ||
| Spec Citations: | ||
| #func-add-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations2args-4.txt |
| op-add-dayTimeDurations2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDurations" operator with the arguments set as follows: Sarg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(upper bound). | ||
| Spec Citations: | ||
| #func-add-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations2args-5.txt |
| op-add-dayTimeDurations-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDurations" operator as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-add-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-1.txt |
| op-add-dayTimeDurations-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDurations" operator as part of a boolean expression (and operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-2.txt |
| op-add-dayTimeDurations-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDurations" opeartor as part of a boolean expression (or operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-3.txt |
| op-add-dayTimeDurations-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDurations" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-4.txt |
| op-add-dayTimeDurations-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDurations" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-5.txt |
| op-add-dayTimeDurations-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDurations" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-6.txt |
| op-add-dayTimeDurations-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDurations" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-7.txt |
| op-add-dayTimeDurations-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDurations" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-add-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-8.txt |
| op-add-dayTimeDurations-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDurations" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-add-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-9.txt |
| op-add-dayTimeDurations-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDurations" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-add-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-10.txt |
| op-add-dayTimeDurations-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDurations" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-add-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-11.txt |
| op-add-dayTimeDurations-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDurations" function used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-12.txt |
| op-add-dayTimeDurations-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDurations" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-add-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-13.txt |
| op-add-dayTimeDurations-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDurations" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-add-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-14.txt |
| op-add-dayTimeDurations-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDurations" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-add-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-15.txt |
| op-add-dayTimeDurations-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDurations" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-add-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/op-add-dayTimeDurations-16.txt |
| K-DayTimeDurationAdd-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of adding an xs:dayTimeDuration with PT0S. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/K-DayTimeDurationAdd-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/K-DayTimeDurationAdd-1.txt |
| K-DayTimeDurationAdd-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of substraction PT0S with an xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/K-DayTimeDurationAdd-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/K-DayTimeDurationAdd-2.txt |
| K-DayTimeDurationAdd-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of adding two arbitrary xs:yearMonthDurations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/K-DayTimeDurationAdd-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationAdd/K-DayTimeDurationAdd-3.txt |
| op-subtract-dayTimeDurations2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDurations" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations2args-1.txt |
| op-subtract-dayTimeDurations2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDurations" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(mid range) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations2args-2.txt |
| op-subtract-dayTimeDurations2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDurations" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(upper bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations2args-3.txt |
| op-subtract-dayTimeDurations2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDurations" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(mid range). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations2args-4.txt |
| op-subtract-dayTimeDurations2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDurations" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(upper bound). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations2args-5.txt |
| op-subtract-dayTimeDurations-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDurations" operator as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-1.txt |
| op-subtract-dayTimeDurations-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDurations" operator as part of a boolean expression (and operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-2.txt |
| op-subtract-dayTimeDurations-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDurations" opeartor as part of a boolean expression (or operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-3.txt |
| op-subtract-dayTimeDurations-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDurations" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-4.txt |
| op-subtract-dayTimeDurations-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDurations" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-5.txt |
| op-subtract-dayTimeDurations-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDurations" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-6.txt |
| op-subtract-dayTimeDurations-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDurations" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-7.txt |
| op-subtract-dayTimeDurations-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDurations" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-8.txt |
| op-subtract-dayTimeDurations-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDurations" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-9.txt |
| op-subtract-dayTimeDurations-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDurations" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-10.txt |
| op-subtract-dayTimeDurations-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDurations" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-11.txt |
| op-subtract-dayTimeDurations-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDurations" function used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-12.txt |
| op-subtract-dayTimeDurations-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDurations" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-13.txt |
| op-subtract-dayTimeDurations-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDurations" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-14.txt |
| op-subtract-dayTimeDurations-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDurations" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-15.txt |
| op-subtract-dayTimeDurations-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDurations" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDurations | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/op-subtract-dayTimeDurations-16.txt |
| K-DayTimeDurationSubtract-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of substraction an xs:dayTimeDuration with PT0S. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/K-DayTimeDurationSubtract-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/K-DayTimeDurationSubtract-1.txt |
| K-DayTimeDurationSubtract-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of substraction PT0S with an xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/K-DayTimeDurationSubtract-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/K-DayTimeDurationSubtract-2.txt |
| K-DayTimeDurationSubtract-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of substraction two arbitrary xs:dayTimeDurations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/K-DayTimeDurationSubtract-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/K-DayTimeDurationSubtract-3.txt |
| K-DayTimeDurationSubtract-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The substraction operator is not available between xs:dayTimeDuration and xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/K-DayTimeDurationSubtract-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DayTimeDurationSubtract-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The substraction operator is not available between xs:yearMonthDuration and xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/K-DayTimeDurationSubtract-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DayTimeDurationSubtract-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The substraction operator is not available between xs:duration and xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/K-DayTimeDurationSubtract-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DayTimeDurationSubtract-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The substraction operator is not available between xs:yearMonthDuration and xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/K-DayTimeDurationSubtract-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DayTimeDurationSubtract-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The substraction operator is not available between xs:dayTimeDuration and xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/K-DayTimeDurationSubtract-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DayTimeDurationSubtract-9 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The substraction operator is not available between xs:duration and xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationSubtract/K-DayTimeDurationSubtract-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-multiply-dayTimeDuration2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration2args-1.txt |
| op-multiply-dayTimeDuration2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(mid range) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration2args-2.txt |
| op-multiply-dayTimeDuration2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(upper bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration2args-3.txt |
| op-multiply-dayTimeDuration2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration2args-4.txt |
| op-multiply-dayTimeDuration2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration2args-5.txt |
| op-multiply-dayTimeDuration-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" operator as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-1.txt |
| op-multiply-dayTimeDuration-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" operator as part of a boolean expression (and operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-2.txt |
| op-multiply-dayTimeDuration-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" opeartor as part of a boolean expression (or operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-3.txt |
| op-multiply-dayTimeDuration-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-4.txt |
| op-multiply-dayTimeDuration-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-5.txt |
| op-multiply-dayTimeDuration-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-6.txt |
| op-multiply-dayTimeDuration-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-7.txt |
| op-multiply-dayTimeDuration-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-8.txt |
| op-multiply-dayTimeDuration-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-9.txt |
| op-multiply-dayTimeDuration-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-10.txt |
| op-multiply-dayTimeDuration-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-11.txt |
| op-multiply-dayTimeDuration-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" function used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-12.txt |
| op-multiply-dayTimeDuration-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-13.txt |
| op-multiply-dayTimeDuration-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-14.txt |
| op-multiply-dayTimeDuration-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-15.txt |
| op-multiply-dayTimeDuration-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-16.txt |
| op-multiply-dayTimeDuration-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" operator multiplied by -0. | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-17.txt |
| op-multiply-dayTimeDuration-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:multiply-dayTimeDuration" operator multiplied by -0. | ||
| Spec Citations: | ||
| #func-multiply-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/op-multiply-dayTimeDuration-18.txt |
| K-DayTimeDurationMultiply-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of multiplying a xs:dayTimeDuration with 3. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/K-DayTimeDurationMultiply-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/K-DayTimeDurationMultiply-1.txt |
| K-DayTimeDurationMultiply-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of multiplying 3 with xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/K-DayTimeDurationMultiply-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/K-DayTimeDurationMultiply-2.txt |
| K-DayTimeDurationMultiply-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of multiplying a xs:dayTimeDuration with 0. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/K-DayTimeDurationMultiply-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/K-DayTimeDurationMultiply-3.txt |
| K-DayTimeDurationMultiply-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of multiplying 0 with xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/K-DayTimeDurationMultiply-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/K-DayTimeDurationMultiply-4.txt |
| K-DayTimeDurationMultiply-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of multiplying a xs:dayTimeDuration with -0. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/K-DayTimeDurationMultiply-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/K-DayTimeDurationMultiply-5.txt |
| K-DayTimeDurationMultiply-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of multiplying -0 with xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/K-DayTimeDurationMultiply-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/K-DayTimeDurationMultiply-6.txt |
| K-DayTimeDurationMultiply-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Simple test of multiplying a xs:dayTimeDuration with INF. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/K-DayTimeDurationMultiply-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODT0002 | ||
| K-DayTimeDurationMultiply-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Simple test of multiplying a xs:dayTimeDuration with -INF. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/K-DayTimeDurationMultiply-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODT0002 | ||
| K-DayTimeDurationMultiply-9 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Simple test of multiplying a xs:dayTimeDuration with NaN. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationMultiply/K-DayTimeDurationMultiply-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0005 | ||
| op-divide-dayTimeDuration2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration2args-1.txt |
| op-divide-dayTimeDuration2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(mid range) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration2args-2.txt |
| op-divide-dayTimeDuration2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(upper bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration2args-3.txt |
| op-divide-dayTimeDuration2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration2args-4.txt |
| op-divide-dayTimeDuration2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration2args-5.txt |
| op-divide-dayTimeDuration-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration" operator as part of a boolean expression (and operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-2.txt |
| op-divide-dayTimeDuration-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration" opeartor as part of a boolean expression (or operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-3.txt |
| op-divide-dayTimeDuration-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-4.txt |
| op-divide-dayTimeDuration-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-5.txt |
| op-divide-dayTimeDuration-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-6.txt |
| op-divide-dayTimeDuration-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-7.txt |
| op-divide-dayTimeDuration-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-8.txt |
| op-divide-dayTimeDuration-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-9.txt |
| op-divide-dayTimeDuration-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-10.txt |
| op-divide-dayTimeDuration-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-11.txt |
| op-divide-dayTimeDuration-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration" function used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-12.txt |
| op-divide-dayTimeDuration-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-13.txt |
| op-divide-dayTimeDuration-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-14.txt |
| op-divide-dayTimeDuration-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-15.txt |
| op-divide-dayTimeDuration-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/op-divide-dayTimeDuration-16.txt |
| K-DayTimeDurationDivide-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of dividing a xs:dayTimeDuration with 4. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/K-DayTimeDurationDivide-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/K-DayTimeDurationDivide-1.txt |
| K-DayTimeDurationDivide-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of dividing a xs:dayTimeDuration with xs:double('-INF'). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/K-DayTimeDurationDivide-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/K-DayTimeDurationDivide-2.txt |
| K-DayTimeDurationDivide-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of dividing a xs:dayTimeDuration with xs:double('INF'). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/K-DayTimeDurationDivide-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/K-DayTimeDurationDivide-3.txt |
| K-DayTimeDurationDivide-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Simple test of dividing a xs:dayTimeDuration with 0. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/K-DayTimeDurationDivide-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODT0002 | ||
| K-DayTimeDurationDivide-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Simple test of dividing a xs:dayTimeDuration with NaN. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/K-DayTimeDurationDivide-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0005 | ||
| K-DayTimeDurationDivide-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Simple test of dividing a xs:dayTimeDuration with xs:double('-0'). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/K-DayTimeDurationDivide-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODT0002 | ||
| K-DayTimeDurationDivide-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The division operator is not available between xs:duration and xs:integer. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/K-DayTimeDurationDivide-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DayTimeDurationDivide-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The division operator is not available between xs:integer and xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/K-DayTimeDurationDivide-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DayTimeDurationDivide-9 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The division operator is not available between xs:integer and xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/K-DayTimeDurationDivide-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DayTimeDurationDivide-10 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The division operator is not available between xs:integer and xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/K-DayTimeDurationDivide-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DayTimeDurationDivide-11 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The division operator is not available between xs:dayTimeDuration and xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/K-DayTimeDurationDivide-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DayTimeDurationDivide-12 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The division operator is not available between xs:yearMonthDuration and xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/K-DayTimeDurationDivide-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DayTimeDurationDivide-13 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The division operator is not available between xs:duration and xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/K-DayTimeDurationDivide-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DayTimeDurationDivide-14 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The division operator is not available between xs:yearMonthDuration and xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/K-DayTimeDurationDivide-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DayTimeDurationDivide-15 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The division operator is not available between xs:dayTimeDuration and xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/K-DayTimeDurationDivide-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DayTimeDurationDivide-16 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The division operator is not available between xs:duration and xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivide/K-DayTimeDurationDivide-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-divide-dayTimeDuration-by-dayTimeDuration2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration-by-dayTimeDuration" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration-by-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dayTimeDuration2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dayTimeDuration2args-1.txt |
| op-divide-dayTimeDuration-by-dayTimeDuration2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration-by-dayTimeDuration" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(mid range) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration-by-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dayTimeDuration2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dayTimeDuration2args-2.txt |
| op-divide-dayTimeDuration-by-dayTimeDuration2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration-by-dayTimeDuration" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(upper bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration-by-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dayTimeDuration2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dayTimeDuration2args-3.txt |
| op-divide-dayTimeDuration-by-dayTimeDuration2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration-by-dayTimeDuration" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(mid range). | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration-by-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dayTimeDuration2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dayTimeDuration2args-4.txt |
| op-divide-dayTimeDuration-by-dayTimeDuration2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration-by-dayTimeDuration" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(upper bound). | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration-by-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dayTimeDuration2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dayTimeDuration2args-5.txt |
| op-divide-dayTimeDuration-by-dTD-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration-by-dayTimeDuration" operator as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration-by-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-1.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-1alt.txt |
| op-divide-dayTimeDuration-by-dTD-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration-by-dayTimeDuration" operator as part of a boolean expression (and operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration-by-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-2.txt |
| op-divide-dayTimeDuration-by-dTD-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration-by-dayTimeDuration" opeartor as part of a boolean expression (or operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration-by-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-3.txt |
| op-divide-dayTimeDuration-by-dTD-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration-by-dayTimeDuration" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration-by-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-4.txt |
| op-divide-dayTimeDuration-by-dTD-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration-by-dayTimeDuration" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration-by-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-5.txt |
| op-divide-dayTimeDuration-by-dTD-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration-by-dayTimeDuration" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration-by-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-6.txt |
| op-divide-dayTimeDuration-by-dTD-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration-by-dayTimeDuration" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration-by-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-7.txt |
| op-divide-dayTimeDuration-by-dTD-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration-by-dayTimeDuration" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration-by-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-8.txt |
| op-divide-dayTimeDuration-by-dTD-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration-by-dayTimeDuration" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration-by-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-9.txt |
| op-divide-dayTimeDuration-by-dTD-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration-by-dayTimeDuration" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration-by-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-10.txt |
| op-divide-dayTimeDuration-by-dTD-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration-by-dayTimeDuration" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration-by-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-11.txt |
| op-divide-dayTimeDuration-by-dTD-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration-by-dayTimeDuration" function used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration-by-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-12.txt |
| op-divide-dayTimeDuration-by-dTD-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration-by-dayTimeDuration" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration-by-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-13.txt |
| op-divide-dayTimeDuration-by-dTD-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration-by-dayTimeDuration" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration-by-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-14.txt |
| op-divide-dayTimeDuration-by-dTD-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration-by-dayTimeDuration" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration-by-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-15.txt |
| op-divide-dayTimeDuration-by-dTD-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:divide-dayTimeDuration-by-dayTimeDuration" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-divide-dayTimeDuration-by-dayTimeDuration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/op-divide-dayTimeDuration-by-dTD-16.txt |
| K-DayTimeDurationDivideDTD-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of dividing a xs:dayTimeDuration with xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/K-DayTimeDurationDivideDTD-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DayTimeDurationDivideDTD/K-DayTimeDurationDivideDTD-1.txt |
| op-subtract-dateTimes-yielding-DTD-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dateTimes-yielding-dayTimeDuration" operator as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-subtract-dateTimes | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-1.txt |
| op-subtract-dateTimes-yielding-DTD-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dateTimes-yielding-dayTimeDuration" operator whose value include a timezone of "+5:00". | ||
| Spec Citations: | ||
| #func-subtract-dateTimes | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-2.txt |
| op-subtract-dateTimes-yielding-DTD-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dateTimes-yielding-dayTimeDuration" operator whose value includes a timezone of "-6:00". | ||
| Spec Citations: | ||
| #func-subtract-dateTimes | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-3.txt |
| op-subtract-dateTimes-yielding-DTD-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dateTimes-yielding-dayTimeDuration" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-subtract-dateTimes | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-4.txt |
| op-subtract-dateTimes-yielding-DTD-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dateTimes-yielding-dayTimeDuration" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-subtract-dateTimes | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-5.txt |
| op-subtract-dateTimes-yielding-DTD-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dateTimes-yielding-dayTimeDuration" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-subtract-dateTimes | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-6.txt |
| op-subtract-dateTimes-yielding-DTD-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dateTimes-yielding-dayTimeDuration" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-subtract-dateTimes | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-7.txt |
| op-subtract-dateTimes-yielding-DTD-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dateTimes-yielding-dayTimeDuration" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-subtract-dateTimes | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-8.txt |
| op-subtract-dateTimes-yielding-DTD-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dateTimes-yielding-dayTimeDuration" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-subtract-dateTimes | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-9.txt |
| op-subtract-dateTimes-yielding-DTD-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dateTimes-yielding-dayTimeDuration" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-subtract-dateTimes | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-10.txt |
| op-subtract-dateTimes-yielding-DTD-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dateTimes-yielding-dayTimeDuration" operator as part of a "div" expression. | ||
| Spec Citations: | ||
| #func-subtract-dateTimes | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-11.txt |
| op-subtract-dateTimes-yielding-DTD-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dateTimes-yielding-dayTimeDuration" operator used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-subtract-dateTimes | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-12.txt |
| op-subtract-dateTimes-yielding-DTD-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dateTimes-yielding-dayTimeDuration" operator, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-subtract-dateTimes | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-13.txt |
| op-subtract-dateTimes-yielding-DTD-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dateTimes-yielding-dayTimeDuration" operator, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-subtract-dateTimes | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-14.txt |
| op-subtract-dateTimes-yielding-DTD-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dateTimes-yielding-dayTimeDuration" operator, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-subtract-dateTimes | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-15.txt |
| op-subtract-dateTimes-yielding-DTD-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dateTimes-yielding-dayTimeDuration" operator, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-subtract-dateTimes | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-16.txt |
| op-subtract-dateTimes-yielding-DTD-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dateTimes-yielding-dayTimeDuration" operator as part of a boolean expression (and operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-subtract-dateTimes | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-17.txt |
| op-subtract-dateTimes-yielding-DTD-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dateTimes-yielding-dayTimeDuration" operator as part of a boolean expression (or operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-subtract-dateTimes | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-18.txt |
| op-subtract-dateTimes-yielding-DTD-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dateTimes-yielding-dayTimeDuration" operator as part of a multiplication expression ("*" operator). | ||
| Spec Citations: | ||
| #func-subtract-dateTimes | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-19.txt |
| op-subtract-dateTimes-yielding-DTD-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dateTimes-yielding-dayTimeDuration" operator as part of an addition expression ("+" operator). | ||
| Spec Citations: | ||
| #func-subtract-dateTimes | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimesSubtract/op-subtract-dateTimes-yielding-DTD-20.txt |
| K-dateTimesSubtract-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple testing involving operator '-' between xs:date and xs:date that evaluates to zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/dateTimesSubtract/K-dateTimesSubtract-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationDateTimeArith/dateTimesSubtract/K-dateTimesSubtract-1.txt |
| K-dateTimesSubtract-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '+' operator is not available between xs:dateTime and xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/dateTimesSubtract/K-dateTimesSubtract-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-dateTimesSubtract-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'div' operator is not available between xs:dateTime and xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/dateTimesSubtract/K-dateTimesSubtract-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-dateTimesSubtract-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '*' operator is not available between xs:dateTime and xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/dateTimesSubtract/K-dateTimesSubtract-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-dateTimesSubtract-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'mod' operator is not available between xs:dateTime and xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/dateTimesSubtract/K-dateTimesSubtract-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-dateTimesSubtract-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '-' operator is not available between xs:dayTimeDuration and xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/dateTimesSubtract/K-dateTimesSubtract-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-subtract-dates-yielding-DTD-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dates-yielding-dayTimeDuration" operator as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-subtract-dates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-1.txt |
| op-subtract-dates-yielding-DTD-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dates-yielding-dayTimeDuration" operator as per example 2 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-subtract-dates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-2.txt |
| op-subtract-dates-yielding-DTD-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dates-yielding-dayTimeDuration" operator as per example 3 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-subtract-dates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-3.txt |
| op-subtract-dates-yielding-DTD-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dates-yielding-dayTimeDuration" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-subtract-dates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-4.txt |
| op-subtract-dates-yielding-DTD-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dates-yielding-dayTimeDuration" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-subtract-dates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-5.txt |
| op-subtract-dates-yielding-DTD-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dates-yielding-dayTimeDuration" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-subtract-dates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-6.txt |
| op-subtract-dates-yielding-DTD-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dates-yielding-dayTimeDuration" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-subtract-dates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-7.txt |
| op-subtract-dates-yielding-DTD-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dates-yielding-dayTimeDuration" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-subtract-dates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-8.txt |
| op-subtract-dates-yielding-DTD-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dates-yielding-dayTimeDuration" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-subtract-dates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-9.txt |
| op-subtract-dates-yielding-DTD-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dates-yielding-dayTimeDuration" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-subtract-dates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-10.txt |
| op-subtract-dates-yielding-DTD-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dates-yielding-dayTimeDuration" operator as part of a "div" expression. | ||
| Spec Citations: | ||
| #func-subtract-dates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-11.txt |
| op-subtract-dates-yielding-DTD-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dates-yielding-dayTimeDuration" operator used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-subtract-dates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-12.txt |
| op-subtract-dates-yielding-DTD-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dates-yielding-dayTimeDuration" operator, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-subtract-dates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-13.txt |
| op-subtract-dates-yielding-DTD-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dates-yielding-dayTimeDuration" operator, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-subtract-dates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-14.txt |
| op-subtract-dates-yielding-DTD-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dates-yielding-dayTimeDuration" operator, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-subtract-dates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-15.txt |
| op-subtract-dates-yielding-DTD-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dates-yielding-dayTimeDuration" operator, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-subtract-dates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-16.txt |
| op-subtract-dates-yielding-DTD-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dates-yielding-dayTimeDuration" operator as part of a boolean expression (and operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-subtract-dates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-17.txt |
| op-subtract-dates-yielding-DTD-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dates-yielding-dayTimeDuration" operator as part of a boolean expression (or operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-subtract-dates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-18.txt |
| op-subtract-dates-yielding-DTD-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dates-yielding-dayTimeDuration" operator as part of a multiplication expression ("*" operator). | ||
| Spec Citations: | ||
| #func-subtract-dates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-19.txt |
| op-subtract-dates-yielding-DTD-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dates-yielding-dayTimeDuration" operator as part of an addition expression ("+" operator). | ||
| Spec Citations: | ||
| #func-subtract-dates | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DatesSubtract/op-subtract-dates-yielding-DTD-20.txt |
| K-DatesSubtract-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple testing involving operator '-' between xs:date and xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/DatesSubtract/K-DatesSubtract-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationDateTimeArith/DatesSubtract/K-DatesSubtract-1.txt |
| K-DatesSubtract-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple testing involving operator '-' between xs:date and xs:date that evaluates to zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/DatesSubtract/K-DatesSubtract-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationDateTimeArith/DatesSubtract/K-DatesSubtract-2.txt |
| K-DatesSubtract-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '+' operator is not available between xs:date and xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/DatesSubtract/K-DatesSubtract-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DatesSubtract-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'div' operator is not available between xs:date and xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/DatesSubtract/K-DatesSubtract-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DatesSubtract-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '*' operator is not available between xs:date and xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/DatesSubtract/K-DatesSubtract-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DatesSubtract-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'mod' operator is not available between xs:date and xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/DatesSubtract/K-DatesSubtract-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-subtract-times2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-times" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-times | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times2args-1.txt |
| op-subtract-times2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-times" operator with the arguments set as follows: $arg1 = xs:time(mid range) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-times | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times2args-2.txt |
| op-subtract-times2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-times" operator with the arguments set as follows: $arg1 = xs:time(upper bound) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-times | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times2args-3.txt |
| op-subtract-times2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-times" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(mid range). | ||
| Spec Citations: | ||
| #func-subtract-times | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times2args-4.txt |
| op-subtract-times2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-times" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(upper bound). | ||
| Spec Citations: | ||
| #func-subtract-times | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times2args-5.txt |
| op-subtract-times-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-times" operator as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-subtract-times | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-1.txt |
| op-subtract-times-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-times" operator as as per example 2 (for this function) of the Functions and operators spec. | ||
| Spec Citations: | ||
| #func-subtract-times | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-2.txt |
| op-subtract-times-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-times" opeartor as per example 3 (for this function) from Functions and Operators specs. | ||
| Spec Citations: | ||
| #func-subtract-times | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-3.txt |
| op-subtract-times-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-times" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-subtract-times | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-4.txt |
| op-subtract-times-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-times" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-subtract-times | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-5.txt |
| op-subtract-times-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-times" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-subtract-times | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-6.txt |
| op-subtract-times-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-times" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-subtract-times | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-7.txt |
| op-subtract-times-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-times" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-subtract-times | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-8.txt |
| op-subtract-times-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-times" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-subtract-times | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-9.txt |
| op-subtract-times-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-times" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-subtract-times | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-10.txt |
| op-subtract-times-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-times" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-subtract-times | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-11.txt |
| op-subtract-times-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-times" function used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-subtract-times | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-12.txt |
| op-subtract-times-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-times" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-subtract-times | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-13.txt |
| op-subtract-times-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-times" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-subtract-times | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-14.txt |
| op-subtract-times-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-times" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-subtract-times | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-15.txt |
| op-subtract-times-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-times" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-subtract-times | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtract/op-subtract-times-16.txt |
| K-TimeSubtract-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple testing involving operator '-' between xs:time and xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/TimeSubtract/K-TimeSubtract-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationDateTimeArith/TimeSubtract/K-TimeSubtract-1.txt |
| K-TimeSubtract-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple testing involving operator '-' between xs:time and xs:time, that evaluates to zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/TimeSubtract/K-TimeSubtract-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationDateTimeArith/TimeSubtract/K-TimeSubtract-2.txt |
| K-TimeSubtract-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '-' operator is not available between xs:yearMonthDuration and xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/TimeSubtract/K-TimeSubtract-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-TimeSubtract-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '-' operator is not available between xs:yearMonthDuration and xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/TimeSubtract/K-TimeSubtract-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-TimeSubtract-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '+' operator is not available between xs:time and xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/TimeSubtract/K-TimeSubtract-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-TimeSubtract-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '+' operator is not available between xs:time and xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/TimeSubtract/K-TimeSubtract-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-TimeSubtract-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '-' operator is not available between xs:time and xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/TimeSubtract/K-TimeSubtract-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-TimeSubtract-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'mod' operator is not available between xs:time and xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/TimeSubtract/K-TimeSubtract-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-add-yearMonthDuration-to-dateTime2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-dateTime" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime2args-1.txt |
| op-add-yearMonthDuration-to-dateTime2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-dateTime" operator with the arguments set as follows: $arg1 = xs:dateTime(mid range) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime2args-2.txt |
| op-add-yearMonthDuration-to-dateTime2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-dateTime" operator with the arguments set as follows: $arg1 = xs:dateTime(upper bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime2args-3.txt |
| op-add-yearMonthDuration-to-dateTime2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-dateTime" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:yearMonthDuration(mid range). | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime2args-4.txt |
| op-add-yearMonthDuration-to-dateTime2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-dateTime" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:yearMonthDuration(upper bound). | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime2args-5.txt |
| op-add-yearMonthDuration-to-dateTime-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-dateTime" operator as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-1.txt |
| op-add-yearMonthDuration-to-dateTime-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-dateTime" operator as part of a boolean expression (and operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-2.txt |
| op-add-yearMonthDuration-to-dateTime-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-dateTime" operator as part of a boolean expression (or operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-3.txt |
| op-add-yearMonthDuration-to-dateTime-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-dateTime" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-4.txt |
| op-add-yearMonthDuration-to-dateTimealt-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-dateTime" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTimealt-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTimealt-5.txt |
| op-add-yearMonthDuration-to-dateTime-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-dateTime" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-6.txt |
| op-add-yearMonthDuration-to-dateTime-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-dateTime" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-7.txt |
| op-add-yearMonthDuration-to-dateTime-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-dateTime" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-8.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTimealt-8.txt |
| op-add-yearMonthDuration-to-dateTime-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-dateTime" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-9.txt |
| op-add-yearMonthDuration-to-dateTime-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-dateTime" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-10.txt |
| op-add-yearMonthDuration-to-dateTime-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-dateTime" operator used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-12.txt |
| op-add-yearMonthDuration-to-dateTime-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-dateTime" operator, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-13.txt |
| op-add-yearMonthDuration-to-dateTime-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-dateTime" operator, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-14.txt |
| op-add-yearMonthDuration-to-dateTime-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-dateTime" operator, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-15.txt |
| op-add-yearMonthDuration-to-dateTime-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-dateTime" operator, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/YearMonthDurationAddDT/op-add-yearMonthDuration-to-dateTime-16.txt |
| K-YearMonthDurationAddDT-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple testing involving operator '+' between xs:dateTime and xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/YearMonthDurationAddDT/K-YearMonthDurationAddDT-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationDateTimeArith/YearMonthDurationAddDT/K-YearMonthDurationAddDT-1.txt |
| K-YearMonthDurationAddDT-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple testing involving operator '+' between xs:yearMonthDuration and xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/YearMonthDurationAddDT/K-YearMonthDurationAddDT-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationDateTimeArith/YearMonthDurationAddDT/K-YearMonthDurationAddDT-2.txt |
| K-YearMonthDurationAddDT-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '+' operator is not available between xs:date and xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/YearMonthDurationAddDT/K-YearMonthDurationAddDT-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-YearMonthDurationAddDT-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '+' operator is not available between xs:time and xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/YearMonthDurationAddDT/K-YearMonthDurationAddDT-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-YearMonthDurationAddDT-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '+' operator is not available between xs:date and xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/YearMonthDurationAddDT/K-YearMonthDurationAddDT-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-YearMonthDurationAddDT-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '+' operator is not available between xs:time and xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/YearMonthDurationAddDT/K-YearMonthDurationAddDT-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-add-dayTimeDuration-to-dateTime2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-dateTime" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime2args-1.txt |
| op-add-dayTimeDuration-to-dateTime2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-dateTime" operator with the arguments set as follows: $arg1 = xs:dateTime(mid range) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime2args-2.txt |
| op-add-dayTimeDuration-to-dateTime2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-dateTime" operator with the arguments set as follows: $arg1 = xs:dateTime(upper bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime2args-3.txt |
| op-add-dayTimeDuration-to-dateTime2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-dateTime" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dayTimeDuration(mid range). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime2args-4.txt |
| op-add-dayTimeDuration-to-dateTime2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-dateTime" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dayTimeDuration(upper bound). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime2args-5.txt |
| op-add-dayTimeDuration-to-dateTime-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-dateTime" operator as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-1.txt |
| op-add-dayTimeDuration-to-dateTime-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-dateTime" operator as part of a boolean expression (and operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-2.txt |
| op-add-dayTimeDuration-to-dateTime-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-dateTime" opeartor as part of a boolean expression (or operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-3.txt |
| op-add-dayTimeDuration-to-dateTime-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-dateTime" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-4.txt |
| op-add-dayTimeDuration-to-dateTime-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-dateTime" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-5.txt |
| op-add-dayTimeDuration-to-dateTime-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-dateTime" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-6.txt |
| op-add-dayTimeDuration-to-dateTime-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-dateTime" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-7.txt |
| op-add-dayTimeDuration-to-dateTime-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-dateTime" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-8.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTimealt-8.txt |
| op-add-dayTimeDuration-to-dateTime-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-dateTime" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-9.txt |
| op-add-dayTimeDuration-to-dateTime-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-dateTime" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-10.txt |
| op-add-dayTimeDuration-to-dateTime-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-dateTime" function used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-12.txt |
| op-add-dayTimeDuration-to-dateTime-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-dateTime" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-13.txt |
| op-add-dayTimeDuration-to-dateTime-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-dateTime" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-14.txt |
| op-add-dayTimeDuration-to-dateTime-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-dateTime" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-15.txt |
| op-add-dayTimeDuration-to-dateTime-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-dateTime" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeAddDTD/op-add-dayTimeDuration-to-dateTime-16.txt |
| K-DateTimeAddDTD-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '+' operator is not available between xs:date and xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/DateTimeAddDTD/K-DateTimeAddDTD-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeAddDTD-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '+' operator is not available between xs:dateTime and xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/DateTimeAddDTD/K-DateTimeAddDTD-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeAddDTD-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '+' operator is not available between xs:time and xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/DateTimeAddDTD/K-DateTimeAddDTD-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeAddDTD-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '+' operator is not available between xs:dateTime and xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/DateTimeAddDTD/K-DateTimeAddDTD-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-subtract-yearMonthDuration-from-dateTime2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-dateTime" operator with the arguments set as follows: arg1 = xs:dateTime(lower bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime2args-1.txt |
| op-subtract-yearMonthDuration-from-dateTime2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-dateTime" operator with the arguments set as follows: arg1 = xs:dateTime(mid range) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime2args-2.txt |
| op-subtract-yearMonthDuration-from-dateTime2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-dateTime" operator with the arguments set as follows: arg1 = xs:dateTime(upper bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime2args-3.txt |
| op-subtract-yearMonthDuration-from-dateTime2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-dateTime" operator with the arguments set as follows: arg1 = xs:dateTime(lower bound) $arg2 = xs:yearMonthDuration(mid range). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime2args-4.txt |
| op-subtract-yearMonthDuration-from-dateTime2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-dateTime" operator with the arguments set as follows: arg1 = xs:dateTime(lower bound) $arg2 = xs:yearMonthDuration(upper bound). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime2args-5.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime2argsalt-5.txt |
| op-subtract-yearMonthDuration-from-dateTime-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-dateTime" operator as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-1.txt |
| op-subtract-yearMonthDuration-from-dateTime-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-dateTime" operator as part of a boolean expression (and operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-2.txt |
| op-subtract-yearMonthDuration-from-dateTime-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-dateTime" operator as part of a boolean expression (or operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-3.txt |
| op-subtract-yearMonthDuration-from-dateTime-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-dateTime" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-4.txt |
| op-subtract-yearMonthDuration-from-dateTime-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-dateTime" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-5.txt |
| op-subtract-yearMonthDuration-from-dateTime-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-dateTime" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-6.txt |
| op-subtract-yearMonthDuration-from-dateTime-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-dateTime" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-7.txt |
| op-subtract-yearMonthDuration-from-dateTime-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-dateTime" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-8.txt |
| op-subtract-yearMonthDuration-from-dateTime-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-dateTime" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-9.txt |
| op-subtract-yearMonthDuration-from-dateTime-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-dateTime" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-10.txt |
| op-subtract-yearMonthDuration-from-dateTime-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-dateTime" operator used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-12.txt |
| op-subtract-yearMonthDuration-from-dateTime-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-dateTime" operator, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-13.txt |
| op-subtract-yearMonthDuration-from-dateTime-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-dateTime" operator, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-14.txt |
| op-subtract-yearMonthDuration-from-dateTime-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-dateTime" operator, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-15.txt |
| op-subtract-yearMonthDuration-from-dateTime-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-dateTime" operator, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractYMD/op-subtract-yearMonthDuration-from-dateTime-16.txt |
| K-DateTimeSubtractYMD-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple testing involving operator '-' between xs:dateTime and xs:yearMonthDuration that evaluates to zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/DateTimeSubtractYMD/K-DateTimeSubtractYMD-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationDateTimeArith/DateTimeSubtractYMD/K-DateTimeSubtractYMD-1.txt |
| op-subtract-dayTimeDuration-from-dateTime2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-dateTime" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime2args-1.txt |
| op-subtract-dayTimeDuration-from-dateTime2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-dateTime" operator with the arguments set as follows: $arg1 = xs:dateTime(mid range) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime2args-2.txt |
| op-subtract-dayTimeDuration-from-dateTime2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-dateTime" operator with the arguments set as follows: $arg1 = xs:dateTime(upper bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime2args-3.txt |
| op-subtract-dayTimeDuration-from-dateTime2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-dateTime" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dayTimeDuration(mid range). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime2args-4.txt |
| op-subtract-dayTimeDuration-from-dateTime2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-dateTime" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dayTimeDuration(upper bound). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime2args-5.txt |
| op-subtract-dayTimeDuration-from-dateTime-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-dateTime" operator as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-1.txt |
| op-subtract-dayTimeDuration-from-dateTime-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-dateTime" operator as part of a boolean expression (and operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-2.txt |
| op-subtract-dayTimeDuration-from-dateTime-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-dateTime" opeartor as part of a boolean expression (or operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-3.txt |
| op-subtract-dayTimeDuration-from-dateTime-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-dateTime" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-4.txt |
| op-subtract-dayTimeDuration-from-dateTime-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-dateTime" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-5.txt |
| op-subtract-dayTimeDuration-from-dateTime-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-dateTime" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-6.txt |
| op-subtract-dayTimeDuration-from-dateTime-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-dateTime" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-7.txt |
| op-subtract-dayTimeDuration-from-dateTime-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-dateTime" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-8.txt |
| op-subtract-dayTimeDuration-from-dateTime-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-dateTime" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-9.txt |
| op-subtract-dayTimeDuration-from-dateTime-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-dateTime" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-10.txt |
| op-subtract-dayTimeDuration-from-dateTime-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-dateTime" function used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-12.txt |
| op-subtract-dayTimeDuration-from-dateTime-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-dateTime" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-13.txt |
| op-subtract-dayTimeDuration-from-dateTime-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-dateTime" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-14.txt |
| op-subtract-dayTimeDuration-from-dateTime-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-dateTime" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-15.txt |
| op-subtract-dayTimeDuration-from-dateTime-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-dateTime" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateTimeSubtractDTD/op-subtract-dayTimeDuration-from-dateTime-16.txt |
| op-add-yearMonthDuration-to-date2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-date" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date2args-1.txt |
| op-add-yearMonthDuration-to-date2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-date" operator with the arguments set as follows: $arg1 = xs:date(mid range) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date2args-2.txt |
| op-add-yearMonthDuration-to-date2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-date" operator with the arguments set as follows: $arg1 = xs:date(upper bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date2args-3.txt |
| op-add-yearMonthDuration-to-date2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-date" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:yearMonthDuration(mid range). | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date2args-4.txt |
| op-add-yearMonthDuration-to-date2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-date" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:yearMonthDuration(upper bound). | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date2args-5.txt |
| op-add-yearMonthDuration-to-date-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-date" operator as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-1.txt |
| op-add-yearMonthDuration-to-date-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-date" operator as part of a boolean expression (and operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-2.txt |
| op-add-yearMonthDuration-to-date-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-date" operator as part of a boolean expression (or operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-3.txt |
| op-add-yearMonthDuration-to-date-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-date" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-4.txt |
| op-add-yearMonthDuration-to-date-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-date" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-5.txt |
| op-add-yearMonthDuration-to-date-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-date" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-6.txt |
| op-add-yearMonthDuration-to-date-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-date" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-7.txt |
| op-add-yearMonthDuration-to-date-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-date" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-8.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-datealt-8.txt |
| op-add-yearMonthDuration-to-date-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-date" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-9.txt |
| op-add-yearMonthDuration-to-date-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-date" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-10.txt |
| op-add-yearMonthDuration-to-date-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-date" operator used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-12.txt |
| op-add-yearMonthDuration-to-date-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-date" operator, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-13.txt |
| op-add-yearMonthDuration-to-date-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-date" operator, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-14.txt |
| op-add-yearMonthDuration-to-date-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-date" operator, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-15.txt |
| op-add-yearMonthDuration-to-date-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-yearMonthDuration-to-date" operator, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-add-yearMonthDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddYMD/op-add-yearMonthDuration-to-date-16.txt |
| K-DateAddYMD-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple testing involving operator '+' between xs:date and xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/DateAddYMD/K-DateAddYMD-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationDateTimeArith/DateAddYMD/K-DateAddYMD-1.txt |
| K-DateAddYMD-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple testing involving operator '+' between xs:yearMonthDuration and xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/DateAddYMD/K-DateAddYMD-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationDateTimeArith/DateAddYMD/K-DateAddYMD-2.txt |
| K-DateAddYMD-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '-' operator is not available between xs:yearMonthDuration and xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/DateAddYMD/K-DateAddYMD-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateAddYMD-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '-' operator is not available between xs:yearMonthDuration and xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/DateAddYMD/K-DateAddYMD-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-add-dayTimeDuration-to-date2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-date" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date2args-1.txt |
| op-add-dayTimeDuration-to-date2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-date" operator with the arguments set as follows: $arg1 = xs:date(mid range) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date2args-2.txt |
| op-add-dayTimeDuration-to-date2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-date" operator with the arguments set as follows: $arg1 = xs:date(upper bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date2args-3.txt |
| op-add-dayTimeDuration-to-date2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-date" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:dayTimeDuration(mid range). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date2args-4.txt |
| op-add-dayTimeDuration-to-date2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-date" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:dayTimeDuration(upper bound). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date2args-5.txt |
| op-add-dayTimeDuration-to-date-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-date" operator as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-1.txt |
| op-add-dayTimeDuration-to-datealt-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-date" operator as part of a boolean expression (and operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-datealt-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-datealt-2.txt |
| op-add-dayTimeDuration-to-date-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-date" opeartor as part of a boolean expression (or operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-3.txt |
| op-add-dayTimeDuration-to-date-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-date" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-4.txt |
| op-add-dayTimeDuration-to-date-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-date" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-5.txt |
| op-add-dayTimeDuration-to-date-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-date" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-6.txt |
| op-add-dayTimeDuration-to-date-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-date" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-7.txt |
| op-add-dayTimeDuration-to-date-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-date" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-8.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-datealt-8.txt |
| op-add-dayTimeDuration-to-date-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-date" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-9.txt |
| op-add-dayTimeDuration-to-date-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-date" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-10.txt |
| op-add-dayTimeDuration-to-date-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-date" function used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-12.txt |
| op-add-dayTimeDuration-to-date-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-date" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-13.txt |
| op-add-dayTimeDuration-to-date-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-date" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-14.txt |
| op-add-dayTimeDuration-to-date-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-date" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-15.txt |
| op-add-dayTimeDuration-to-date-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-date" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateAddDTD/op-add-dayTimeDuration-to-date-16.txt |
| K-DateAddDTD-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple testing involving operator '+' between xs:date and xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/DateAddDTD/K-DateAddDTD-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationDateTimeArith/DateAddDTD/K-DateAddDTD-1.txt |
| K-DateAddDTD-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple testing involving operator '+' between xs:dayTimeDuration and xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/DateAddDTD/K-DateAddDTD-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationDateTimeArith/DateAddDTD/K-DateAddDTD-2.txt |
| op-subtract-yearMonthDuration-from-date2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-date" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date2args-1.txt |
| op-subtract-yearMonthDuration-from-date2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-date" operator with the arguments set as follows: $arg1 = xs:date(mid range) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date2args-2.txt |
| op-subtract-yearMonthDuration-from-date2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-date" operator with the arguments set as follows: $arg1 = xs:date(upper bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date2args-3.txt |
| op-subtract-yearMonthDuration-from-date2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-date" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:yearMonthDuration(mid range). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date2args-4.txt |
| op-subtract-yearMonthDuration-from-date2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-date" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:yearMonthDuration(upper bound). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date2args-5.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date2argsalt-5.txt |
| op-subtract-yearMonthDuration-from-date-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-date" operator as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-1.txt |
| op-subtract-yearMonthDuration-from-date-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-date" operator as per example 2 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-2.txt |
| op-subtract-yearMonthDuration-from-date-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-date" operator as per example 3 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-3.txt |
| op-subtract-yearMonthDuration-from-date-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-date" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-4.txt |
| op-subtract-yearMonthDuration-from-date-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-date" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-5.txt |
| op-subtract-yearMonthDuration-from-date-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-date" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-6.txt |
| op-subtract-yearMonthDuration-from-date-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-date" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-7.txt |
| op-subtract-yearMonthDuration-from-date-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-date" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-8.txt |
| op-subtract-yearMonthDuration-from-date-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-date" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-9.txt |
| op-subtract-yearMonthDuration-from-date-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-date" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-10.txt |
| op-subtract-yearMonthDuration-from-date-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-date" operator used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-12.txt |
| op-subtract-yearMonthDuration-from-date-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-date" operator, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-13.txt |
| op-subtract-yearMonthDuration-from-date-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-date" operator, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-14.txt |
| op-subtract-yearMonthDuration-from-date-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-date" operator, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-15.txt |
| op-subtract-yearMonthDuration-from-date-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-date" operator, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-16.txt |
| op-subtract-yearMonthDuration-from-date-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-date" operator as part of a boolean expression (and operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-17.txt |
| op-subtract-yearMonthDuration-from-date-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-yearMonthDuration-from-date" operator as part of a boolean expression (or operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-subtract-yearMonthDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractYMD/op-subtract-yearMonthDuration-from-date-18.txt |
| K-DateSubtractYMD-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple testing involving operator '-' between xs:date and xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/DateSubtractYMD/K-DateSubtractYMD-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationDateTimeArith/DateSubtractYMD/K-DateSubtractYMD-1.txt |
| op-subtract-dayTimeDuration-from-date2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-date" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date2args-1.txt |
| op-subtract-dayTimeDuration-from-date2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-date" operator with the arguments set as follows: $arg1 = xs:date(mid range) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date2args-2.txt |
| op-subtract-dayTimeDuration-from-date2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-date" operator with the arguments set as follows: $arg1 = xs:date(upper bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date2args-3.txt |
| op-subtract-dayTimeDuration-from-date2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-date" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:dayTimeDuration(mid range). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date2args-4.txt |
| op-subtract-dayTimeDuration-from-date2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-date" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:dayTimeDuration(upper bound). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date2args-5.txt |
| op-subtract-dayTimeDuration-from-date-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-date" operator as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-1.txt |
| op-subtract-dayTimeDuration-from-date-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-date" operator as part of a boolean expression (and operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-2.txt |
| op-subtract-dayTimeDuration-from-date-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-date" opeartor as part of a boolean expression (or operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-3.txt |
| op-subtract-dayTimeDuration-from-date-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-date" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-4.txt |
| op-subtract-dayTimeDuration-from-date-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-date" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-5.txt |
| op-subtract-dayTimeDuration-from-date-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-date" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-6.txt |
| op-subtract-dayTimeDuration-from-date-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-date" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-7.txt |
| op-subtract-dayTimeDuration-from-date-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-date" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-8.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-datealt-8.txt |
| op-subtract-dayTimeDuration-from-date-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-date" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-9.txt |
| op-subtract-dayTimeDuration-from-date-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-date" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-10.txt |
| op-subtract-dayTimeDuration-from-date-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-date" function used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-12.txt |
| op-subtract-dayTimeDuration-from-date-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-date" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-13.txt |
| op-subtract-dayTimeDuration-from-date-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-date" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-14.txt |
| op-subtract-dayTimeDuration-from-date-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-date" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-15.txt |
| op-subtract-dayTimeDuration-from-date-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-date" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/DateSubtractDTD/op-subtract-dayTimeDuration-from-date-16.txt |
| K-DateSubtractDTD-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple testing involving operator '-' between xs:date and xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/DateSubtractDTD/K-DateSubtractDTD-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationDateTimeArith/DateSubtractDTD/K-DateSubtractDTD-1.txt |
| op-add-dayTimeDuration-to-time2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-time" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time2args-1.txt |
| op-add-dayTimeDuration-to-time2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-time" operator with the arguments set as follows: $arg1 = xs:time(mid range) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time2args-2.txt |
| op-add-dayTimeDuration-to-time2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-time" operator with the arguments set as follows: $arg1 = xs:time(upper bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time2args-3.txt |
| op-add-dayTimeDuration-to-time2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-time" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:dayTimeDuration(mid range). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time2args-4.txt |
| op-add-dayTimeDuration-to-time2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-time" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:dayTimeDuration(upper bound). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time2args-5.txt |
| op-add-dayTimeDuration-to-time-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-time" operator as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-1.txt |
| op-add-dayTimeDuration-to-time-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-time" operator as per example 2 (for this operator) from the F and O Specs. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-2.txt |
| op-add-dayTimeDuration-to-time-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-time" opeartor as part of a boolean expression (or operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-3.txt |
| op-add-dayTimeDuration-to-time-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-time" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-4.txt |
| op-add-dayTimeDuration-to-time-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-time" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-5.txt |
| op-add-dayTimeDuration-to-time-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-time" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-6.txt |
| op-add-dayTimeDuration-to-time-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-time" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-7.txt |
| op-add-dayTimeDuration-to-time-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-time" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-8.txt |
| op-add-dayTimeDuration-to-time-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-time" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-9.txt |
| op-add-dayTimeDuration-to-time-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-time" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-10.txt |
| op-add-dayTimeDuration-to-timealt-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-time" function used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-timealt-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-timealt-12.txt |
| op-add-dayTimeDuration-to-time-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-time" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-13.txt |
| op-add-dayTimeDuration-to-time-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-time" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-14.txt |
| op-add-dayTimeDuration-to-time-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-time" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-15.txt |
| op-add-dayTimeDuration-to-time-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-time" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-16.txt |
| op-add-dayTimeDuration-to-time-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:add-dayTimeDuration-to-time" operator as part of a boolean expression (and operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-add-dayTimeDuration-to-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeAddDTD/op-add-dayTimeDuration-to-time-17.txt |
| K-TimeAddDTD-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple testing involving operator '+' between xs:time and xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/TimeAddDTD/K-TimeAddDTD-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationDateTimeArith/TimeAddDTD/K-TimeAddDTD-1.txt |
| K-TimeAddDTD-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple testing involving operator '+' between xs:dayTimeDuration and xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/TimeAddDTD/K-TimeAddDTD-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationDateTimeArith/TimeAddDTD/K-TimeAddDTD-2.txt |
| K2-TimeAddDTD-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No '+' operator is available between xs:time and xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/TimeAddDTD/K2-TimeAddDTD-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-subtract-dayTimeDuration-from-time2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-time" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time2args-1.txt |
| op-subtract-dayTimeDuration-from-time2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-time" operator with the arguments set as follows: $arg1 = xs:time(mid range) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time2args-2.txt |
| op-subtract-dayTimeDuration-from-time2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-time" operator with the arguments set as follows: $arg1 = xs:time(upper bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time2args-3.txt |
| op-subtract-dayTimeDuration-from-time2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-time" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:dayTimeDuration(mid range). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time2args-4.txt |
| op-subtract-dayTimeDuration-from-time2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-time" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:dayTimeDuration(upper bound). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time2args-5.txt |
| op-subtract-dayTimeDuration-from-time-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-time" operator as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-1.txt |
| op-subtract-dayTimeDuration-from-time-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-time" operator as part of a boolean expression (and operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-2.txt |
| op-subtract-dayTimeDuration-from-time-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-time" opeartor as part of a boolean expression (or operator) and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-3.txt |
| op-subtract-dayTimeDuration-from-time-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-time" operator used in conjunction with the "fn:not" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-4.txt |
| op-subtract-dayTimeDuration-from-time-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-time" operator as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-5.txt |
| op-subtract-dayTimeDuration-from-time-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-time" operator as an argument to the "fn:number" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-6.txt |
| op-subtract-dayTimeDuration-from-time-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-time" operator as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-7.txt |
| op-subtract-dayTimeDuration-from-time-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-time" operator that returns a negative value. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-8.txt |
| op-subtract-dayTimeDuration-from-time-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-time" operator, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-9.txt |
| op-subtract-dayTimeDuration-from-time-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-time" operator as part of an "or" expression. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-10.txt |
| op-subtract-dayTimeDuration-from-time-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-time" function used in conjunction with a boolean expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-12.txt |
| op-subtract-dayTimeDuration-from-time-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-time" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-13.txt |
| op-subtract-dayTimeDuration-from-time-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-time" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-14.txt |
| op-subtract-dayTimeDuration-from-time-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-time" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-15.txt |
| op-subtract-dayTimeDuration-from-time-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-time" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-16.txt |
| op-subtract-dayTimeDuration-from-time-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:subtract-dayTimeDuration-from-time" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-subtract-dayTimeDuration-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationArith/TimeSubtractDTD/op-subtract-dayTimeDuration-from-time-17.txt |
| K-TimeSubtractDTD-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple testing involving operator '-' between xs:time and xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/TimeSubtractDTD/K-TimeSubtractDTD-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/ArithExpr/DurationDateTimeArith/TimeSubtractDTD/K-TimeSubtractDTD-1.txt |
| K-TimeSubtractDTD-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '+' operator is not available between xs:yearMonthDuration and xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/TimeSubtractDTD/K-TimeSubtractDTD-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-TimeSubtractDTD-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '+' operator is not available between xs:time and xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/TimeSubtractDTD/K-TimeSubtractDTD-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-TimeSubtractDTD-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '-' operator is not available between xs:yearMonthDuration and xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/TimeSubtractDTD/K-TimeSubtractDTD-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-TimeSubtractDTD-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The '-' operator is not available between xs:time and xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/ArithExpr/DurationDateTimeArith/TimeSubtractDTD/K-TimeSubtractDTD-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-numeric-equalint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalint2args-1.txt |
| op-numeric-equalint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:int(mid range) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalint2args-2.txt |
| op-numeric-equalint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:int(upper bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalint2args-3.txt |
| op-numeric-equalint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalint2args-4.txt |
| op-numeric-equalint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalint2args-5.txt |
| op-numeric-equalint2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalint2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalint2args-6.txt |
| op-numeric-equalint2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:int(mid range) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalint2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalint2args-7.txt |
| op-numeric-equalint2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:int(upper bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalint2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalint2args-8.txt |
| op-numeric-equalint2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalint2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalint2args-9.txt |
| op-numeric-equalint2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalint2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalint2args-10.txt |
| op-numeric-equalintg2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalintg2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalintg2args-1.txt |
| op-numeric-equalintg2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:integer(mid range) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalintg2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalintg2args-2.txt |
| op-numeric-equalintg2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:integer(upper bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalintg2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalintg2args-3.txt |
| op-numeric-equalintg2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalintg2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalintg2args-4.txt |
| op-numeric-equalintg2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalintg2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalintg2args-5.txt |
| op-numeric-equalintg2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalintg2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalintg2args-6.txt |
| op-numeric-equalintg2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:integer(mid range) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalintg2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalintg2args-7.txt |
| op-numeric-equalintg2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:integer(upper bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalintg2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalintg2args-8.txt |
| op-numeric-equalintg2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalintg2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalintg2args-9.txt |
| op-numeric-equalintg2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalintg2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalintg2args-10.txt |
| op-numeric-equaldec2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldec2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldec2args-1.txt |
| op-numeric-equaldec2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:decimal(mid range) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldec2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldec2args-2.txt |
| op-numeric-equaldec2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:decimal(upper bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldec2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldec2args-3.txt |
| op-numeric-equaldec2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldec2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldec2args-4.txt |
| op-numeric-equaldec2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldec2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldec2args-5.txt |
| op-numeric-equaldec2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldec2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldec2args-6.txt |
| op-numeric-equaldec2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:decimal(mid range) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldec2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldec2args-7.txt |
| op-numeric-equaldec2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:decimal(upper bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldec2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldec2args-8.txt |
| op-numeric-equaldec2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldec2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldec2args-9.txt |
| op-numeric-equaldec2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldec2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldec2args-10.txt |
| op-numeric-equaldbl2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldbl2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldbl2args-1.txt |
| op-numeric-equaldbl2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:double(mid range) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldbl2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldbl2args-2.txt |
| op-numeric-equaldbl2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:double(upper bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldbl2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldbl2args-3.txt |
| op-numeric-equaldbl2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldbl2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldbl2args-4.txt |
| op-numeric-equaldbl2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldbl2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldbl2args-5.txt |
| op-numeric-equaldbl2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldbl2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldbl2args-6.txt |
| op-numeric-equaldbl2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:double(mid range) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldbl2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldbl2args-7.txt |
| op-numeric-equaldbl2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:double(upper bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldbl2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldbl2args-8.txt |
| op-numeric-equaldbl2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldbl2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldbl2args-9.txt |
| op-numeric-equaldbl2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldbl2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equaldbl2args-10.txt |
| op-numeric-equalflt2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalflt2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalflt2args-1.txt |
| op-numeric-equalflt2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:float(mid range) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalflt2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalflt2args-2.txt |
| op-numeric-equalflt2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:float(upper bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalflt2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalflt2args-3.txt |
| op-numeric-equalflt2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalflt2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalflt2args-4.txt |
| op-numeric-equalflt2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalflt2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalflt2args-5.txt |
| op-numeric-equalflt2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalflt2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalflt2args-6.txt |
| op-numeric-equalflt2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:float(mid range) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalflt2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalflt2args-7.txt |
| op-numeric-equalflt2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:float(upper bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalflt2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalflt2args-8.txt |
| op-numeric-equalflt2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalflt2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalflt2args-9.txt |
| op-numeric-equalflt2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalflt2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalflt2args-10.txt |
| op-numeric-equallng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equallng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equallng2args-1.txt |
| op-numeric-equallng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:long(mid range) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equallng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equallng2args-2.txt |
| op-numeric-equallng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:long(upper bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equallng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equallng2args-3.txt |
| op-numeric-equallng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equallng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equallng2args-4.txt |
| op-numeric-equallng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equallng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equallng2args-5.txt |
| op-numeric-equallng2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equallng2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equallng2args-6.txt |
| op-numeric-equallng2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:long(mid range) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equallng2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equallng2args-7.txt |
| op-numeric-equallng2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:long(upper bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equallng2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equallng2args-8.txt |
| op-numeric-equallng2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equallng2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equallng2args-9.txt |
| op-numeric-equallng2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equallng2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equallng2args-10.txt |
| op-numeric-equalusht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalusht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalusht2args-1.txt |
| op-numeric-equalusht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:unsignedShort(mid range) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalusht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalusht2args-2.txt |
| op-numeric-equalusht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:unsignedShort(upper bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalusht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalusht2args-3.txt |
| op-numeric-equalusht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalusht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalusht2args-4.txt |
| op-numeric-equalusht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalusht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalusht2args-5.txt |
| op-numeric-equalusht2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalusht2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalusht2args-6.txt |
| op-numeric-equalusht2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:unsignedShort(mid range) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalusht2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalusht2args-7.txt |
| op-numeric-equalusht2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:unsignedShort(upper bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalusht2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalusht2args-8.txt |
| op-numeric-equalusht2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalusht2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalusht2args-9.txt |
| op-numeric-equalusht2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalusht2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalusht2args-10.txt |
| op-numeric-equalnint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnint2args-1.txt |
| op-numeric-equalnint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:negativeInteger(mid range) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnint2args-2.txt |
| op-numeric-equalnint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:negativeInteger(upper bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnint2args-3.txt |
| op-numeric-equalnint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnint2args-4.txt |
| op-numeric-equalnint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnint2args-5.txt |
| op-numeric-equalnint2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnint2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnint2args-6.txt |
| op-numeric-equalnint2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:negativeInteger(mid range) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnint2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnint2args-7.txt |
| op-numeric-equalnint2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:negativeInteger(upper bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnint2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnint2args-8.txt |
| op-numeric-equalnint2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnint2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnint2args-9.txt |
| op-numeric-equalnint2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnint2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnint2args-10.txt |
| op-numeric-equalpint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalpint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalpint2args-1.txt |
| op-numeric-equalpint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:positiveInteger(mid range) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalpint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalpint2args-2.txt |
| op-numeric-equalpint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:positiveInteger(upper bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalpint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalpint2args-3.txt |
| op-numeric-equalpint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalpint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalpint2args-4.txt |
| op-numeric-equalpint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalpint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalpint2args-5.txt |
| op-numeric-equalpint2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalpint2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalpint2args-6.txt |
| op-numeric-equalpint2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:positiveInteger(mid range) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalpint2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalpint2args-7.txt |
| op-numeric-equalpint2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:positiveInteger(upper bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalpint2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalpint2args-8.txt |
| op-numeric-equalpint2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalpint2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalpint2args-9.txt |
| op-numeric-equalpint2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalpint2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalpint2args-10.txt |
| op-numeric-equalulng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalulng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalulng2args-1.txt |
| op-numeric-equalulng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:unsignedLong(mid range) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalulng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalulng2args-2.txt |
| op-numeric-equalulng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:unsignedLong(upper bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalulng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalulng2args-3.txt |
| op-numeric-equalulng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalulng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalulng2args-4.txt |
| op-numeric-equalulng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalulng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalulng2args-5.txt |
| op-numeric-equalulng2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalulng2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalulng2args-6.txt |
| op-numeric-equalulng2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:unsignedLong(mid range) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalulng2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalulng2args-7.txt |
| op-numeric-equalulng2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:unsignedLong(upper bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalulng2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalulng2args-8.txt |
| op-numeric-equalulng2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalulng2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalulng2args-9.txt |
| op-numeric-equalulng2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalulng2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalulng2args-10.txt |
| op-numeric-equalnpi2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnpi2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnpi2args-1.txt |
| op-numeric-equalnpi2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(mid range) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnpi2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnpi2args-2.txt |
| op-numeric-equalnpi2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(upper bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnpi2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnpi2args-3.txt |
| op-numeric-equalnpi2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnpi2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnpi2args-4.txt |
| op-numeric-equalnpi2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnpi2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnpi2args-5.txt |
| op-numeric-equalnpi2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnpi2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnpi2args-6.txt |
| op-numeric-equalnpi2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(mid range) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnpi2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnpi2args-7.txt |
| op-numeric-equalnpi2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(upper bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnpi2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnpi2args-8.txt |
| op-numeric-equalnpi2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnpi2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnpi2args-9.txt |
| op-numeric-equalnpi2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnpi2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnpi2args-10.txt |
| op-numeric-equalnni2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnni2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnni2args-1.txt |
| op-numeric-equalnni2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(mid range) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnni2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnni2args-2.txt |
| op-numeric-equalnni2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(upper bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnni2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnni2args-3.txt |
| op-numeric-equalnni2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnni2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnni2args-4.txt |
| op-numeric-equalnni2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnni2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnni2args-5.txt |
| op-numeric-equalnni2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnni2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnni2args-6.txt |
| op-numeric-equalnni2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(mid range) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnni2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnni2args-7.txt |
| op-numeric-equalnni2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(upper bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnni2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnni2args-8.txt |
| op-numeric-equalnni2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnni2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnni2args-9.txt |
| op-numeric-equalnni2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnni2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalnni2args-10.txt |
| op-numeric-equalsht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalsht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalsht2args-1.txt |
| op-numeric-equalsht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:short(mid range) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalsht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalsht2args-2.txt |
| op-numeric-equalsht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:short(upper bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalsht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalsht2args-3.txt |
| op-numeric-equalsht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalsht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalsht2args-4.txt |
| op-numeric-equalsht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalsht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalsht2args-5.txt |
| op-numeric-equalsht2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalsht2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalsht2args-6.txt |
| op-numeric-equalsht2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:short(mid range) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalsht2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalsht2args-7.txt |
| op-numeric-equalsht2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:short(upper bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalsht2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalsht2args-8.txt |
| op-numeric-equalsht2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalsht2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalsht2args-9.txt |
| op-numeric-equalsht2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalsht2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equalsht2args-10.txt |
| op-numeric-equal-emptyseq | Scenario: standard | Creator: Ravi Chennoju |
| Description: | ||
| Evaluates the "op:numeric-equal" operator with the arguments set as follows: $arg1 = () $arg2 = (). | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equal-emptyseq.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/op-numeric-equal-emptyseq.txt |
| K-NumericEqual-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:integer(1) eq xs:integer(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-1.txt |
| K-NumericEqual-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:integer(1) ne xs:integer(2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-2.txt |
| K-NumericEqual-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:integer(1) eq xs:integer(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-3.txt |
| K-NumericEqual-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:integer(-1) eq xs:integer(-1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-4.txt |
| K-NumericEqual-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:integer(1) ne xs:integer(2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-5.txt |
| K-NumericEqual-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:decimal(1.1) eq xs:decimal(1.1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-6.txt |
| K-NumericEqual-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:decimal(1.1) ne xs:decimal(2.1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-7.txt |
| K-NumericEqual-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:decimal(1.1) eq xs:decimal(1.1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-8.txt |
| K-NumericEqual-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:decimal(-1.1) eq xs:decimal(-1.1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-9.txt |
| K-NumericEqual-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:decimal(1.1) ne xs:decimal(2.1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-10.txt |
| K-NumericEqual-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:integer(2) ne xs:decimal(2.6)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-11.txt |
| K-NumericEqual-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double(1.1) eq xs:double(1.1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-12.txt |
| K-NumericEqual-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double(-1.1) eq xs:double(-1.1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-13.txt |
| K-NumericEqual-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double(1.1) ne xs:double(2.1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-14.txt |
| K-NumericEqual-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double(-1) ne xs:double(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-15.txt |
| K-NumericEqual-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double("NaN") ne xs:double("NaN")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-16.txt |
| K-NumericEqual-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double("NaN") ne xs:double(0)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-17.txt |
| K-NumericEqual-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double(0) ne xs:double("NaN")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-18.txt |
| K-NumericEqual-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double("-INF") eq xs:double("-INF")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-19.txt |
| K-NumericEqual-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double("INF") eq xs:double("INF")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-20.txt |
| K-NumericEqual-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double("-INF") ne xs:double("INF")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-21.txt |
| K-NumericEqual-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double("INF") ne xs:double("-INF")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-22.txt |
| K-NumericEqual-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double("INF") ne xs:double("0")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-23.txt |
| K-NumericEqual-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double("-INF") ne xs:double("0")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-24.txt |
| K-NumericEqual-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double("0") ne xs:double("INF")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-25.txt |
| K-NumericEqual-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double("0") ne xs:double("-INF")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-26.txt |
| K-NumericEqual-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float(1.1) eq xs:float(1.1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-27.txt |
| K-NumericEqual-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float(-1.1) eq xs:float(-1.1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-28.txt |
| K-NumericEqual-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float(1.1) ne xs:float(2.1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-29.txt |
| K-NumericEqual-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float("NaN") ne xs:float("NaN")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-30.txt |
| K-NumericEqual-31 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float("NaN") ne xs:float(0)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-31.txt |
| K-NumericEqual-32 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float(0) ne xs:float("NaN")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-32.txt |
| K-NumericEqual-33 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float("-INF") eq xs:float("-INF")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-33.txt |
| K-NumericEqual-34 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float("INF") eq xs:float("INF")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-34.txt |
| K-NumericEqual-35 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float("-INF") ne xs:float("INF")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-35.txt |
| K-NumericEqual-36 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float("INF") ne xs:float("-INF")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-36.txt |
| K-NumericEqual-37 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float("INF") ne xs:float("0")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-37.txt |
| K-NumericEqual-38 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float("-INF") ne xs:float("0")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-38.txt |
| K-NumericEqual-39 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float("0") ne xs:float("INF")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-39.txt |
| K-NumericEqual-40 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float("0") ne xs:float("-INF")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-40.txt |
| K-NumericEqual-41 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An expression involving the 'eq' operator that trigger certain optimization paths in some implementations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-41.txt |
| K-NumericEqual-42 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that fn:count combined with expressions that might disable compile time evaluations(optimization) as well as the 'eq' operator, is conformant. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-42.txt |
| K-NumericEqual-43 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that fn:count combined with expressions that might disable compile time evaluations(optimization) as well as the '=' operator, is conformant. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-43.txt |
| K-NumericEqual-44 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Test automatic xs:untypedAtomic conversion. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NumericEqual-45 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test automatic xs:untypedAtomic conversion. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-45.txt |
| K-NumericEqual-46 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Test automatic xs:untypedAtomic conversion. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-NumericEqual-47 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A syntactically invalid test. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericEqual/K-NumericEqual-47.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| op-numeric-less-thanint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanint2args-1.txt |
| op-numeric-less-thanint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:int(mid range) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanint2args-2.txt |
| op-numeric-less-thanint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:int(upper bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanint2args-3.txt |
| op-numeric-less-thanint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanint2args-4.txt |
| op-numeric-less-thanint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanint2args-5.txt |
| op-numeric-less-thanint2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanint2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanint2args-6.txt |
| op-numeric-less-thanint2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:int(mid range) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanint2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanint2args-7.txt |
| op-numeric-less-thanint2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:int(upper bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanint2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanint2args-8.txt |
| op-numeric-less-thanint2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanint2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanint2args-9.txt |
| op-numeric-less-thanint2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanint2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanint2args-10.txt |
| op-numeric-less-thanintg2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanintg2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanintg2args-1.txt |
| op-numeric-less-thanintg2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:integer(mid range) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanintg2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanintg2args-2.txt |
| op-numeric-less-thanintg2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:integer(upper bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanintg2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanintg2args-3.txt |
| op-numeric-less-thanintg2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanintg2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanintg2args-4.txt |
| op-numeric-less-thanintg2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanintg2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanintg2args-5.txt |
| op-numeric-less-thanintg2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanintg2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanintg2args-6.txt |
| op-numeric-less-thanintg2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:integer(mid range) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanintg2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanintg2args-7.txt |
| op-numeric-less-thanintg2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:integer(upper bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanintg2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanintg2args-8.txt |
| op-numeric-less-thanintg2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanintg2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanintg2args-9.txt |
| op-numeric-less-thanintg2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanintg2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanintg2args-10.txt |
| op-numeric-less-thandec2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandec2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandec2args-1.txt |
| op-numeric-less-thandec2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:decimal(mid range) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandec2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandec2args-2.txt |
| op-numeric-less-thandec2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:decimal(upper bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandec2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandec2args-3.txt |
| op-numeric-less-thandec2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandec2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandec2args-4.txt |
| op-numeric-less-thandec2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandec2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandec2args-5.txt |
| op-numeric-less-thandec2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandec2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandec2args-6.txt |
| op-numeric-less-thandec2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:decimal(mid range) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandec2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandec2args-7.txt |
| op-numeric-less-thandec2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:decimal(upper bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandec2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandec2args-8.txt |
| op-numeric-less-thandec2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandec2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandec2args-9.txt |
| op-numeric-less-thandec2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandec2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandec2args-10.txt |
| op-numeric-less-thandbl2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandbl2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandbl2args-1.txt |
| op-numeric-less-thandbl2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:double(mid range) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandbl2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandbl2args-2.txt |
| op-numeric-less-thandbl2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:double(upper bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandbl2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandbl2args-3.txt |
| op-numeric-less-thandbl2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandbl2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandbl2args-4.txt |
| op-numeric-less-thandbl2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandbl2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandbl2args-5.txt |
| op-numeric-less-thandbl2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandbl2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandbl2args-6.txt |
| op-numeric-less-thandbl2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:double(mid range) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandbl2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandbl2args-7.txt |
| op-numeric-less-thandbl2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:double(upper bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandbl2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandbl2args-8.txt |
| op-numeric-less-thandbl2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandbl2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandbl2args-9.txt |
| op-numeric-less-thandbl2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandbl2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thandbl2args-10.txt |
| op-numeric-less-thanflt2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanflt2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanflt2args-1.txt |
| op-numeric-less-thanflt2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:float(mid range) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanflt2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanflt2args-2.txt |
| op-numeric-less-thanflt2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:float(upper bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanflt2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanflt2args-3.txt |
| op-numeric-less-thanflt2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanflt2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanflt2args-4.txt |
| op-numeric-less-thanflt2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanflt2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanflt2args-5.txt |
| op-numeric-less-thanflt2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanflt2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanflt2args-6.txt |
| op-numeric-less-thanflt2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:float(mid range) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanflt2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanflt2args-7.txt |
| op-numeric-less-thanflt2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:float(upper bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanflt2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanflt2args-8.txt |
| op-numeric-less-thanflt2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanflt2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanflt2args-9.txt |
| op-numeric-less-thanflt2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanflt2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanflt2args-10.txt |
| op-numeric-less-thanlng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanlng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanlng2args-1.txt |
| op-numeric-less-thanlng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:long(mid range) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanlng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanlng2args-2.txt |
| op-numeric-less-thanlng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:long(upper bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanlng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanlng2args-3.txt |
| op-numeric-less-thanlng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanlng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanlng2args-4.txt |
| op-numeric-less-thanlng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanlng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanlng2args-5.txt |
| op-numeric-less-thanlng2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanlng2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanlng2args-6.txt |
| op-numeric-less-thanlng2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:long(mid range) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanlng2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanlng2args-7.txt |
| op-numeric-less-thanlng2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:long(upper bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanlng2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanlng2args-8.txt |
| op-numeric-less-thanlng2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanlng2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanlng2args-9.txt |
| op-numeric-less-thanlng2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanlng2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanlng2args-10.txt |
| op-numeric-less-thanusht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanusht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanusht2args-1.txt |
| op-numeric-less-thanusht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:unsignedShort(mid range) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanusht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanusht2args-2.txt |
| op-numeric-less-thanusht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:unsignedShort(upper bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanusht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanusht2args-3.txt |
| op-numeric-less-thanusht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanusht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanusht2args-4.txt |
| op-numeric-less-thanusht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanusht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanusht2args-5.txt |
| op-numeric-less-thanusht2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanusht2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanusht2args-6.txt |
| op-numeric-less-thanusht2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:unsignedShort(mid range) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanusht2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanusht2args-7.txt |
| op-numeric-less-thanusht2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:unsignedShort(upper bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanusht2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanusht2args-8.txt |
| op-numeric-less-thanusht2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanusht2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanusht2args-9.txt |
| op-numeric-less-thanusht2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanusht2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanusht2args-10.txt |
| op-numeric-less-thannint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannint2args-1.txt |
| op-numeric-less-thannint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:negativeInteger(mid range) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannint2args-2.txt |
| op-numeric-less-thannint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:negativeInteger(upper bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannint2args-3.txt |
| op-numeric-less-thannint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannint2args-4.txt |
| op-numeric-less-thannint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannint2args-5.txt |
| op-numeric-less-thannint2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannint2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannint2args-6.txt |
| op-numeric-less-thannint2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:negativeInteger(mid range) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannint2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannint2args-7.txt |
| op-numeric-less-thannint2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:negativeInteger(upper bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannint2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannint2args-8.txt |
| op-numeric-less-thannint2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannint2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannint2args-9.txt |
| op-numeric-less-thannint2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannint2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannint2args-10.txt |
| op-numeric-less-thanpint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanpint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanpint2args-1.txt |
| op-numeric-less-thanpint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:positiveInteger(mid range) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanpint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanpint2args-2.txt |
| op-numeric-less-thanpint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:positiveInteger(upper bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanpint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanpint2args-3.txt |
| op-numeric-less-thanpint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanpint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanpint2args-4.txt |
| op-numeric-less-thanpint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanpint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanpint2args-5.txt |
| op-numeric-less-thanpint2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanpint2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanpint2args-6.txt |
| op-numeric-less-thanpint2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:positiveInteger(mid range) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanpint2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanpint2args-7.txt |
| op-numeric-less-thanpint2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:positiveInteger(upper bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanpint2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanpint2args-8.txt |
| op-numeric-less-thanpint2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanpint2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanpint2args-9.txt |
| op-numeric-less-thanpint2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanpint2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanpint2args-10.txt |
| op-numeric-less-thanulng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanulng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanulng2args-1.txt |
| op-numeric-less-thanulng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:unsignedLong(mid range) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanulng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanulng2args-2.txt |
| op-numeric-less-thanulng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:unsignedLong(upper bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanulng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanulng2args-3.txt |
| op-numeric-less-thanulng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanulng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanulng2args-4.txt |
| op-numeric-less-thanulng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanulng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanulng2args-5.txt |
| op-numeric-less-thanulng2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanulng2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanulng2args-6.txt |
| op-numeric-less-thanulng2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:unsignedLong(mid range) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanulng2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanulng2args-7.txt |
| op-numeric-less-thanulng2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:unsignedLong(upper bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanulng2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanulng2args-8.txt |
| op-numeric-less-thanulng2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanulng2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanulng2args-9.txt |
| op-numeric-less-thanulng2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanulng2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thanulng2args-10.txt |
| op-numeric-less-thannpi2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannpi2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannpi2args-1.txt |
| op-numeric-less-thannpi2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(mid range) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannpi2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannpi2args-2.txt |
| op-numeric-less-thannpi2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(upper bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannpi2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannpi2args-3.txt |
| op-numeric-less-thannpi2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannpi2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannpi2args-4.txt |
| op-numeric-less-thannpi2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannpi2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannpi2args-5.txt |
| op-numeric-less-thannpi2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannpi2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannpi2args-6.txt |
| op-numeric-less-thannpi2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(mid range) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannpi2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannpi2args-7.txt |
| op-numeric-less-thannpi2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(upper bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannpi2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannpi2args-8.txt |
| op-numeric-less-thannpi2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannpi2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannpi2args-9.txt |
| op-numeric-less-thannpi2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannpi2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannpi2args-10.txt |
| op-numeric-less-thannni2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannni2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannni2args-1.txt |
| op-numeric-less-thannni2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(mid range) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannni2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannni2args-2.txt |
| op-numeric-less-thannni2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(upper bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannni2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannni2args-3.txt |
| op-numeric-less-thannni2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannni2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannni2args-4.txt |
| op-numeric-less-thannni2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannni2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannni2args-5.txt |
| op-numeric-less-thannni2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannni2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannni2args-6.txt |
| op-numeric-less-thannni2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(mid range) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannni2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannni2args-7.txt |
| op-numeric-less-thannni2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(upper bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannni2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannni2args-8.txt |
| op-numeric-less-thannni2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannni2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannni2args-9.txt |
| op-numeric-less-thannni2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannni2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thannni2args-10.txt |
| op-numeric-less-thansht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thansht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thansht2args-1.txt |
| op-numeric-less-thansht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:short(mid range) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thansht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thansht2args-2.txt |
| op-numeric-less-thansht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:short(upper bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thansht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thansht2args-3.txt |
| op-numeric-less-thansht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thansht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thansht2args-4.txt |
| op-numeric-less-thansht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thansht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thansht2args-5.txt |
| op-numeric-less-thansht2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thansht2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thansht2args-6.txt |
| op-numeric-less-thansht2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:short(mid range) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thansht2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thansht2args-7.txt |
| op-numeric-less-thansht2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:short(upper bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thansht2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thansht2args-8.txt |
| op-numeric-less-thansht2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thansht2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thansht2args-9.txt |
| op-numeric-less-thansht2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-less-than" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thansht2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/op-numeric-less-thansht2args-10.txt |
| K-NumericLT-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:integer(-1) lt xs:integer(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-1.txt |
| K-NumericLT-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:integer(-1) le xs:integer(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-2.txt |
| K-NumericLT-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:decimal(-1) lt xs:decimal(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-3.txt |
| K-NumericLT-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:decimal(-1) le xs:decimal(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-4.txt |
| K-NumericLT-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `0 lt xs:double("INF")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-5.txt |
| K-NumericLT-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double("-INF") lt 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-6.txt |
| K-NumericLT-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double(-1) lt xs:double(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-7.txt |
| K-NumericLT-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double(-1) le xs:double(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-8.txt |
| K-NumericLT-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `0 lt xs:float("INF")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-9.txt |
| K-NumericLT-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float("-INF") lt 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-10.txt |
| K-NumericLT-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float(-1) lt xs:float(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-11.txt |
| K-NumericLT-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float(-1) le xs:float(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-12.txt |
| K-NumericLT-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(xs:double("NaN") lt 1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-13.txt |
| K-NumericLT-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(xs:float("NaN") lt 1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-14.txt |
| K-NumericLT-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(xs:double("NaN") le 1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-15.txt |
| K-NumericLT-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(xs:float("NaN") le 1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-16.txt |
| K-NumericLT-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(1 lt xs:double("NaN"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-17.txt |
| K-NumericLT-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(1 lt xs:float("NaN"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-18.txt |
| K-NumericLT-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(1 le xs:double("NaN"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-19.txt |
| K-NumericLT-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(1 le xs:float("NaN"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-20.txt |
| K-NumericLT-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| le combined with count(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-21.txt |
| K-NumericLT-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| lt combined with count(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericLT/K-NumericLT-22.txt |
| op-numeric-greater-thanint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanint2args-1.txt |
| op-numeric-greater-thanint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:int(mid range) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanint2args-2.txt |
| op-numeric-greater-thanint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:int(upper bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanint2args-3.txt |
| op-numeric-greater-thanint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanint2args-4.txt |
| op-numeric-greater-thanint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanint2args-5.txt |
| op-numeric-greater-thanintg2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanintg2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanintg2args-1.txt |
| op-numeric-greater-thanintg2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:integer(mid range) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanintg2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanintg2args-2.txt |
| op-numeric-greater-thanintg2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:integer(upper bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanintg2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanintg2args-3.txt |
| op-numeric-greater-thanintg2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanintg2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanintg2args-4.txt |
| op-numeric-greater-thanintg2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanintg2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanintg2args-5.txt |
| op-numeric-greater-thandec2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thandec2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thandec2args-1.txt |
| op-numeric-greater-thandec2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:decimal(mid range) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thandec2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thandec2args-2.txt |
| op-numeric-greater-thandec2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:decimal(upper bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thandec2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thandec2args-3.txt |
| op-numeric-greater-thandec2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thandec2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thandec2args-4.txt |
| op-numeric-greater-thandec2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thandec2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thandec2args-5.txt |
| op-numeric-greater-thandbl2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thandbl2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thandbl2args-1.txt |
| op-numeric-greater-thandbl2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:double(mid range) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thandbl2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thandbl2args-2.txt |
| op-numeric-greater-thandbl2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:double(upper bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thandbl2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thandbl2args-3.txt |
| op-numeric-greater-thandbl2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thandbl2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thandbl2args-4.txt |
| op-numeric-greater-thandbl2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thandbl2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thandbl2args-5.txt |
| op-numeric-greater-thanflt2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanflt2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanflt2args-1.txt |
| op-numeric-greater-thanflt2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:float(mid range) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanflt2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanflt2args-2.txt |
| op-numeric-greater-thanflt2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:float(upper bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanflt2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanflt2args-3.txt |
| op-numeric-greater-thanflt2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanflt2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanflt2args-4.txt |
| op-numeric-greater-thanflt2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanflt2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanflt2args-5.txt |
| op-numeric-greater-thanlng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanlng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanlng2args-1.txt |
| op-numeric-greater-thanlng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:long(mid range) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanlng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanlng2args-2.txt |
| op-numeric-greater-thanlng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:long(upper bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanlng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanlng2args-3.txt |
| op-numeric-greater-thanlng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanlng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanlng2args-4.txt |
| op-numeric-greater-thanlng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanlng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanlng2args-5.txt |
| op-numeric-greater-thanusht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanusht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanusht2args-1.txt |
| op-numeric-greater-thanusht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:unsignedShort(mid range) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanusht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanusht2args-2.txt |
| op-numeric-greater-thanusht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:unsignedShort(upper bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanusht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanusht2args-3.txt |
| op-numeric-greater-thanusht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanusht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanusht2args-4.txt |
| op-numeric-greater-thanusht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanusht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanusht2args-5.txt |
| op-numeric-greater-thannint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannint2args-1.txt |
| op-numeric-greater-thannint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:negativeInteger(mid range) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannint2args-2.txt |
| op-numeric-greater-thannint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:negativeInteger(upper bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannint2args-3.txt |
| op-numeric-greater-thannint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannint2args-4.txt |
| op-numeric-greater-thannint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannint2args-5.txt |
| op-numeric-greater-thanpint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanpint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanpint2args-1.txt |
| op-numeric-greater-thanpint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:positiveInteger(mid range) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanpint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanpint2args-2.txt |
| op-numeric-greater-thanpint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:positiveInteger(upper bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanpint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanpint2args-3.txt |
| op-numeric-greater-thanpint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanpint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanpint2args-4.txt |
| op-numeric-greater-thanpint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanpint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanpint2args-5.txt |
| op-numeric-greater-thanulng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanulng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanulng2args-1.txt |
| op-numeric-greater-thanulng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:unsignedLong(mid range) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanulng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanulng2args-2.txt |
| op-numeric-greater-thanulng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:unsignedLong(upper bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanulng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanulng2args-3.txt |
| op-numeric-greater-thanulng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanulng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanulng2args-4.txt |
| op-numeric-greater-thanulng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanulng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thanulng2args-5.txt |
| op-numeric-greater-thannpi2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannpi2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannpi2args-1.txt |
| op-numeric-greater-thannpi2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(mid range) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannpi2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannpi2args-2.txt |
| op-numeric-greater-thannpi2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(upper bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannpi2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannpi2args-3.txt |
| op-numeric-greater-thannpi2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannpi2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannpi2args-4.txt |
| op-numeric-greater-thannpi2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannpi2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannpi2args-5.txt |
| op-numeric-greater-thannni2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannni2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannni2args-1.txt |
| op-numeric-greater-thannni2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(mid range) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannni2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannni2args-2.txt |
| op-numeric-greater-thannni2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(upper bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannni2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannni2args-3.txt |
| op-numeric-greater-thannni2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannni2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannni2args-4.txt |
| op-numeric-greater-thannni2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannni2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thannni2args-5.txt |
| op-numeric-greater-thansht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thansht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thansht2args-1.txt |
| op-numeric-greater-thansht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:short(mid range) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thansht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thansht2args-2.txt |
| op-numeric-greater-thansht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:short(upper bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thansht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thansht2args-3.txt |
| op-numeric-greater-thansht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thansht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thansht2args-4.txt |
| op-numeric-greater-thansht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:numeric-greater-than" operator with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-numeric-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thansht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/op-numeric-greater-thansht2args-5.txt |
| K-NumericGT-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:integer(1) gt xs:integer(-1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-1.txt |
| K-NumericGT-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:integer(1) ge xs:integer(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-2.txt |
| K-NumericGT-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:decimal(1) gt xs:decimal(-1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-3.txt |
| K-NumericGT-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:decimal(1) ge xs:decimal(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-4.txt |
| K-NumericGT-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `0 gt xs:double("-INF")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-5.txt |
| K-NumericGT-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double("INF") gt 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-6.txt |
| K-NumericGT-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double(1) gt xs:double(-1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-7.txt |
| K-NumericGT-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double(1) ge xs:double(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-8.txt |
| K-NumericGT-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `0 gt xs:float("-INF")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-9.txt |
| K-NumericGT-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float("INF") gt 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-10.txt |
| K-NumericGT-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float(1) gt xs:float(-1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-11.txt |
| K-NumericGT-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float(1) ge xs:float(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-12.txt |
| K-NumericGT-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(xs:double("NaN") gt 1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-13.txt |
| K-NumericGT-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(xs:float("NaN") gt 1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-14.txt |
| K-NumericGT-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(xs:double("NaN") ge 1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-15.txt |
| K-NumericGT-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(xs:float("NaN") ge 1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-16.txt |
| K-NumericGT-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(1 gt xs:double("NaN"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-17.txt |
| K-NumericGT-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(1 gt xs:float("NaN"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-18.txt |
| K-NumericGT-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(1 ge xs:double("NaN"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-19.txt |
| K-NumericGT-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(1 ge xs:float("NaN"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-20.txt |
| K-NumericGT-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| le combined with count(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-21.txt |
| K-NumericGT-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| ge combined with count(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-22.txt |
| K-NumericGT-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| gt combined with count(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/NumericComp/NumericGT/K-NumericGT-23.txt |
| op-boolean-equal2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-equal" operator with the arguments set as follows: $value1 = xs:boolean(lower bound) $value2 = xs:boolean(lower bound). | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal2args-1.txt |
| op-boolean-equal2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-equal" operator with the arguments set as follows: $value1 = xs:boolean(mid range) $value2 = xs:boolean(lower bound). | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal2args-2.txt |
| op-boolean-equal2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-equal" operator with the arguments set as follows: $value1 = xs:boolean(upper bound) $value2 = xs:boolean(lower bound). | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal2args-3.txt |
| op-boolean-equal2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-equal" operator with the arguments set as follows: $value1 = xs:boolean(lower bound) $value2 = xs:boolean(mid range). | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal2args-4.txt |
| op-boolean-equal2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-equal" operator with the arguments set as follows: $value1 = xs:boolean(lower bound) $value2 = xs:boolean(upper bound). | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal2args-5.txt |
| op-boolean-equal-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-equal" operator with the operators set to "fn:not(true)" and "true" respectively. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-1.txt |
| op-boolean-equal-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-equal" operator with the operators set to "fn:not(true)" and "false" respectively. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-2.txt |
| op-boolean-equal-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-equal" operator with the operators set to "fn:not(false)" and "false" respectively. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-3.txt |
| op-boolean-equal-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-equal" operator with the operators set to "true and true" and "false and false" respectively. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-4.txt |
| op-boolean-equal-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-equal" operator with the operators set as to "fn:not(true and true)" and "true" respectively. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-5.txt |
| op-boolean-equal-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-equal" operator with the operators set to "fn:not(false and false)" and "true and true" respectively. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-6.txt |
| op-boolean-equal-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-equal" operator with the operators set to "fn:not(false)" and "fn:not(false)" respectively. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-7.txt |
| op-boolean-equal-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-equal" operator with the operators set to "fn:not(false and true)" and "fn:not(false and true)" respectively. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-8.txt |
| op-boolean-equal-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-equal" operator with the operators set to "(7 lt 7)" and "true" respectively. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-9.txt |
| op-boolean-equal-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-equal" operator with the operators set to "(7 eq 7)" and "false" respectively. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-10.txt |
| op-boolean-equal-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-equal" operator with the operators set to "fn:not(7 lt 7)" and "true" respectively. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-11.txt |
| op-boolean-equal-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-equal" operator with the operators set to "fn:not(7 lt 7)" and "false" respectively. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-12.txt |
| op-boolean-equal-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-equal" operator with the operator using multiple "eq" operators and the "and" operator. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-13.txt |
| op-boolean-equal-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-equal" operator with the operator using multiple "eq" operators and the "or" operator. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-14.txt |
| op-boolean-equal-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-equal" operator using the "starts-with" function. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-15.txt |
| op-boolean-equal-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-equal" operator using the "ends-with" function. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-16.txt |
| op-boolean-equal-17 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates cardinality violation on "eq" operator and a sequence of two or more items. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| #id-errors-and-opt | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-boolean-equal-more-args-001 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if args of Boolean type are equal. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-001.txt |
| op-boolean-equal-more-args-002 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if args of Boolean type are equal. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-002.txt |
| op-boolean-equal-more-args-003 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if args of Boolean type are equal. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-003.txt |
| op-boolean-equal-more-args-004 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if args of Boolean type are equal. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-004.txt |
| op-boolean-equal-more-args-005 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if args of Boolean type are equal. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-005.txt |
| op-boolean-equal-more-args-006 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if args of Boolean type are equal. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-006.txt |
| op-boolean-equal-more-args-007 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if args of Boolean type are equal. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-007.txt |
| op-boolean-equal-more-args-008 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if args of Boolean type are equal. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-008.txt |
| op-boolean-equal-more-args-009 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if args of Boolean type are equal. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-009.txt |
| op-boolean-equal-more-args-010 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if args of Boolean type are equal. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-010.txt |
| op-boolean-equal-more-args-011 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if args of Boolean type are equal. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-011.txt |
| op-boolean-equal-more-args-012 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if args of Boolean type are equal. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-012.txt |
| op-boolean-equal-more-args-013 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if args of Boolean type are equal. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-013.txt |
| op-boolean-equal-more-args-014 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if args of Boolean type are equal. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-014.txt |
| op-boolean-equal-more-args-015 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if args of Boolean type are equal. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-015.txt |
| op-boolean-equal-more-args-016 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if args of Boolean type are equal. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-016.txt |
| op-boolean-equal-more-args-017 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if args of Boolean type are equal. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-017.txt |
| op-boolean-equal-more-args-018 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if args of Boolean type are equal. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-018.txt |
| op-boolean-equal-more-args-019 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if args of Boolean type are equal. | ||
| Spec Citations: | ||
| #func-boolean-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/op-boolean-equal-more-args-019.txt |
| K-BooleanEqual-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Compare two xs:boolean values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/K-BooleanEqual-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/K-BooleanEqual-1.txt |
| K-BooleanEqual-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Compare two xs:boolean values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/K-BooleanEqual-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/K-BooleanEqual-2.txt |
| K-BooleanEqual-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Compare two xs:boolean values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/K-BooleanEqual-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/K-BooleanEqual-3.txt |
| K-BooleanEqual-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Compare two xs:boolean values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/K-BooleanEqual-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/K-BooleanEqual-4.txt |
| K-BooleanEqual-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A complex value-comparison involving xs:boolean. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/K-BooleanEqual-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/K-BooleanEqual-5.txt |
| K2-BooleanEqual-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Cannot compare xs:boolean and xs:untypedAtomic. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/K2-BooleanEqual-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K2-BooleanEqual-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Cannot compare xs:boolean and xs:untypedAtomic. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/K2-BooleanEqual-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K2-BooleanEqual-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Cannot compare xs:boolean and xs:untypedAtomic(#2). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanEqual/K2-BooleanEqual-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-boolean-less-than2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-less-than" operator with the arguments set as follows: $arg1 = xs:boolean(lower bound) $arg2 = xs:boolean(lower bound). | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than2args-1.txt |
| op-boolean-less-than2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-less-than" operator with the arguments set as follows: $arg1 = xs:boolean(mid range) $arg2 = xs:boolean(lower bound). | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than2args-2.txt |
| op-boolean-less-than2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-less-than" operator with the arguments set as follows: $arg1 = xs:boolean(upper bound) $arg2 = xs:boolean(lower bound). | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than2args-3.txt |
| op-boolean-less-than2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-less-than" operator with the arguments set as follows: $arg1 = xs:boolean(lower bound) $arg2 = xs:boolean(mid range). | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than2args-4.txt |
| op-boolean-less-than2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-less-than" operator with the arguments set as follows: $arg1 = xs:boolean(lower bound) $arg2 = xs:boolean(upper bound). | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than2args-5.txt |
| op-boolean-less-than2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-less-than" operator with the arguments set as follows: $arg1 = xs:boolean(lower bound) $arg2 = xs:boolean(lower bound). | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than2args-6.txt |
| op-boolean-less-than2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-less-than" operator with the arguments set as follows: $arg1 = xs:boolean(mid range) $arg2 = xs:boolean(lower bound). | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than2args-7.txt |
| op-boolean-less-than2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-less-than" operator with the arguments set as follows: $arg1 = xs:boolean(upper bound) $arg2 = xs:boolean(lower bound). | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than2args-8.txt |
| op-boolean-less-than2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-less-than" operator with the arguments set as follows: $arg1 = xs:boolean(lower bound) $arg2 = xs:boolean(mid range). | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than2args-9.txt |
| op-boolean-less-than2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-less-than" operator with the arguments set as follows: $arg1 = xs:boolean(lower bound) $arg2 = xs:boolean(upper bound). | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than2args-10.txt |
| op-boolean-less-than-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-less-than" operator with the operators set as to "fn:not(true)" and "true" respectively. Use of "lt" operator. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-1.txt |
| op-boolean-less-than-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-less-than" operator with the operators set as to "fn:not(true)" and "true" respectively. Use of "ge" operator. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-2.txt |
| op-boolean-less-than-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-less-than" operator with the operators set as to "fn:not(true)" and "false" respectively. Use of "lt" operator. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-3.txt |
| op-boolean-less-than-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-less-than" operator with the operators set as to "fn:not(true)" and "false" respectively. Use of "ge" operator. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-4.txt |
| op-boolean-less-than-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-less-than" operator with the operators set as to "fn:not(false)" and "true" respectively. Use of "lt" operator. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-5.txt |
| op-boolean-less-than-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-less-than" operator with the operators set as to "fn:not(false)" and "true" respectively. Use of "ge" operator. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-6.txt |
| op-boolean-less-than-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-less-than" operator with the operators set as to "fn:not(false)" and "false" respectively. Use of "lt" operator. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-7.txt |
| op-boolean-less-than-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-less-than" operator with the operators set as to "fn:not(false)" and "false" respectively. Use of "ge" operator. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-8.txt |
| op-boolean-less-than-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-less-than" operator with the operators set as to "(7 eq 7)" and "true" respectively. Use of "lt" operator. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-9.txt |
| op-boolean-less-than-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-less-than" operator with the operators set as to "(7 eq 7)" and "true" respectively. Use of "ge" operator. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-10.txt |
| op-boolean-less-than-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-less-than" operator with the operators set as to "(7 eq 7)" and "false" respectively. Use of "lt" operator. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-11.txt |
| op-boolean-less-than-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-less-than" operator with the operators set as to "(7 eq 7)" and "false" respectively. Use of "ge" operator. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-12.txt |
| op-boolean-less-than-more-args-001 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if arg1: Boolean is less than arg2:Boolean. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-001.txt |
| op-boolean-less-than-more-args-002 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if arg1: Boolean is less than arg2:Boolean. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-002.txt |
| op-boolean-less-than-more-args-003 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if arg1: Boolean is less than arg2:Boolean. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-003.txt |
| op-boolean-less-than-more-args-004 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if arg1: Boolean is less than arg2:Boolean. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-004.txt |
| op-boolean-less-than-more-args-005 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if arg1: Boolean is less than arg2:Boolean. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-005.txt |
| op-boolean-less-than-more-args-006 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if arg1: Boolean is less than arg2:Boolean. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-006.txt |
| op-boolean-less-than-more-args-007 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if arg1: Boolean is less than arg2:Boolean. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-007.txt |
| op-boolean-less-than-more-args-008 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if arg1: Boolean is less than arg2:Boolean. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-008.txt |
| op-boolean-less-than-more-args-009 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if arg1: Boolean is less than arg2:Boolean. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-009.txt |
| op-boolean-less-than-more-args-010 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if arg1: Boolean is less than arg2:Boolean. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-010.txt |
| op-boolean-less-than-more-args-011 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if arg1: Boolean is less than arg2:Boolean. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-011.txt |
| op-boolean-less-than-more-args-012 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if arg1: Boolean is less than arg2:Boolean. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-012.txt |
| op-boolean-less-than-more-args-013 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if arg1: Boolean is less than arg2:Boolean. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-013.txt |
| op-boolean-less-than-more-args-014 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| To check if arg1: Boolean is less than arg2:Boolean. | ||
| Spec Citations: | ||
| #func-boolean-less-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/op-boolean-less-than-more-args-014.txt |
| K-BooleanLT-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Compare two xs:boolean values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/K-BooleanLT-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/K-BooleanLT-1.txt |
| K-BooleanLT-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Compare two xs:boolean values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/K-BooleanLT-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/K-BooleanLT-2.txt |
| K-BooleanLT-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Compare two xs:boolean values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/K-BooleanLT-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanLT/K-BooleanLT-3.txt |
| op-boolean-greater-than2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-greater-than" operator with the arguments set as follows: $arg1 = xs:boolean(lower bound) $arg2 = xs:boolean(lower bound). | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than2args-1.txt |
| op-boolean-greater-than2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-greater-than" operator with the arguments set as follows: $arg1 = xs:boolean(mid range) $arg2 = xs:boolean(lower bound). | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than2args-2.txt |
| op-boolean-greater-than2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-greater-than" operator with the arguments set as follows: $arg1 = xs:boolean(upper bound) $arg2 = xs:boolean(lower bound). | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than2args-3.txt |
| op-boolean-greater-than2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-greater-than" operator with the arguments set as follows: $arg1 = xs:boolean(lower bound) $arg2 = xs:boolean(mid range). | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than2args-4.txt |
| op-boolean-greater-than2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-greater-than" operator with the arguments set as follows: $arg1 = xs:boolean(lower bound) $arg2 = xs:boolean(upper bound). | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than2args-5.txt |
| op-boolean-greater-than2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-greater-than" operator with the arguments set as follows: $arg1 = xs:boolean(lower bound) $arg2 = xs:boolean(lower bound). | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than2args-6.txt |
| op-boolean-greater-than2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-greater-than" operator with the arguments set as follows: $arg1 = xs:boolean(mid range) $arg2 = xs:boolean(lower bound). | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than2args-7.txt |
| op-boolean-greater-than2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-greater-than" operator with the arguments set as follows: $arg1 = xs:boolean(upper bound) $arg2 = xs:boolean(lower bound). | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than2args-8.txt |
| op-boolean-greater-than2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-greater-than" operator with the arguments set as follows: $arg1 = xs:boolean(lower bound) $arg2 = xs:boolean(mid range). | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than2args-9.txt |
| op-boolean-greater-than2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-greater-than" operator with the arguments set as follows: $arg1 = xs:boolean(lower bound) $arg2 = xs:boolean(upper bound). | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than2args-10.txt |
| op-boolean-greater-than-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-greater-than" operator with the operators set as to "fn:not(true)" and "true" respectively. Use of "gt" operator. | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-1.txt |
| op-boolean-greater-than-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-greater-than" operator with the operators set as to "fn:not(true)" and "true" respectively. Use of "le" operator. | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-2.txt |
| op-boolean-greater-than-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-greater-than" operator with the operators set as to "fn:not(true)" and "false" respectively. Use of "gt" operator. | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-3.txt |
| op-boolean-greater-than-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-greater-than" operator with the operators set as to "fn:not(true)" and "false" respectively. Use of "le" operator. | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-4.txt |
| op-boolean-greater-than-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-greater-than" operator with the operators set as to "fn:not(false)" and "true" respectively. Use of "gt" operator. | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-5.txt |
| op-boolean-greater-than-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-greater-than" operator with the operators set as to "fn:not(false)" and "true" respectively. Use of "le" operator. | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-6.txt |
| op-boolean-greater-than-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-greater-than" operator with the operators set as to "fn:not(false)" and "false" respectively. Use of "gt" operator. | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-7.txt |
| op-boolean-greater-than-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-greater-than" operator with the operators set as to "fn:not(false)" and "false" respectively. Use of "le" operator. | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-8.txt |
| op-boolean-greater-than-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-greater-than" operator with the operators set as to "(7 eq 7)" and "true" respectively. Use of "gt" operator. | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-9.txt |
| op-boolean-greater-than-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-greater-than" operator with the operators set as to "(7 eq 7)" and "true" respectively. Use of "le" operator. | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-10.txt |
| op-boolean-greater-than-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-greater-than" operator with the operators set as to "(7 eq 7)" and "false" respectively. Use of "gt" operator. | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-11.txt |
| op-boolean-greater-than-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:boolean-greater-than" operator with the operators set as to "(7 eq 7)" and "false" respectively. Use of "le" operator. | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-12.txt |
| op-boolean-greater-than-more-args-001 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| . | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-001.txt |
| op-boolean-greater-than-more-args-002 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| . | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-002.txt |
| op-boolean-greater-than-more-args-003 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| . | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-003.txt |
| op-boolean-greater-than-more-args-004 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| . | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-004.txt |
| op-boolean-greater-than-more-args-005 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| . | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-005.txt |
| op-boolean-greater-than-more-args-006 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| . | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-006.txt |
| op-boolean-greater-than-more-args-007 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| . | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-007.txt |
| op-boolean-greater-than-more-args-008 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| . | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-008.txt |
| op-boolean-greater-than-more-args-009 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| . | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-009.txt |
| op-boolean-greater-than-more-args-010 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| . | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-010.txt |
| op-boolean-greater-than-more-args-011 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| . | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-011.txt |
| op-boolean-greater-than-more-args-012 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| . | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-012.txt |
| op-boolean-greater-than-more-args-013 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| . | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-013.txt |
| op-boolean-greater-than-more-args-014 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| . | ||
| Spec Citations: | ||
| #func-boolean-greater-than | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/op-boolean-greater-than-more-args-014.txt |
| K-BooleanGT-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Compare two xs:boolean values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/K-BooleanGT-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/K-BooleanGT-1.txt |
| K-BooleanGT-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Compare two xs:boolean values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/K-BooleanGT-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/K-BooleanGT-2.txt |
| K-BooleanGT-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Compare two xs:boolean values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/K-BooleanGT-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BooleanOp/BooleanGT/K-BooleanGT-3.txt |
| op-yearMonthDuration-less-than2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-less-than" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than2args-1.txt |
| op-yearMonthDuration-less-than2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-less-than" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(mid range) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than2args-2.txt |
| op-yearMonthDuration-less-than2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-less-than" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(upper bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than2args-3.txt |
| op-yearMonthDuration-less-than2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-less-than" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(mid range). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than2args-4.txt |
| op-yearMonthDuration-less-than2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-less-than" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(upper bound). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than2args-5.txt |
| op-yearMonthDuration-less-than2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-less-than" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than2args-6.txt |
| op-yearMonthDuration-less-than2argsNew-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-less-than" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(mid range) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than2argsNew-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than2argsNew-7.txt |
| op-yearMonthDuration-less-than2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-less-than" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(upper bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than2args-8.txt |
| op-yearMonthDuration-less-than2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-less-than" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(mid range). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than2args-9.txt |
| op-yearMonthDuration-less-than2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-less-than" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(upper bound). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than2args-10.txt |
| op-yearMonthDuration-less-than-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-less-than" operator that returns true and used together with the fn:not function (lt operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than-3.txt |
| op-yearMonthDuration-less-than-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-less-than" operator that returns true and used together with the fn:not function (le operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than-4.txt |
| op-yearMonthDuration-less-than-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-less-than" operator that returns false and used together with the fn:not function (lt operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than-5.txt |
| op-yearMonthDuration-less-than-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-less-than" operator that returns false and used together with the fn:not function (le operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than-6.txt |
| op-yearMonthDuration-less-thanNew-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-less-than" operator used together with "and" expression (lt operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-thanNew-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-thanNew-7.txt |
| op-yearMonthDuration-less-than-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-less-than" operator used together with "and" expression (le operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than-8.txt |
| op-yearMonthDuration-less-than-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-less-than" operator used together with "or" expression (lt operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than-9.txt |
| op-yearMonthDuration-less-than-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-less-than" operator used together with "or" expression (le operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than-10.txt |
| op-yearMonthDuration-less-than-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-less-than" operator used together with "or" expression and fn:true function (lt operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than-11.txt |
| op-yearMonthDuration-less-than-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-less-than" operator used together with "or" expression and fn:true function (le operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than-12.txt |
| op-yearMonthDuration-less-than-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-less-than" operator used together with "or" expression and fn:false function (lt operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than-13.txt |
| op-yearMonthDuration-less-than-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-less-than" operator used together with "or" expression and fn:false function (le operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/op-yearMonthDuration-less-than-14.txt |
| K-YearMonthDurationLT-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'lt' for xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/K-YearMonthDurationLT-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/K-YearMonthDurationLT-1.txt |
| K-YearMonthDurationLT-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'lt' for xs:yearMonthDuration, evaluating to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/K-YearMonthDurationLT-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/K-YearMonthDurationLT-2.txt |
| K-YearMonthDurationLT-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'lt' for xs:yearMonthDuration, evaluating to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/K-YearMonthDurationLT-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/K-YearMonthDurationLT-3.txt |
| K-YearMonthDurationLT-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'le' for xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/K-YearMonthDurationLT-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/K-YearMonthDurationLT-4.txt |
| K-YearMonthDurationLT-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'le' for xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/K-YearMonthDurationLT-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/K-YearMonthDurationLT-5.txt |
| K-YearMonthDurationLT-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'le' for xs:yearMonthDuration, evaluating to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/K-YearMonthDurationLT-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationLT/K-YearMonthDurationLT-6.txt |
| op-yearMonthDuration-greater-than2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-greater-than" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than2args-1.txt |
| op-yearMonthDuration-greater-than2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-greater-than" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(mid range) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than2args-2.txt |
| op-yearMonthDuration-greater-than2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-greater-than" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(upper bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than2args-3.txt |
| op-yearMonthDuration-greater-than2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-greater-than" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(mid range). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than2args-4.txt |
| op-yearMonthDuration-greater-than2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-greater-than" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(upper bound). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than2args-5.txt |
| op-yearMonthDuration-greater-than2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-greater-than" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than2args-6.txt |
| op-yearMonthDuration-greater-than2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-greater-than" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(mid range) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than2args-7.txt |
| op-yearMonthDuration-greater-than2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-greater-than" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(upper bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than2args-8.txt |
| op-yearMonthDuration-greater-than2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-greater-than" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(mid range). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than2args-9.txt |
| op-yearMonthDuration-greater-than2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-greater-than" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(upper bound). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than2args-10.txt |
| op-yearMonthDuration-greater-than-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-greater-than" operator that returns true and used together with the fn:not function (gt operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-3.txt |
| op-yearMonthDuration-greater-than-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-greater-than" operator that returns true and used together with the fn:not function (ge operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-4.txt |
| op-yearMonthDuration-greater-than-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-greater-than" operator that returns false and used together with the fn:not function (gt operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-5.txt |
| op-yearMonthDuration-greater-than-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-greater-than" operator that returns false and used together with the fn:not function (ge operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-6.txt |
| op-yearMonthDuration-greater-than-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-greater-than" operator used together with "and" expression (gt operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-7.txt |
| op-yearMonthDuration-greater-than-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-greater-than" operator used together with "and" expression (ge operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-8.txt |
| op-yearMonthDuration-greater-than-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-greater-than" operator used together with "or" expression (gt operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-9.txt |
| op-yearMonthDuration-greater-than-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-greater-than" operator used together with "or" expression (ge operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-10.txt |
| op-yearMonthDuration-greater-than-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-greater-than" operator used together with "or" expression and fn:true function (gt operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-11.txt |
| op-yearMonthDuration-greater-than-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-greater-than" operator used together with "or" expression and fn:true function (ge operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-12.txt |
| op-yearMonthDuration-greater-than-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-greater-than" operator used together with "or" expression and fn:false function (gt operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-13.txt |
| op-yearMonthDuration-greater-than-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-greater-than" operator used together with "or" expression and fn:false function (ge operator). | ||
| Spec Citations: | ||
| #func-yearMonthDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/op-yearMonthDuration-greater-than-14.txt |
| K-YearMonthDurationGT-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'gt' for xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/K-YearMonthDurationGT-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/K-YearMonthDurationGT-1.txt |
| K-YearMonthDurationGT-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'gt' for xs:yearMonthDuration, evaluating to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/K-YearMonthDurationGT-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/K-YearMonthDurationGT-2.txt |
| K-YearMonthDurationGT-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'gt' for xs:yearMonthDuration, evaluating to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/K-YearMonthDurationGT-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/K-YearMonthDurationGT-3.txt |
| K-YearMonthDurationGT-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ge' for xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/K-YearMonthDurationGT-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/K-YearMonthDurationGT-4.txt |
| K-YearMonthDurationGT-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ge' for xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/K-YearMonthDurationGT-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/K-YearMonthDurationGT-5.txt |
| K-YearMonthDurationGT-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ge' for xs:yearMonthDuration, evaluating to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/K-YearMonthDurationGT-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationGT/K-YearMonthDurationGT-6.txt |
| op-dayTimeDuration-less-than2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-less-than" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than2args-1.txt |
| op-dayTimeDuration-less-than2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-less-than" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(mid range) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than2args-2.txt |
| op-dayTimeDuration-less-than2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-less-than" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(upper bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than2args-3.txt |
| op-dayTimeDuration-less-than2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-less-than" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(mid range). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than2args-4.txt |
| op-dayTimeDuration-less-than2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-less-than" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(upper bound). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than2args-5.txt |
| op-dayTimeDuration-less-than2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-less-than" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than2args-6.txt |
| op-dayTimeDuration-less-than2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-less-than" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(mid range) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than2args-7.txt |
| op-dayTimeDuration-less-than2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-less-than" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(upper bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than2args-8.txt |
| op-dayTimeDuration-less-than2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-less-than" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(mid range). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than2args-9.txt |
| op-dayTimeDuration-less-than2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-less-than" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(upper bound). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than2args-10.txt |
| op-dayTimeDuration-less-than-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-less-than" operator that returns true and used together with the fn:not function (lt operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-3.txt |
| op-dayTimeDuration-less-than-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-less-than" operator that returns true and used together with the fn:not function (le operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-4.txt |
| op-dayTimeDuration-less-than-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-less-than" operator that returns false and used together with the fn:not function (lt operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-5.txt |
| op-dayTimeDuration-less-than-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-less-than" operator that returns false and used together with the fn:not function (le operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-6.txt |
| op-dayTimeDuration-less-than-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-less-than" operator used together with "and" expression (lt operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-7.txt |
| op-dayTimeDuration-less-than-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-less-than" operator used together with "and" expression (le operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-8.txt |
| op-dayTimeDuration-less-than-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-less-than" operator used together with "or" expression (lt operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-9.txt |
| op-dayTimeDuration-less-than-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-less-than" operator used together with "or" expression (le operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-10.txt |
| op-dayTimeDuration-less-than-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-less-than" operator used together with "or" expression and fn:true function (lt operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-11.txt |
| op-dayTimeDuration-less-than-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-less-than" operator used together with "or" expression and fn:true function (le operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-12.txt |
| op-dayTimeDuration-less-than-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-less-than" operator used together with "or" expression and fn:false function (lt operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-13.txt |
| op-dayTimeDuration-less-than-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-less-than" operator used together with "or" expression and fn:false function (le operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/op-dayTimeDuration-less-than-14.txt |
| K-DayTimeDurationLT-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'lt' for xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/K-DayTimeDurationLT-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/K-DayTimeDurationLT-1.txt |
| K-DayTimeDurationLT-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'lt' for xs:dayTimeDuration, evaluating to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/K-DayTimeDurationLT-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/K-DayTimeDurationLT-2.txt |
| K-DayTimeDurationLT-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'lt' for xs:dayTimeDuration, evaluating to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/K-DayTimeDurationLT-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/K-DayTimeDurationLT-3.txt |
| K-DayTimeDurationLT-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'le' for xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/K-DayTimeDurationLT-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/K-DayTimeDurationLT-4.txt |
| K-DayTimeDurationLT-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'le' for xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/K-DayTimeDurationLT-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/K-DayTimeDurationLT-5.txt |
| K-DayTimeDurationLT-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'le' for xs:dayTimeDuration, evaluating to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/K-DayTimeDurationLT-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationLT/K-DayTimeDurationLT-6.txt |
| op-dayTimeDuration-greater-than2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-greater-than" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than2args-1.txt |
| op-dayTimeDuration-greater-than2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-greater-than" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(mid range) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than2args-2.txt |
| op-dayTimeDuration-greater-than2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-greater-than" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(upper bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than2args-3.txt |
| op-dayTimeDuration-greater-than2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-greater-than" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(mid range). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than2args-4.txt |
| op-dayTimeDuration-greater-than2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-greater-than" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(upper bound). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than2args-5.txt |
| op-dayTimeDuration-greater-than2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-greater-than" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than2args-6.txt |
| op-dayTimeDuration-greater-than2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-greater-than" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(mid range) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than2args-7.txt |
| op-dayTimeDuration-greater-than2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-greater-than" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(upper bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than2args-8.txt |
| op-dayTimeDuration-greater-than2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-greater-than" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(mid range). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than2args-9.txt |
| op-dayTimeDuration-greater-than2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-greater-than" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(upper bound). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than2args-10.txt |
| op-dayTimeDuration-greater-than-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-greater-than" operator that returns true and used together with the fn:not function (gt operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-3.txt |
| op-dayTimeDuration-greater-than-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-greater-than" operator that returns true and used together with the fn:not function (ge operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-4.txt |
| op-dayTimeDuration-greater-than-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-greater-than" operator that returns false and used together with the fn:not function (gt operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-5.txt |
| op-dayTimeDuration-greater-than-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-greater-than" operator that returns false and used together with the fn:not function (ge operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-6.txt |
| op-dayTimeDuration-greater-than-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-greater-than" operator used together with "and" expression (gt operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-7.txt |
| op-dayTimeDuration-greater-than-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-greater-than" operator used together with "and" expression (ge operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-8.txt |
| op-dayTimeDuration-greater-than-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-greater-than" operator used together with "or" expression (gt operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-9.txt |
| op-dayTimeDuration-greater-than-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-greater-than" operator used together with "or" expression (ge operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-10.txt |
| op-dayTimeDuration-greater-than-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-greater-than" operator used together with "or" expression and fn:true function (gt operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-11.txt |
| op-dayTimeDuration-greater-than-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-greater-than" operator used together with "or" expression and fn:true function (ge operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-12.txt |
| op-dayTimeDuration-greater-than-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-greater-than" operator used together with "or" expression and fn:false function (gt operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-13.txt |
| op-dayTimeDuration-greater-than-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-greater-than" operator used together with "or" expression and fn:false function (ge operator). | ||
| Spec Citations: | ||
| #func-dayTimeDuration-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/op-dayTimeDuration-greater-than-14.txt |
| K-DayTimeDurationGT-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'gt' for xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/K-DayTimeDurationGT-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/K-DayTimeDurationGT-1.txt |
| K-DayTimeDurationGT-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'gt' for xs:dayTimeDuration, evaluating to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/K-DayTimeDurationGT-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/K-DayTimeDurationGT-2.txt |
| K-DayTimeDurationGT-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'gt' for xs:dayTimeDuration, evaluating to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/K-DayTimeDurationGT-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/K-DayTimeDurationGT-3.txt |
| K-DayTimeDurationGT-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ge' for xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/K-DayTimeDurationGT-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/K-DayTimeDurationGT-4.txt |
| K-DayTimeDurationGT-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ge' for xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/K-DayTimeDurationGT-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/K-DayTimeDurationGT-5.txt |
| K-DayTimeDurationGT-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ge' for xs:dayTimeDuration, evaluating to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/K-DayTimeDurationGT-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationGT/K-DayTimeDurationGT-6.txt |
| op-duration-equal-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:duration-equal" operator as per example 1 from the functions and operators specs (for this operator). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-1.txt |
| op-duration-equal-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:duration-equal" operator as per example 2 from the functions and operators specs (for this operator). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-2.txt |
| op-duration-equal-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:duration-equal" operator as per example 2 from the functions and operators specs (for this operator). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-3.txt |
| op-duration-equal-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:duration-equal" operator with both operands set to "P1Y". Uses "eq" operator. | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-4.txt |
| op-duration-equal-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:duration-equal" operator with both operands set to "P1Y". Uses "ne" operator. | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-5.txt |
| op-duration-equal-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:duration-equal" operator with both operands set to "PT24H". Uses "eq" operator. | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-6.txt |
| op-duration-equal-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:duration-equal" operator with both operands set to "PT24H". Uses "ne" operator. | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-7.txt |
| op-duration-equal-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:duration-equal" operator with both operands set to "P12M". Uses "eq" operator. | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-8.txt |
| op-duration-equal-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:duration-equal" operator with both operands set to "P12M". Uses "ne" operator. | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-9.txt |
| op-duration-equal-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:duration-equal" operator with both operands set to "P365D". Uses "eq" operator. | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-10.txt |
| op-duration-equal-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:duration-equal" operator with both operands set to "P365D". Uses "ne" operator. | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-11.txt |
| op-duration-equal-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of duration-equal operator with both operands set to "P36D" and "P39D" (uses eq operator). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-12.txt |
| op-duration-equal-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of duration-equal operator with both operands set to "P36D" and "P39D" (uses ne operator). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-13.txt |
| op-duration-equal-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of duration-equal operator with both operands set to "P36D" and and used as argument to fn:not function (uses eq operator). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-14.txt |
| op-duration-equal-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of duration-equal operator with both operands set to "P36D" and and used as argument to fn:not function (uses ne operator). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-15.txt |
| op-duration-equal-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of duration-equal operator with both operands set to "P36D" and and used as argument to xs:boolean function (uses eq operator). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-16.txt |
| op-duration-equal-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of duration-equal operator with both operands set to "P36D" and and used as argument to xs:boolean function (uses ne operator). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-17.txt |
| op-duration-equal-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of duration-equal operator as part of a boolean expression with "and" operator and "fn:true" function (uses eq operator). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-18.txt |
| op-duration-equal-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of duration-equal operator as part of a boolean expression with "and" operator and "fn:true" function (uses ne operator). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-19.txt |
| op-duration-equal-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of duration-equal operator as part of a boolean expression with "or" operator and "fn:true" function (uses eq operator). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-20.txt |
| op-duration-equal-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of duration-equal operator as part of a boolean expression with "or" operator and "fn:true" function (uses ne operator). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-21.txt |
| op-duration-equal-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of duration-equal operator as part of a boolean expression with "and" operator and "fn:false" function (uses eq operator). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-22.txt |
| op-duration-equal-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of duration-equal operator as part of a boolean expression with "and" operator and "fn:false" function (uses ne operator). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-23.txt |
| op-duration-equal-24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of duration-equal operator as part of a boolean expression with "or" operator and "fn:false" function (uses eq operator). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-24.txt |
| op-duration-equal-25 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of duration-equal operator as part of a boolean expression with "or" operator and "fn:false" function (uses ne operator). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-25.txt |
| op-duration-equal-26 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of duration-equal operator as pe example 4 from the F and O specs for this operator. | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-26.txt |
| op-duration-equal-27 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of duration-equal operator as per example 5 from the F and O specs for this operator. | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-duration-equal-27.txt |
| op-yearMonthDuration-equal2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-equal" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-1.txt |
| op-yearMonthDuration-equal2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-equal" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(mid range) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-2.txt |
| op-yearMonthDuration-equal2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-equal" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(upper bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-3.txt |
| op-yearMonthDuration-equal2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-equal" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(mid range). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-4.txt |
| op-yearMonthDuration-equal2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-equal" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(upper bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-5.txt |
| op-yearMonthDuration-equal2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-equal" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-6.txt |
| op-yearMonthDuration-equal2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-equal" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(mid range) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-7.txt |
| op-yearMonthDuration-equal2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-equal" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(upper bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-8.txt |
| op-yearMonthDuration-equal2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-equal" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(mid range). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-9.txt |
| op-yearMonthDuration-equal2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-equal" operator with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(upper bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-10.txt |
| op-yearMonthDuration-equal2args-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-equal" operator (le) with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-11.txt |
| op-yearMonthDuration-equal2args-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-equal" operator (le) with the arguments set as follows: $arg1 = xs:yearMonthDuration(mid range) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-12.txt |
| op-yearMonthDuration-equal2args-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-equal" operator (le) with the arguments set as follows: $arg1 = xs:yearMonthDuration(upper bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-13.txt |
| op-yearMonthDuration-equal2args-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-equal" operator (le) with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(mid range). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-14.txt |
| op-yearMonthDuration-equal2args-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-equal" operator (le) with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(upper bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-15.txt |
| op-yearMonthDuration-equal2args-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-equal" operator (ge) with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-16.txt |
| op-yearMonthDuration-equal2args-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-equal" operator (ge) with the arguments set as follows: $arg1 = xs:yearMonthDuration(mid range) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-17.txt |
| op-yearMonthDuration-equal2args-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-equal" operator (ge) with the arguments set as follows: $arg1 = xs:yearMonthDuration(upper bound) $arg2 = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-18.txt |
| op-yearMonthDuration-equal2args-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-equal" operator (ge) with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(mid range). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-19.txt |
| op-yearMonthDuration-equal2args-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:yearMonthDuration-equal" operator (ge) with the arguments set as follows: $arg1 = xs:yearMonthDuration(lower bound) $arg2 = xs:yearMonthDuration(upper bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-yearMonthDuration-equal2args-20.txt |
| op-dayTimeDuration-equal2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-equal" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-1.txt |
| op-dayTimeDuration-equal2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-equal" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(mid range) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-2.txt |
| op-dayTimeDuration-equal2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-equal" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(upper bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-3.txt |
| op-dayTimeDuration-equal2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-equal" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(mid range). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-4.txt |
| op-dayTimeDuration-equal2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-equal" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(upper bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-5.txt |
| op-dayTimeDuration-equal2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-equal" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-6.txt |
| op-dayTimeDuration-equal2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-equal" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(mid range) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-7.txt |
| op-dayTimeDuration-equal2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-equal" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(upper bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-8.txt |
| op-dayTimeDuration-equal2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-equal" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(mid range). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-9.txt |
| op-dayTimeDuration-equal2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-equal" operator with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(upper bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-10.txt |
| op-dayTimeDuration-equal2args-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-equal" operator (le) with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-11.txt |
| op-dayTimeDuration-equal2args-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-equal" operator (le) with the arguments set as follows: $arg1 = xs:dayTimeDuration(mid range) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-12.txt |
| op-dayTimeDuration-equal2args-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-equal" operator (le) with the arguments set as follows: $arg1 = xs:dayTimeDuration(upper bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-13.txt |
| op-dayTimeDuration-equal2args-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-equal" operator (le) with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(mid range). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-14.txt |
| op-dayTimeDuration-equal2args-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-equal" operator (le) with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(upper bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-15.txt |
| op-dayTimeDuration-equal2args-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-equal" operator (ge) with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-16.txt |
| op-dayTimeDuration-equal2args-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-equal" operator (ge) with the arguments set as follows: $arg1 = xs:dayTimeDuration(mid range) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-17.txt |
| op-dayTimeDuration-equal2args-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-equal" operator (ge) with the arguments set as follows: $arg1 = xs:dayTimeDuration(upper bound) $arg2 = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-18.txt |
| op-dayTimeDuration-equal2args-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-equal" operator (ge) with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(mid range). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-19.txt |
| op-dayTimeDuration-equal2args-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dayTimeDuration-equal" operator (ge) with the arguments set as follows: $arg1 = xs:dayTimeDuration(lower bound) $arg2 = xs:dayTimeDuration(upper bound). | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/op-dayTimeDuration-equal2args-20.txt |
| distinct-duration-equal-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "yearMonthDuration" and "dayTimeDuration" data types with fn:distinct function given on example. | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/distinct-duration-equal-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/distinct-duration-equal-1.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/distinct-duration-equalalt-1.txt |
| distinct-duration-equal-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "yearMonthDuration" and "dayTimeDuration" data types with fn:distinct function given on example. | ||
| Spec Citations: | ||
| #func-duration-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/distinct-duration-equal-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/distinct-duration-equal-2.txt |
| K-DurationEQ-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:duration, returning positive. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-1.txt |
| K-DurationEQ-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Testing 'eq' involving xs:duration with two zeroed values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-2.txt |
| K-DurationEQ-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-3.txt |
| K-DurationEQ-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-4.txt |
| K-DurationEQ-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-5.txt |
| K-DurationEQ-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The xs:duration values P365D and P1Y are not equal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-6.txt |
| K-DurationEQ-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The xs:duration values P12M and P1Y are equal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-7.txt |
| K-DurationEQ-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The xs:duration values P1M and P31D are not equal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-8.txt |
| K-DurationEQ-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The xs:duration values -PT0S and PT0S are equal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-9.txt |
| K-DurationEQ-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The xs:duration values -P1Y3M4DT08H4M33S and P1Y3M4DT08H4M33S are not equal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-10.txt |
| K-DurationEQ-11 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'lt' operator is not available between xs:duration and xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-12 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'le' operator is not available between xs:duration and xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-13 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'gt' operator is not available between xs:duration and xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-14 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'ge' operator is not available between xs:duration and xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:dayTimeDuration with xs:duration on the left hand. Both values are zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-15.txt |
| K-DurationEQ-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:dayTimeDuration with xs:duration on the right hand. Both values are zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-16.txt |
| K-DurationEQ-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:yearMonthDuration with xs:duration on the right hand. Both values are zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-17.txt |
| K-DurationEQ-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:dayTimeDuration with xs:duration on the left hand. Both values are zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-18.txt |
| K-DurationEQ-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:yearMonthDuration with xs:dayTimeDuration on the right hand. Both values are zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-19.txt |
| K-DurationEQ-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:dayTimeDuration with xs:dayTimeDuration on the left hand. Both values are zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-20.txt |
| K-DurationEQ-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:dayTimeDuration with xs:duration on the left hand. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-21.txt |
| K-DurationEQ-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:dayTimeDuration with xs:duration on the right hand. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-22.txt |
| K-DurationEQ-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:dayTimeDuration with xs:duration on the left hand. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-23.txt |
| K-DurationEQ-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:dayTimeDuration with xs:duration on the left hand. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-24.txt |
| K-DurationEQ-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:yearMonthDuration with xs:dayTimeDuration on the left hand. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-25.txt |
| K-DurationEQ-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:dayTimeDuration with xs:yearMonthDuration on the right hand. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-26.txt |
| K-DurationEQ-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:yearMonthDuration with xs:duration on the right hand. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-27.txt |
| K-DurationEQ-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:dayTimeDuration with xs:duration on the left hand. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-28.txt |
| K-DurationEQ-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test comparing xs:duration and xs:yearMonthDuration stressing value representations are normalized properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-29.txt |
| K-DurationEQ-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test comparing xs:duration and xs:yearMonthDuration stressing value representations are normalized properly(with operand order switched). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-30.txt |
| K-DurationEQ-31 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test comparing xs:dayTimeDuration and xs:yearMonthDuration stressing value representations are normalized properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-31.txt |
| K-DurationEQ-32 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test comparing xs:dayTimeDuration and xs:yearMonthDuration stressing value representations are normalized properly(with operand order switched). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-32.txt |
| K-DurationEQ-33 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'ge' operator is not available between xs:duration and xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-34 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'gt' operator is not available between xs:duration and xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-35 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'lt' operator is not available between xs:duration and xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-36 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'le' operator is not available between xs:duration and xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-37 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'ge' operator is not available between xs:duration and xs:dayTimeDuration(reversed operand order). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-38 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'gt' operator is not available between xs:duration and xs:dayTimeDuration(reversed operand order). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-39 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'lt' operator is not available between xs:duration and xs:dayTimeDuration(reversed operand order). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-40 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'le' operator is not available between xs:duration and xs:dayTimeDuration(reversed operand order). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-41 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'ge' operator is not available between xs:yearMonthDuration and xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-42 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'gt' operator is not available between xs:yearMonthDuration and xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-43 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'lt' operator is not available between xs:yearMonthDuration and xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-44 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'le' operator is not available between xs:yearMonthDuration and xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-45 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'ge' operator is not available between xs:yearMonthDuration and xs:dayTimeDuration(reversed operand order). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-46 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'gt' operator is not available between xs:yearMonthDuration and xs:dayTimeDuration(reversed operand order). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-47 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'lt' operator is not available between xs:yearMonthDuration and xs:dayTimeDuration(reversed operand order). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-47.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-48 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'le' operator is not available between xs:yearMonthDuration and xs:dayTimeDuration(reversed operand order). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-48.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-49 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'ge' operator is not available between xs:yearMonthDuration and xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-49.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-50 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'gt' operator is not available between xs:yearMonthDuration and xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-50.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-51 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'lt' operator is not available between xs:yearMonthDuration and xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-51.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-52 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'le' operator is not available between xs:yearMonthDuration and xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-52.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-53 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'ge' operator is not available between xs:yearMonthDuration and xs:duration(reversed operand order). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-53.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-54 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'gt' operator is not available between xs:yearMonthDuration and xs:duration(reversed operand order). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-54.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-55 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'lt' operator is not available between xs:yearMonthDuration and xs:duration(reversed operand order). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-55.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-56 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'le' operator is not available between xs:yearMonthDuration and xs:duration(reversed operand order). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-56.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-57 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'ge' operator is not available between xs:yearMonthDuration and xs:duration(reversed operand order)(reversed operand order). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-57.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-58 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'gt' operator is not available between xs:yearMonthDuration and xs:duration(reversed operand order)(reversed operand order). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-58.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-59 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'lt' operator is not available between xs:yearMonthDuration and xs:duration(reversed operand order)(reversed operand order). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-59.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DurationEQ-60 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The 'le' operator is not available between xs:yearMonthDuration and xs:duration(reversed operand order)(reversed operand order). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DurationEQ/K-DurationEQ-60.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-dateTime-equal2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-equal" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-1.txt |
| op-dateTime-equal2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-equal" operator with the arguments set as follows: $arg1 = xs:dateTime(mid range) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-2.txt |
| op-dateTime-equal2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-equal" operator with the arguments set as follows: $arg1 = xs:dateTime(upper bound) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-3.txt |
| op-dateTime-equal2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-equal" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(mid range). | ||
| Spec Citations: | ||
| #func-dateTime-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-4.txt |
| op-dateTime-equal2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-equal" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(upper bound). | ||
| Spec Citations: | ||
| #func-dateTime-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-5.txt |
| op-dateTime-equal2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-equal" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-6.txt |
| op-dateTime-equal2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-equal" operator with the arguments set as follows: $arg1 = xs:dateTime(mid range) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-7.txt |
| op-dateTime-equal2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-equal" operator with the arguments set as follows: $arg1 = xs:dateTime(upper bound) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-8.txt |
| op-dateTime-equal2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-equal" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(mid range). | ||
| Spec Citations: | ||
| #func-dateTime-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-9.txt |
| op-dateTime-equal2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-equal" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(upper bound). | ||
| Spec Citations: | ||
| #func-dateTime-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-10.txt |
| op-dateTime-equal2args-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-equal" operator (le) with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-11.txt |
| op-dateTime-equal2args-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-equal" operator (le) with the arguments set as follows: $arg1 = xs:dateTime(mid range) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-12.txt |
| op-dateTime-equal2args-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-equal" operator (le) with the arguments set as follows: $arg1 = xs:dateTime(upper bound) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-13.txt |
| op-dateTime-equal2args-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-equal" operator (le) with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(mid range). | ||
| Spec Citations: | ||
| #func-dateTime-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-14.txt |
| op-dateTime-equal2args-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-equal" operator (le) with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(upper bound). | ||
| Spec Citations: | ||
| #func-dateTime-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-15.txt |
| op-dateTime-equal2args-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-equal" operator (ge) with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-16.txt |
| op-dateTime-equal2args-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-equal" operator (ge) with the arguments set as follows: $arg1 = xs:dateTime(mid range) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-17.txt |
| op-dateTime-equal2args-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-equal" operator (ge) with the arguments set as follows: $arg1 = xs:dateTime(upper bound) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-18.txt |
| op-dateTime-equal2args-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-equal" operator (ge) with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(mid range). | ||
| Spec Citations: | ||
| #func-dateTime-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-19.txt |
| op-dateTime-equal2args-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-equal" operator (ge) with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(upper bound). | ||
| Spec Citations: | ||
| #func-dateTime-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/op-dateTime-equal2args-20.txt |
| K-DateTimeEQ-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:dateTime, returning positive. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-1.txt |
| K-DateTimeEQ-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-2.txt |
| K-DateTimeEQ-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-3.txt |
| K-DateTimeEQ-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-4.txt |
| K-DateTimeEQ-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset -00:00 is equal to Z, in xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-5.txt |
| K-DateTimeEQ-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset +00:00 is equal to Z, in xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-6.txt |
| K-DateTimeEQ-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset Z is equal to Z, in xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-7.txt |
| K-DateTimeEQ-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset -00:00 is equal to +00:00, in xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-8.txt |
| K-DateTimeEQ-9 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'eq' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-10 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'ne' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-11 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'le' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-12 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'lt' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-13 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'ge' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-14 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'gt' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-15 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'eq' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-16 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'ne' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-17 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'le' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-18 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'lt' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-19 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'ge' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-20 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'gt' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-21 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'eq' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-22 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'ne' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-23 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'le' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-24 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'lt' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-25 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'ge' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-26 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'gt' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-27 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'eq' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-28 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'ne' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-29 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'le' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-30 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'lt' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-31 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'ge' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-DateTimeEQ-32 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'gt' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeEQ/K-DateTimeEQ-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-dateTime-less-than2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-less-than" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than2args-1.txt |
| op-dateTime-less-than2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-less-than" operator with the arguments set as follows: $arg1 = xs:dateTime(mid range) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than2args-2.txt |
| op-dateTime-less-than2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-less-than" operator with the arguments set as follows: $arg1 = xs:dateTime(upper bound) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than2args-3.txt |
| op-dateTime-less-than2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-less-than" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(mid range). | ||
| Spec Citations: | ||
| #func-dateTime-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than2args-4.txt |
| op-dateTime-less-than2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-less-than" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(upper bound). | ||
| Spec Citations: | ||
| #func-dateTime-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than2args-5.txt |
| op-dateTime-less-than2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-less-than" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than2args-6.txt |
| op-dateTime-less-than2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-less-than" operator with the arguments set as follows: $arg1 = xs:dateTime(mid range) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than2args-7.txt |
| op-dateTime-less-than2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-less-than" operator with the arguments set as follows: $arg1 = xs:dateTime(upper bound) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than2args-8.txt |
| op-dateTime-less-than2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-less-than" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(mid range). | ||
| Spec Citations: | ||
| #func-dateTime-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than2args-9.txt |
| op-dateTime-less-than2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-less-than" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(upper bound). | ||
| Spec Citations: | ||
| #func-dateTime-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than2args-10.txt |
| op-dateTime-less-than-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-less-than" operator that returns true and used together with the fn:not function (lt operator). | ||
| Spec Citations: | ||
| #func-dateTime-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-3.txt |
| op-dateTime-less-than-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-less-than" operator that returns true and used together with the fn:not function (le operator). | ||
| Spec Citations: | ||
| #func-dateTime-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-4.txt |
| op-dateTime-less-than-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-less-than" operator that returns false and used together with the fn:not function (lt operator). | ||
| Spec Citations: | ||
| #func-dateTime-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-5.txt |
| op-dateTime-less-than-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-less-than" operator that returns false and used together with the fn:not function (le operator). | ||
| Spec Citations: | ||
| #func-dateTime-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-6.txt |
| op-dateTime-less-than-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-less-than" operator used together with "and" expression (lt operator). | ||
| Spec Citations: | ||
| #func-dateTime-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-7.txt |
| op-dateTime-less-than-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-less-than" operator used together with "and" expression (le operator). | ||
| Spec Citations: | ||
| #func-dateTime-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-8.txt |
| op-dateTime-less-than-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-less-than" operator used together with "or" expression (lt operator). | ||
| Spec Citations: | ||
| #func-dateTime-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-9.txt |
| op-dateTime-less-than-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-less-than" operator used together with "or" expression (le operator). | ||
| Spec Citations: | ||
| #func-dateTime-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-10.txt |
| op-dateTime-less-than-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-less-than" operator used together with "or" expression and fn:true function (lt operator). | ||
| Spec Citations: | ||
| #func-dateTime-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-11.txt |
| op-dateTime-less-than-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-less-than" operator used together with "or" expression and fn:true function (le operator). | ||
| Spec Citations: | ||
| #func-dateTime-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-12.txt |
| op-dateTime-less-than-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-less-than" operator used together with "or" expression and fn:false function (lt operator). | ||
| Spec Citations: | ||
| #func-dateTime-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-13.txt |
| op-dateTime-less-than-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-less-than" operator used together with "or" expression and fn:false function (le operator). | ||
| Spec Citations: | ||
| #func-dateTime-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/op-dateTime-less-than-14.txt |
| K-DateTimeLT-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'lt' for xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/K-DateTimeLT-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/K-DateTimeLT-1.txt |
| K-DateTimeLT-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'lt' for xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/K-DateTimeLT-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/K-DateTimeLT-2.txt |
| K-DateTimeLT-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'lt' for xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/K-DateTimeLT-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/K-DateTimeLT-3.txt |
| K-DateTimeLT-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'le' for xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/K-DateTimeLT-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/K-DateTimeLT-4.txt |
| K-DateTimeLT-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'le' for xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/K-DateTimeLT-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/K-DateTimeLT-5.txt |
| K-DateTimeLT-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'le' for xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/K-DateTimeLT-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeLT/K-DateTimeLT-6.txt |
| op-dateTime-greater-than2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-greater-than" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than2args-1.txt |
| op-dateTime-greater-than2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-greater-than" operator with the arguments set as follows: $arg1 = xs:dateTime(mid range) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than2args-2.txt |
| op-dateTime-greater-than2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-greater-than" operator with the arguments set as follows: $arg1 = xs:dateTime(upper bound) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than2args-3.txt |
| op-dateTime-greater-than2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-greater-than" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(mid range). | ||
| Spec Citations: | ||
| #func-dateTime-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than2args-4.txt |
| op-dateTime-greater-than2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-greater-than" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(upper bound). | ||
| Spec Citations: | ||
| #func-dateTime-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than2args-5.txt |
| op-dateTime-greater-than2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-greater-than" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than2args-6.txt |
| op-dateTime-greater-than2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-greater-than" operator with the arguments set as follows: $arg1 = xs:dateTime(mid range) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than2args-7.txt |
| op-dateTime-greater-than2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-greater-than" operator with the arguments set as follows: $arg1 = xs:dateTime(upper bound) $arg2 = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-dateTime-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than2args-8.txt |
| op-dateTime-greater-than2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-greater-than" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(mid range). | ||
| Spec Citations: | ||
| #func-dateTime-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than2args-9.txt |
| op-dateTime-greater-than2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-greater-than" operator with the arguments set as follows: $arg1 = xs:dateTime(lower bound) $arg2 = xs:dateTime(upper bound). | ||
| Spec Citations: | ||
| #func-dateTime-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than2args-10.txt |
| op-dateTime-greater-than-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-greater-than" operator that returns true and used together with the fn:not function (gt operator). | ||
| Spec Citations: | ||
| #func-dateTime-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-3.txt |
| op-dateTime-greater-than-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-greater-than" operator that returns true and used together with the fn:not function (ge operator). | ||
| Spec Citations: | ||
| #func-dateTime-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-4.txt |
| op-dateTime-greater-than-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-greater-than" operator that returns false and used together with the fn:not function (gt operator). | ||
| Spec Citations: | ||
| #func-dateTime-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-5.txt |
| op-dateTime-greater-than-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-greater-than" operator that returns false and used together with the fn:not function (ge operator). | ||
| Spec Citations: | ||
| #func-dateTime-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-6.txt |
| op-dateTime-greater-than-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-greater-than" operator used together with "and" expression (gt operator). | ||
| Spec Citations: | ||
| #func-dateTime-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-7.txt |
| op-dateTime-greater-than-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-greater-than" operator used together with "and" expression (ge operator). | ||
| Spec Citations: | ||
| #func-dateTime-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-8.txt |
| op-dateTime-greater-than-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-greater-than" operator used together with "or" expression (gt operator). | ||
| Spec Citations: | ||
| #func-dateTime-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-9.txt |
| op-dateTime-greater-than-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-greater-than" operator used together with "or" expression (ge operator). | ||
| Spec Citations: | ||
| #func-dateTime-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-10.txt |
| op-dateTime-greater-than-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-greater-than" operator used together with "or" expression and fn:true function (gt operator). | ||
| Spec Citations: | ||
| #func-dateTime-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-11.txt |
| op-dateTime-greater-than-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-greater-than" operator used together with "or" expression and fn:true function (ge operator). | ||
| Spec Citations: | ||
| #func-dateTime-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-12.txt |
| op-dateTime-greater-than-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-greater-than" operator used together with "or" expression and fn:false function (gt operator). | ||
| Spec Citations: | ||
| #func-dateTime-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-13.txt |
| op-dateTime-greater-than-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:dateTime-greater-than" operator used together with "or" expression and fn:false function (ge operator). | ||
| Spec Citations: | ||
| #func-dateTime-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/op-dateTime-greater-than-14.txt |
| K-DateTimeGT-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'gt' for xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/K-DateTimeGT-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/K-DateTimeGT-1.txt |
| K-DateTimeGT-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'gt' for xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/K-DateTimeGT-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/K-DateTimeGT-2.txt |
| K-DateTimeGT-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'gt' for xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/K-DateTimeGT-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/K-DateTimeGT-3.txt |
| K-DateTimeGT-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ge' for xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/K-DateTimeGT-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/K-DateTimeGT-4.txt |
| K-DateTimeGT-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ge' for xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/K-DateTimeGT-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/K-DateTimeGT-5.txt |
| K-DateTimeGT-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ge' for xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/K-DateTimeGT-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateTimeGT/K-DateTimeGT-6.txt |
| op-date-equal2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-equal" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-1.txt |
| op-date-equal2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-equal" operator with the arguments set as follows: $arg1 = xs:date(mid range) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-2.txt |
| op-date-equal2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-equal" operator with the arguments set as follows: $arg1 = xs:date(upper bound) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-3.txt |
| op-date-equal2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-equal" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(mid range). | ||
| Spec Citations: | ||
| #func-date-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-4.txt |
| op-date-equal2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-equal" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(upper bound). | ||
| Spec Citations: | ||
| #func-date-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-5.txt |
| op-date-equal2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-equal" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-6.txt |
| op-date-equal2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-equal" operator with the arguments set as follows: $arg1 = xs:date(mid range) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-7.txt |
| op-date-equal2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-equal" operator with the arguments set as follows: $arg1 = xs:date(upper bound) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-8.txt |
| op-date-equal2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-equal" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(mid range). | ||
| Spec Citations: | ||
| #func-date-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-9.txt |
| op-date-equal2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-equal" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(upper bound). | ||
| Spec Citations: | ||
| #func-date-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-10.txt |
| op-date-equal2args-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-equal" operator(le) with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-11.txt |
| op-date-equal2args-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-equal" operator (le) with the arguments set as follows: $arg1 = xs:date(mid range) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-12.txt |
| op-date-equal2args-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-equal" operator (le) with the arguments set as follows: $arg1 = xs:date(upper bound) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-13.txt |
| op-date-equal2args-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-equal" operator (le) with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(mid range). | ||
| Spec Citations: | ||
| #func-date-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-14.txt |
| op-date-equal2args-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-equal" operator (le) with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(upper bound). | ||
| Spec Citations: | ||
| #func-date-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-15.txt |
| op-date-equal2args-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-equal" operator (ge) with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-16.txt |
| op-date-equal2args-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-equal" operator (ge) with the arguments set as follows: $arg1 = xs:date(mid range) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-17.txt |
| op-date-equal2args-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-equal" operator (ge) with the arguments set as follows: $arg1 = xs:date(upper bound) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-18.txt |
| op-date-equal2args-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-equal" operator (ge) with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(mid range). | ||
| Spec Citations: | ||
| #func-date-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-19.txt |
| op-date-equal2args-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-equal" operator (ge) with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(upper bound). | ||
| Spec Citations: | ||
| #func-date-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/op-date-equal2args-20.txt |
| K-DateEQ-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:date, returning positive. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/K-DateEQ-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/K-DateEQ-1.txt |
| K-DateEQ-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/K-DateEQ-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/K-DateEQ-2.txt |
| K-DateEQ-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/K-DateEQ-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/K-DateEQ-3.txt |
| K-DateEQ-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/K-DateEQ-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/K-DateEQ-4.txt |
| K-DateEQ-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset -00:00 is equal to Z, in xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/K-DateEQ-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/K-DateEQ-5.txt |
| K-DateEQ-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset +00:00 is equal to Z, in xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/K-DateEQ-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/K-DateEQ-6.txt |
| K-DateEQ-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset Z is equal to Z, in xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/K-DateEQ-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/K-DateEQ-7.txt |
| K-DateEQ-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset -00:00 is equal to +00:00, in xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/K-DateEQ-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateEQ/K-DateEQ-8.txt |
| op-date-less-than2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than2args-1.txt |
| op-date-less-than2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator with the arguments set as follows: $arg1 = xs:date(mid range) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than2args-2.txt |
| op-date-less-than2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator with the arguments set as follows: $arg1 = xs:date(upper bound) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than2args-3.txt |
| op-date-less-than2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(mid range). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than2args-4.txt |
| op-date-less-than2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(upper bound). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than2args-5.txt |
| op-date-less-than2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than2args-6.txt |
| op-date-less-than2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator with the arguments set as follows: $arg1 = xs:date(mid range) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than2args-7.txt |
| op-date-less-than2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator with the arguments set as follows: $arg1 = xs:date(upper bound) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than2args-8.txt |
| op-date-less-than2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(mid range). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than2args-9.txt |
| op-date-less-than2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(upper bound). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than2args-10.txt |
| op-date-less-than-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator as per example 1 for this operator from the F and O specs (lt operator). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-1.txt |
| op-date-less-than-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator as per example 2 for this operator from the F and O specs (le operator). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-2.txt |
| op-date-less-than-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator that returns true and used together with the fn:not function (lt operator). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-3.txt |
| op-date-less-than-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator that returns true and used together with the fn:not function (le operator). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-4.txt |
| op-date-less-than-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator that returns false and used together with the fn:not function (lt operator). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-5.txt |
| op-date-less-than-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator that returns false and used together with the fn:not function (le operator). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-6.txt |
| op-date-less-than-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator used together with "and" expression (lt operator). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-7.txt |
| op-date-less-than-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator used together with "and" expression (le operator). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-8.txt |
| op-date-less-than-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator used together with "or" expression (lt operator). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-9.txt |
| op-date-less-than-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator used together with "or" expression (le operator). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-10.txt |
| op-date-less-than-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator used together with "or" expression and fn:true function (lt operator). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-11.txt |
| op-date-less-than-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator used together with "or" expression and fn:true function (le operator). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-12.txt |
| op-date-less-than-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator used together with "or" expression and fn:false function (lt operator). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-13.txt |
| op-date-less-than-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-less-than" operator used together with "or" expression and fn:false function (le operator). | ||
| Spec Citations: | ||
| #func-date-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/op-date-less-than-14.txt |
| K-DateLT-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'lt' for xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/K-DateLT-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/K-DateLT-1.txt |
| K-DateLT-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'lt' for xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/K-DateLT-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/K-DateLT-2.txt |
| K-DateLT-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'lt' for xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/K-DateLT-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/K-DateLT-3.txt |
| K-DateLT-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'le' for xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/K-DateLT-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/K-DateLT-4.txt |
| K-DateLT-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'le' for xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/K-DateLT-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/K-DateLT-5.txt |
| K-DateLT-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'le' for xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/K-DateLT-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateLT/K-DateLT-6.txt |
| op-date-greater-than2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than2args-1.txt |
| op-date-greater-than2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator with the arguments set as follows: $arg1 = xs:date(mid range) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than2args-2.txt |
| op-date-greater-than2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator with the arguments set as follows: $arg1 = xs:date(upper bound) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than2args-3.txt |
| op-date-greater-than2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(mid range). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than2args-4.txt |
| op-date-greater-than2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(upper bound). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than2args-5.txt |
| op-date-greater-than2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than2args-6.txt |
| op-date-greater-than2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator with the arguments set as follows: $arg1 = xs:date(mid range) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than2args-7.txt |
| op-date-greater-than2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator with the arguments set as follows: $arg1 = xs:date(upper bound) $arg2 = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than2args-8.txt |
| op-date-greater-than2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(mid range). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than2args-9.txt |
| op-date-greater-than2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator with the arguments set as follows: $arg1 = xs:date(lower bound) $arg2 = xs:date(upper bound). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than2args-10.txt |
| op-date-greater-than-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator as per example 1 for this operator from the F and O specs (gt operator). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-1.txt |
| op-date-greater-than-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator as per example 2 for this operator from the F and O specs (ge operator). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-2.txt |
| op-date-greater-than-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator that returns true and used together with the fn:not function (gt operator). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-3.txt |
| op-date-greater-than-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator that returns true and used together with the fn:not function (ge operator). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-4.txt |
| op-date-greater-than-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator that returns false and used together with the fn:not function (gt operator). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-5.txt |
| op-date-greater-than-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator that returns false and used together with the fn:not function (ge operator). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-6.txt |
| op-date-greater-than-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator used together with "and" expression (gt operator). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-7.txt |
| op-date-greater-than-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator used together with "and" expression (ge operator). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-8.txt |
| op-date-greater-than-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator used together with "or" expression (gt operator). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-9.txt |
| op-date-greater-than-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator used together with "or" expression (ge operator). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-10.txt |
| op-date-greater-than-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator used together with "or" expression and fn:true function (gt operator). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-11.txt |
| op-date-greater-than-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator used together with "or" expression and fn:true function (ge operator). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-12.txt |
| op-date-greater-than-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator used together with "or" expression and fn:false function (gt operator). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-13.txt |
| op-date-greater-than-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:date-greater-than" operator used together with "or" expression and fn:false function (ge operator). | ||
| Spec Citations: | ||
| #func-date-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/op-date-greater-than-14.txt |
| K-DateGT-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'gt' for xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/K-DateGT-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/K-DateGT-1.txt |
| K-DateGT-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'gt' for xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/K-DateGT-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/K-DateGT-2.txt |
| K-DateGT-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'gt' for xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/K-DateGT-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/K-DateGT-3.txt |
| K-DateGT-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ge' for xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/K-DateGT-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/K-DateGT-4.txt |
| K-DateGT-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ge' for xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/K-DateGT-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/K-DateGT-5.txt |
| K-DateGT-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ge' for xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/K-DateGT-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DateGT/K-DateGT-6.txt |
| op-time-equal2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-equal" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-1.txt |
| op-time-equal2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-equal" operator with the arguments set as follows: $arg1 = xs:time(mid range) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-2.txt |
| op-time-equal2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-equal" operator with the arguments set as follows: $arg1 = xs:time(upper bound) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-3.txt |
| op-time-equal2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-equal" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(mid range). | ||
| Spec Citations: | ||
| #func-time-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-4.txt |
| op-time-equal2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-equal" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(upper bound). | ||
| Spec Citations: | ||
| #func-time-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-5.txt |
| op-time-equal2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-equal" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-6.txt |
| op-time-equal2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-equal" operator with the arguments set as follows: $arg1 = xs:time(mid range) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-7.txt |
| op-time-equal2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-equal" operator with the arguments set as follows: $arg1 = xs:time(upper bound) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-8.txt |
| op-time-equal2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-equal" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(mid range). | ||
| Spec Citations: | ||
| #func-time-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-9.txt |
| op-time-equal2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-equal" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(upper bound). | ||
| Spec Citations: | ||
| #func-time-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-10.txt |
| op-time-equal2args-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-equal" operator (le) with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-11.txt |
| op-time-equal2args-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-equal" operator (le) with the arguments set as follows: $arg1 = xs:time(mid range) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-12.txt |
| op-time-equal2args-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-equal" operator (le) with the arguments set as follows: $arg1 = xs:time(upper bound) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-13.txt |
| op-time-equal2args-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-equal" operator (le) with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(mid range). | ||
| Spec Citations: | ||
| #func-time-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-14.txt |
| op-time-equal2args-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-equal" operator (le) with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(upper bound). | ||
| Spec Citations: | ||
| #func-time-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-15.txt |
| op-time-equal2args-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-equal" operator (ge) with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-16.txt |
| op-time-equal2args-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-equal" operator (ge) with the arguments set as follows: $arg1 = xs:time(mid range) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-17.txt |
| op-time-equal2args-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-equal" operator (ge) with the arguments set as follows: $arg1 = xs:time(upper bound) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-18.txt |
| op-time-equal2args-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-equal" operator (ge) with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(mid range). | ||
| Spec Citations: | ||
| #func-time-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-19.txt |
| op-time-equal2args-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-equal" operator (ge) with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(upper bound). | ||
| Spec Citations: | ||
| #func-time-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/op-time-equal2args-20.txt |
| K-TimeEQ-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:time, returning positive. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-1.txt |
| K-TimeEQ-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-2.txt |
| K-TimeEQ-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-3.txt |
| K-TimeEQ-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-4.txt |
| K-TimeEQ-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset -00:00 is equal to Z, in xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-5.txt |
| K-TimeEQ-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset +00:00 is equal to Z, in xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-6.txt |
| K-TimeEQ-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset Z is equal to Z, in xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-7.txt |
| K-TimeEQ-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset -00:00 is equal to +00:00, in xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-8.txt |
| K-TimeEQ-9 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'eq' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-TimeEQ-10 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'ne' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-TimeEQ-11 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'le' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-TimeEQ-12 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'lt' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-TimeEQ-13 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'ge' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-TimeEQ-14 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'gt' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-TimeEQ-15 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'eq' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-TimeEQ-16 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'ne' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-TimeEQ-17 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'le' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-TimeEQ-18 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'lt' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-TimeEQ-19 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'ge' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-TimeEQ-20 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The operator 'gt' is not available between xs:dateTime and xs:date . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeEQ/K-TimeEQ-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| op-time-less-than2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than2args-1.txt |
| op-time-less-than2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator with the arguments set as follows: $arg1 = xs:time(mid range) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than2args-2.txt |
| op-time-less-than2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator with the arguments set as follows: $arg1 = xs:time(upper bound) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than2args-3.txt |
| op-time-less-than2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(mid range). | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than2args-4.txt |
| op-time-less-than2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(upper bound). | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than2args-5.txt |
| op-time-less-than2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than2args-6.txt |
| op-time-less-than2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator with the arguments set as follows: $arg1 = xs:time(mid range) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than2args-7.txt |
| op-time-less-than2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator with the arguments set as follows: $arg1 = xs:time(upper bound) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than2args-8.txt |
| op-time-less-than2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(mid range). | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than2args-9.txt |
| op-time-less-than2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(upper bound). | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than2args-10.txt |
| op-time-less-than-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator as per example 1 for this operator from the F and O specs. | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-1.txt |
| op-time-less-than-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator as per example 2 for this operator from the F and O specs. | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-2.txt |
| op-time-less-than-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator that returns true and used together with the fn:not function (lt operator). | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-3.txt |
| op-time-less-than-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator that returns true and used together with the fn:not function (le operator). | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-4.txt |
| op-time-less-than-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator that returns false and used together with the fn:not function (lt operator). | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-5.txt |
| op-time-less-than-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator that returns false and used together with the fn:not function (le operator). | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-6.txt |
| op-time-less-than-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator used together with "and" expression (lt operator). | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-7.txt |
| op-time-less-than-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator used together with "and" expression (le operator). | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-8.txt |
| op-time-less-than-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator used together with "or" expression (lt operator). | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-9.txt |
| op-time-less-than-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator used together with "or" expression (le operator). | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-10.txt |
| op-time-less-than-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator used together with "or" expression and fn:true function (lt operator). | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-11.txt |
| op-time-less-than-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator used together with "or" expression and fn:true function (le operator). | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-12.txt |
| op-time-less-than-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator used together with "or" expression and fn:false function (lt operator). | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-13.txt |
| op-time-less-than-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-less-than" operator used together with "or" expression and fn:false function (le operator). | ||
| Spec Citations: | ||
| #func-time-less-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/op-time-less-than-14.txt |
| K-TimeLT-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'gt' for xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/K-TimeLT-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/K-TimeLT-1.txt |
| K-TimeLT-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'gt' for xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/K-TimeLT-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/K-TimeLT-2.txt |
| K-TimeLT-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'gt' for xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/K-TimeLT-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/K-TimeLT-3.txt |
| K-TimeLT-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ge' for xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/K-TimeLT-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/K-TimeLT-4.txt |
| K-TimeLT-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ge' for xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/K-TimeLT-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/K-TimeLT-5.txt |
| K-TimeLT-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ge' for xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/K-TimeLT-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeLT/K-TimeLT-6.txt |
| op-time-greater-than2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than2args-1.txt |
| op-time-greater-than2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator with the arguments set as follows: $arg1 = xs:time(mid range) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than2args-2.txt |
| op-time-greater-than2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator with the arguments set as follows: $arg1 = xs:time(upper bound) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than2args-3.txt |
| op-time-greater-than2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(mid range). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than2args-4.txt |
| op-time-greater-than2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(upper bound). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than2args-5.txt |
| op-time-greater-than2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than2args-6.txt |
| op-time-greater-than2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator with the arguments set as follows: $arg1 = xs:time(mid range) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than2args-7.txt |
| op-time-greater-than2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator with the arguments set as follows: $arg1 = xs:time(upper bound) $arg2 = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than2args-8.txt |
| op-time-greater-than2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(mid range). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than2args-9.txt |
| op-time-greater-than2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator with the arguments set as follows: $arg1 = xs:time(lower bound) $arg2 = xs:time(upper bound). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than2args-10.txt |
| op-time-greater-than-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator as per example 1 for this operator from the F and O specs (gt operator). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-1.txt |
| op-time-greater-than-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator as per example 1 for this operator from the F and O specs (ge operator). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-2.txt |
| op-time-greater-than-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator that returns true and used together with the fn:not function (gt operator). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-3.txt |
| op-time-greater-than-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator that returns true and used together with the fn:not function (ge operator). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-4.txt |
| op-time-greater-than-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator that returns false and used together with the fn:not function (gt operator). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-5.txt |
| op-time-greater-than-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator that returns false and used together with the fn:not function (ge operator). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-6.txt |
| op-time-greater-than-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator used together with "and" expression (gt operator). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-7.txt |
| op-time-greater-than-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator used together with "and" expression (ge operator). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-8.txt |
| op-time-greater-than-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator used together with "or" expression (gt operator). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-9.txt |
| op-time-greater-than-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator used together with "or" expression (ge operator). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-10.txt |
| op-time-greater-than-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator used together with "or" expression and fn:true function (gt operator). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-11.txt |
| op-time-greater-than-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator used together with "or" expression and fn:true function (ge operator). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-12.txt |
| op-time-greater-than-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator used together with "or" expression and fn:false function (gt operator). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-13.txt |
| op-time-greater-than-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:time-greater-than" operator used together with "or" expression and fn:false function (ge operator). | ||
| Spec Citations: | ||
| #func-time-greater-than | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/op-time-greater-than-14.txt |
| K-TimeGT-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'lt' for xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/K-TimeGT-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/K-TimeGT-1.txt |
| K-TimeGT-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'lt' for xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/K-TimeGT-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/K-TimeGT-2.txt |
| K-TimeGT-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'lt' for xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/K-TimeGT-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/K-TimeGT-3.txt |
| K-TimeGT-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'le' for xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/K-TimeGT-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/K-TimeGT-4.txt |
| K-TimeGT-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'le' for xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/K-TimeGT-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/K-TimeGT-5.txt |
| K-TimeGT-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'le' for xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/K-TimeGT-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/TimeGT/K-TimeGT-6.txt |
| op-gYearMonth-equal2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator with the arguments set as follows: $arg1 = xs:gYearMonth(lower bound) $arg2 = xs:gYearMonth(lower bound). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equal2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equal2args-1.txt |
| op-gYearMonth-equal2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator with the arguments set as follows: $arg1 = xs:gYearMonth(mid range) $arg2 = xs:gYearMonth(lower bound). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equal2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equal2args-2.txt |
| op-gYearMonth-equal2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator with the arguments set as follows: $arg1 = xs:gYearMonth(upper bound) $arg2 = xs:gYearMonth(lower bound). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equal2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equal2args-3.txt |
| op-gYearMonth-equal2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator with the arguments set as follows: $arg1 = xs:gYearMonth(lower bound) $arg2 = xs:gYearMonth(mid range). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equal2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equal2args-4.txt |
| op-gYearMonth-equal2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator with the arguments set as follows: $arg1 = xs:gYearMonth(lower bound) $arg2 = xs:gYearMonth(upper bound). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equal2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equal2args-5.txt |
| op-gYearMonth-equal2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator with the arguments set as follows: $arg1 = xs:gYearMonth(lower bound) $arg2 = xs:gYearMonth(lower bound). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equal2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equal2args-6.txt |
| op-gYearMonth-equal2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator with the arguments set as follows: $arg1 = xs:gYearMonth(mid range) $arg2 = xs:gYearMonth(lower bound). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equal2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equal2args-7.txt |
| op-gYearMonth-equal2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator with the arguments set as follows: $arg1 = xs:gYearMonth(upper bound) $arg2 = xs:gYearMonth(lower bound). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equal2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equal2args-8.txt |
| op-gYearMonth-equal2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator with the arguments set as follows: $arg1 = xs:gYearMonth(lower bound) $arg2 = xs:gYearMonth(mid range). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equal2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equal2args-9.txt |
| op-gYearMonth-equal2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator with the arguments set as follows: $arg1 = xs:gYearMonth(lower bound) $arg2 = xs:gYearMonth(upper bound). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equal2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equal2args-10.txt |
| op-gYearMonth-equalNew-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator as per example 1 for this operator from the F and O specs (eq operator). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-1.txt |
| op-gYearMonth-equalNew-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator as per example 2 for this operator from the F and O specs (eq operator). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-2.txt |
| op-gYearMonth-equalNew-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator that returns true and used together with the fn:not function (eq operator). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-3.txt |
| op-gYearMonth-equalNew-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator that returns true and used together with the fn:not function (ne operator). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-4.txt |
| op-gYearMonth-equalNew-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator that returns false and used together with the fn:not function (eq operator). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-5.txt |
| op-gYearMonth-equalNew-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator that returns false and used together with the fn:not function (ne operator). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-6.txt |
| op-gYearMonth-equalNew-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator used together with "and" expression (eq operator). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-7.txt |
| op-gYearMonth-equalNew-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator used together with "and" expression (ne operator). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-8.txt |
| op-gYearMonth-equalNew-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator used together with "or" expression (eq operator). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-9.txt |
| op-gYearMonth-equalNew-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator used together with "or" expression (ne operator). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-10.txt |
| op-gYearMonth-equalNew-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator used together with "or" expression and fn:true function (eq operator). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-11.txt |
| op-gYearMonth-equalNew-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator used together with "or" expression and fn:true function (ne operator). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-12.txt |
| op-gYearMonth-equalNew-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator used together with "or" expression and fn:false function (eq operator). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-13.txt |
| op-gYearMonth-equalNew-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYearMonth-equal" operator used together with "or" expression and fn:false function (ne operator). | ||
| Spec Citations: | ||
| #func-gYearMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/op-gYearMonth-equalNew-14.txt |
| K-gYearMonthEQ-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:gYearMonth, returning positive. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/K-gYearMonthEQ-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/K-gYearMonthEQ-1.txt |
| K-gYearMonthEQ-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:gYearMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/K-gYearMonthEQ-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/K-gYearMonthEQ-2.txt |
| K-gYearMonthEQ-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:gYearMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/K-gYearMonthEQ-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/K-gYearMonthEQ-3.txt |
| K-gYearMonthEQ-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:gYearMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/K-gYearMonthEQ-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/K-gYearMonthEQ-4.txt |
| K-gYearMonthEQ-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset -00:00 is equal to Z, in xs:gYearMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/K-gYearMonthEQ-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/K-gYearMonthEQ-5.txt |
| K-gYearMonthEQ-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset +00:00 is equal to Z, in xs:gYearMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/K-gYearMonthEQ-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/K-gYearMonthEQ-6.txt |
| K-gYearMonthEQ-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset Z is equal to Z, in xs:gYearMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/K-gYearMonthEQ-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/K-gYearMonthEQ-7.txt |
| K-gYearMonthEQ-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset -00:00 is equal to +00:00, in xs:gYearMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/K-gYearMonthEQ-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearMonthEQ/K-gYearMonthEQ-8.txt |
| op-gYear-equal2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator with the arguments set as follows: $arg1 = xs:gYear(lower bound) $arg2 = xs:gYear(lower bound). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal2args-1.txt |
| op-gYear-equal2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator with the arguments set as follows: $arg1 = xs:gYear(mid range) $arg2 = xs:gYear(lower bound). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal2args-2.txt |
| op-gYear-equal2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator with the arguments set as follows: $arg1 = xs:gYear(upper bound) $arg2 = xs:gYear(lower bound). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal2args-3.txt |
| op-gYear-equal2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator with the arguments set as follows: $arg1 = xs:gYear(lower bound) $arg2 = xs:gYear(mid range). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal2args-4.txt |
| op-gYear-equal2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator with the arguments set as follows: $arg1 = xs:gYear(lower bound) $arg2 = xs:gYear(upper bound). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal2args-5.txt |
| op-gYear-equal2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator with the arguments set as follows: $arg1 = xs:gYear(lower bound) $arg2 = xs:gYear(lower bound). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal2args-6.txt |
| op-gYear-equal2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator with the arguments set as follows: $arg1 = xs:gYear(mid range) $arg2 = xs:gYear(lower bound). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal2args-7.txt |
| op-gYear-equal2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator with the arguments set as follows: $arg1 = xs:gYear(upper bound) $arg2 = xs:gYear(lower bound). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal2args-8.txt |
| op-gYear-equal2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator with the arguments set as follows: $arg1 = xs:gYear(lower bound) $arg2 = xs:gYear(mid range). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal2args-9.txt |
| op-gYear-equal2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator with the arguments set as follows: $arg1 = xs:gYear(lower bound) $arg2 = xs:gYear(upper bound). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal2args-10.txt |
| op-gYear-equal-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator as per example 1 for this operator from the F and O specs (eq operator). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal-1.txt |
| op-gYear-equal-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator as per example 2 for this operator from the F and O specs (eq operator). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal-2.txt |
| op-gYear-equalNew-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator that returns true and used together with the fn:not function (eq operator). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equalNew-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equalNew-3.txt |
| op-gYear-equalNew-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator that returns true and used together with the fn:not function (ne operator). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equalNew-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equalNew-4.txt |
| op-gYear-equal-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator that returns false and used together with the fn:not function (eq operator). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal-5.txt |
| op-gYear-equalNew-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator that returns false and used together with the fn:not function (ne operator). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equalNew-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equalNew-6.txt |
| op-gYear-equalNew-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator used together with "and" expression (eq operator). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equalNew-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equalNew-7.txt |
| op-gYear-equal-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator used together with "and" expression (ne operator). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal-8.txt |
| op-gYear-equalNew-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator used together with "or" expression (eq operator). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equalNew-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equalNew-9.txt |
| op-gYear-equal-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator used together with "or" expression (ne operator). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal-10.txt |
| op-gYear-equal-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator used together with "or" expression and fn:true function (eq operator). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal-11.txt |
| op-gYear-equalNew-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator used together with "or" expression and fn:true function (ne operator). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equalNew-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equalNew-12.txt |
| op-gYear-equal-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator used together with "or" expression and fn:false function (eq operator). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal-13.txt |
| op-gYear-equal-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gYear-equal" operator used together with "or" expression and fn:false function (ne operator). | ||
| Spec Citations: | ||
| #func-gYear-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/op-gYear-equal-14.txt |
| K-gYearEQ-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:gYear, returning positive. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/K-gYearEQ-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/K-gYearEQ-1.txt |
| K-gYearEQ-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:gYear. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/K-gYearEQ-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/K-gYearEQ-2.txt |
| K-gYearEQ-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:gYear. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/K-gYearEQ-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/K-gYearEQ-3.txt |
| K-gYearEQ-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:gYear. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/K-gYearEQ-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/K-gYearEQ-4.txt |
| K-gYearEQ-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset -00:00 is equal to Z, in xs:gYear. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/K-gYearEQ-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/K-gYearEQ-5.txt |
| K-gYearEQ-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset +00:00 is equal to Z, in xs:gYear. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/K-gYearEQ-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/K-gYearEQ-6.txt |
| K-gYearEQ-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset Z is equal to Z, in xs:gYear. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/K-gYearEQ-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/K-gYearEQ-7.txt |
| K-gYearEQ-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset -00:00 is equal to +00:00, in xs:gYear. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/K-gYearEQ-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gYearEQ/K-gYearEQ-8.txt |
| op-gMonthDay-equal2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator with the arguments set as follows: $arg1 = xs:gMonthDay(lower bound) $arg2 = xs:gMonthDay(lower bound). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal2args-1.txt |
| op-gMonthDay-equal2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator with the arguments set as follows: $arg1 = xs:gMonthDay(mid range) $arg2 = xs:gMonthDay(lower bound). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal2args-2.txt |
| op-gMonthDay-equal2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator with the arguments set as follows: $arg1 = xs:gMonthDay(upper bound) $arg2 = xs:gMonthDay(lower bound). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal2args-3.txt |
| op-gMonthDay-equal2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator with the arguments set as follows: $arg1 = xs:gMonthDay(lower bound) $arg2 = xs:gMonthDay(mid range). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal2args-4.txt |
| op-gMonthDay-equal2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator with the arguments set as follows: $arg1 = xs:gMonthDay(lower bound) $arg2 = xs:gMonthDay(upper bound). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal2args-5.txt |
| op-gMonthDay-equal2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator with the arguments set as follows: $arg1 = xs:gMonthDay(lower bound) $arg2 = xs:gMonthDay(lower bound). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal2args-6.txt |
| op-gMonthDay-equal2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator with the arguments set as follows: $arg1 = xs:gMonthDay(mid range) $arg2 = xs:gMonthDay(lower bound). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal2args-7.txt |
| op-gMonthDay-equal2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator with the arguments set as follows: $arg1 = xs:gMonthDay(upper bound) $arg2 = xs:gMonthDay(lower bound). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal2args-8.txt |
| op-gMonthDay-equal2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator with the arguments set as follows: $arg1 = xs:gMonthDay(lower bound) $arg2 = xs:gMonthDay(mid range). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal2args-9.txt |
| op-gMonthDay-equal2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator with the arguments set as follows: $arg1 = xs:gMonthDay(lower bound) $arg2 = xs:gMonthDay(upper bound). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal2args-10.txt |
| op-gMonthDay-equal-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator as per example 2 for this operator from the F and O specs (eq operator). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-2.txt |
| op-gMonthDay-equal-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator that returns true and used together with the fn:not function (eq operator). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-3.txt |
| op-gMonthDay-equal-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator that returns true and used together with the fn:not function (ne operator). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-4.txt |
| op-gMonthDay-equal-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator that returns false and used together with the fn:not function (eq operator). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-5.txt |
| op-gMonthDay-equal-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator that returns false and used together with the fn:not function (ne operator). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-6.txt |
| op-gMonthDay-equal-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator used together with "and" expression (eq operator). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-7.txt |
| op-gMonthDay-equal-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator used together with "and" expression (ne operator). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-8.txt |
| op-gMonthDay-equal-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator used together with "or" expression (eq operator). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-9.txt |
| op-gMonthDay-equal-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator used together with "or" expression (ne operator). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-10.txt |
| op-gMonthDay-equal-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator used together with "or" expression and fn:true function (eq operator). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-11.txt |
| op-gMonthDay-equal-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator used together with "or" expression and fn:true function (ne operator). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-12.txt |
| op-gMonthDay-equal-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator used together with "or" expression and fn:false function (eq operator). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-13.txt |
| op-gMonthDay-equal-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonthDay-equal" operator used together with "or" expression and fn:false function (ne operator). | ||
| Spec Citations: | ||
| #func-gMonthDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/op-gMonthDay-equal-14.txt |
| K-gMonthDayEQ-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:gMonthDay, returning positive. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/K-gMonthDayEQ-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/K-gMonthDayEQ-1.txt |
| K-gMonthDayEQ-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/K-gMonthDayEQ-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/K-gMonthDayEQ-2.txt |
| K-gMonthDayEQ-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/K-gMonthDayEQ-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/K-gMonthDayEQ-3.txt |
| K-gMonthDayEQ-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/K-gMonthDayEQ-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/K-gMonthDayEQ-4.txt |
| K-gMonthDayEQ-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset -00:00 is equal to Z, in xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/K-gMonthDayEQ-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/K-gMonthDayEQ-5.txt |
| K-gMonthDayEQ-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset +00:00 is equal to Z, in xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/K-gMonthDayEQ-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/K-gMonthDayEQ-6.txt |
| K-gMonthDayEQ-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset Z is equal to Z, in xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/K-gMonthDayEQ-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/K-gMonthDayEQ-7.txt |
| K-gMonthDayEQ-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset -00:00 is equal to +00:00, in xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/K-gMonthDayEQ-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthDayEQ/K-gMonthDayEQ-8.txt |
| op-gMonth-equal2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator with the arguments set as follows: $arg1 = xs:gMonth(lower bound) $arg2 = xs:gMonth(lower bound). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal2args-1.txt |
| op-gMonth-equal2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator with the arguments set as follows: $arg1 = xs:gMonth(mid range) $arg2 = xs:gMonth(lower bound). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal2args-2.txt |
| op-gMonth-equal2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator with the arguments set as follows: $arg1 = xs:gMonth(upper bound) $arg2 = xs:gMonth(lower bound). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal2args-3.txt |
| op-gMonth-equal2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator with the arguments set as follows: $arg1 = xs:gMonth(lower bound) $arg2 = xs:gMonth(mid range). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal2args-4.txt |
| op-gMonth-equal2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator with the arguments set as follows: $arg1 = xs:gMonth(lower bound) $arg2 = xs:gMonth(upper bound). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal2args-5.txt |
| op-gMonth-equal2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator with the arguments set as follows: $arg1 = xs:gMonth(lower bound) $arg2 = xs:gMonth(lower bound). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal2args-6.txt |
| op-gMonth-equal2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator with the arguments set as follows: $arg1 = xs:gMonth(mid range) $arg2 = xs:gMonth(lower bound). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal2args-7.txt |
| op-gMonth-equal2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator with the arguments set as follows: $arg1 = xs:gMonth(upper bound) $arg2 = xs:gMonth(lower bound). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal2args-8.txt |
| op-gMonth-equal2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator with the arguments set as follows: $arg1 = xs:gMonth(lower bound) $arg2 = xs:gMonth(mid range). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal2args-9.txt |
| op-gMonth-equal2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator with the arguments set as follows: $arg1 = xs:gMonth(lower bound) $arg2 = xs:gMonth(upper bound). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal2args-10.txt |
| op-gMonth-equal-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator as per example 2 for this operator from the F and O specs (eq operator). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-2.txt |
| op-gMonth-equal-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator that returns true and used together with the fn:not function (eq operator). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-3.txt |
| op-gMonth-equal-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator that returns true and used together with the fn:not function (ne operator). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-4.txt |
| op-gMonth-equal-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator that returns false and used together with the fn:not function (eq operator). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-5.txt |
| op-gMonth-equal-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator that returns false and used together with the fn:not function (ne operator). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-6.txt |
| op-gMonth-equal-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator used together with "and" expression (eq operator). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-7.txt |
| op-gMonth-equal-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator used together with "and" expression (ne operator). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-8.txt |
| op-gMonth-equal-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator used together with "or" expression (eq operator). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-9.txt |
| op-gMonth-equal-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator used together with "or" expression (ne operator). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-10.txt |
| op-gMonth-equal-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator used together with "or" expression and fn:true function (eq operator). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-11.txt |
| op-gMonth-equal-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator used together with "or" expression and fn:true function (ne operator). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-12.txt |
| op-gMonth-equal-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator used together with "or" expression and fn:false function (eq operator). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-13.txt |
| op-gMonth-equal-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gMonth-equal" operator used together with "or" expression and fn:false function (ne operator). | ||
| Spec Citations: | ||
| #func-gMonth-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/op-gMonth-equal-14.txt |
| K-gMonthEQ-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:gMonth, returning positive. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/K-gMonthEQ-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/K-gMonthEQ-1.txt |
| K-gMonthEQ-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:gMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/K-gMonthEQ-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/K-gMonthEQ-2.txt |
| K-gMonthEQ-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:gMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/K-gMonthEQ-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/K-gMonthEQ-3.txt |
| K-gMonthEQ-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:gMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/K-gMonthEQ-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/K-gMonthEQ-4.txt |
| K-gMonthEQ-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset -00:00 is equal to Z, in xs:gMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/K-gMonthEQ-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/K-gMonthEQ-5.txt |
| K-gMonthEQ-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset +00:00 is equal to Z, in xs:gMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/K-gMonthEQ-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/K-gMonthEQ-6.txt |
| K-gMonthEQ-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset Z is equal to Z, in xs:gMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/K-gMonthEQ-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/K-gMonthEQ-7.txt |
| K-gMonthEQ-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset -00:00 is equal to +00:00, in xs:gMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/K-gMonthEQ-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gMonthEQ/K-gMonthEQ-8.txt |
| op-gDay-equal2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator with the arguments set as follows: $arg1 = xs:gDay(lower bound) $arg2 = xs:gDay(lower bound). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal2args-1.txt |
| op-gDay-equal2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator with the arguments set as follows: $arg1 = xs:gDay(mid range) $arg2 = xs:gDay(lower bound). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal2args-2.txt |
| op-gDay-equal2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator with the arguments set as follows: $arg1 = xs:gDay(upper bound) $arg2 = xs:gDay(lower bound). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal2args-3.txt |
| op-gDay-equal2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator with the arguments set as follows: $arg1 = xs:gDay(lower bound) $arg2 = xs:gDay(mid range). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal2args-4.txt |
| op-gDay-equal2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator with the arguments set as follows: $arg1 = xs:gDay(lower bound) $arg2 = xs:gDay(upper bound). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal2args-5.txt |
| op-gDay-equal2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator with the arguments set as follows: $arg1 = xs:gDay(lower bound) $arg2 = xs:gDay(lower bound). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal2args-6.txt |
| op-gDay-equal2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator with the arguments set as follows: $arg1 = xs:gDay(mid range) $arg2 = xs:gDay(lower bound). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal2args-7.txt |
| op-gDay-equal2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator with the arguments set as follows: $arg1 = xs:gDay(upper bound) $arg2 = xs:gDay(lower bound). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal2args-8.txt |
| op-gDay-equal2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator with the arguments set as follows: $arg1 = xs:gDay(lower bound) $arg2 = xs:gDay(mid range). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal2args-9.txt |
| op-gDay-equal2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator with the arguments set as follows: $arg1 = xs:gDay(lower bound) $arg2 = xs:gDay(upper bound). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal2args-10.txt |
| op-gDay-equal-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator as per example 2 for this operator from the F and O specs (eq operator). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-2.txt |
| op-gDay-equal-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator that returns true and used together with the fn:not function (eq operator). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-3.txt |
| op-gDay-equal-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator that returns true and used together with the fn:not function (ne operator). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-4.txt |
| op-gDay-equal-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator that returns false and used together with the fn:not function (eq operator). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-5.txt |
| op-gDay-equal-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator that returns false and used together with the fn:not function (ne operator). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-6.txt |
| op-gDay-equal-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator used together with "and" expression (eq operator). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-7.txt |
| op-gDay-equal-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator used together with "and" expression (ne operator). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-8.txt |
| op-gDay-equal-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator used together with "or" expression (eq operator). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-9.txt |
| op-gDay-equal-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator used together with "or" expression (ne operator). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-10.txt |
| op-gDay-equal-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator used together with "or" expression and fn:true function (eq operator). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-11.txt |
| op-gDay-equal-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator used together with "or" expression and fn:true function (ne operator). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-12.txt |
| op-gDay-equal-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator used together with "or" expression and fn:false function (eq operator). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-13.txt |
| op-gDay-equal-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:gDay-equal" operator used together with "or" expression and fn:false function (ne operator). | ||
| Spec Citations: | ||
| #func-gDay-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/op-gDay-equal-14.txt |
| K-gDayEQ-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:gDay, returning positive. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/K-gDayEQ-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/K-gDayEQ-1.txt |
| K-gDayEQ-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/K-gDayEQ-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/K-gDayEQ-2.txt |
| K-gDayEQ-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/K-gDayEQ-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/K-gDayEQ-3.txt |
| K-gDayEQ-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/K-gDayEQ-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/K-gDayEQ-4.txt |
| K-gDayEQ-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset -00:00 is equal to Z, in xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/K-gDayEQ-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/K-gDayEQ-5.txt |
| K-gDayEQ-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset +00:00 is equal to Z, in xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/K-gDayEQ-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/K-gDayEQ-6.txt |
| K-gDayEQ-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset Z is equal to Z, in xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/K-gDayEQ-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/K-gDayEQ-7.txt |
| K-gDayEQ-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that zone offset -00:00 is equal to +00:00, in xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/K-gDayEQ-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/gDayEQ/K-gDayEQ-8.txt |
| K-YearMonthDurationEQ-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:yearMonthDuration, returning positive. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationEQ/K-YearMonthDurationEQ-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationEQ/K-YearMonthDurationEQ-1.txt |
| K-YearMonthDurationEQ-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Testing 'eq' involving xs:yearMonthDuration with two zeroed values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationEQ/K-YearMonthDurationEQ-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationEQ/K-YearMonthDurationEQ-2.txt |
| K-YearMonthDurationEQ-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationEQ/K-YearMonthDurationEQ-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationEQ/K-YearMonthDurationEQ-3.txt |
| K-YearMonthDurationEQ-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationEQ/K-YearMonthDurationEQ-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationEQ/K-YearMonthDurationEQ-4.txt |
| K-YearMonthDurationEQ-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationEQ/K-YearMonthDurationEQ-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationEQ/K-YearMonthDurationEQ-5.txt |
| K-YearMonthDurationEQ-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The xs:yearMonthDuration values -P0M and P0M are equal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationEQ/K-YearMonthDurationEQ-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationEQ/K-YearMonthDurationEQ-6.txt |
| K-YearMonthDurationEQ-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The xs:yearMonthDuration values -P0M and P0M are not equal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationEQ/K-YearMonthDurationEQ-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/YearMonthDurationEQ/K-YearMonthDurationEQ-7.txt |
| K-DayTimeDurationEQ-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:dayTimeDuration, returning positive. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationEQ/K-DayTimeDurationEQ-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationEQ/K-DayTimeDurationEQ-1.txt |
| K-DayTimeDurationEQ-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Testing 'eq' involving xs:dayTimeDuration with two zeroed values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationEQ/K-DayTimeDurationEQ-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationEQ/K-DayTimeDurationEQ-2.txt |
| K-DayTimeDurationEQ-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'eq' for xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationEQ/K-DayTimeDurationEQ-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationEQ/K-DayTimeDurationEQ-3.txt |
| K-DayTimeDurationEQ-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationEQ/K-DayTimeDurationEQ-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationEQ/K-DayTimeDurationEQ-4.txt |
| K-DayTimeDurationEQ-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of 'ne' for xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationEQ/K-DayTimeDurationEQ-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationEQ/K-DayTimeDurationEQ-5.txt |
| K-DayTimeDurationEQ-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The xs:dayTimeDuration values -PT0S and PT0S are equal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationEQ/K-DayTimeDurationEQ-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationEQ/K-DayTimeDurationEQ-6.txt |
| K-DayTimeDurationEQ-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The xs:dayTimeDuration values -P2DT5H and P2DT5H are not equal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationEQ/K-DayTimeDurationEQ-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationEQ/K-DayTimeDurationEQ-7.txt |
| K-DayTimeDurationEQ-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test eq operator for xs:dayTimeDuration values with large milli second component. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationEQ/K-DayTimeDurationEQ-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/DurationDateTimeOp/DayTimeDurationEQ/K-DayTimeDurationEQ-8.txt |
| op-qname-equal-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used with simple identical qname values (uses the eq operator). | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qName-equal-1.txt |
| op-qname-equal-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used with simple identical qname values (uses the ne operator). | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qName-equal-2.txt |
| op-qname-equal-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used with simple different qname values (different namespace URI values, same local part). Uses the eq operator. | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qName-equal-3.txt |
| op-qname-equal-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used with simple different qname values (different namespace URI values, same local part). Uses the ne operator. | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qName-equal-4.txt |
| op-qname-equal-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used with simple different qname values (same namespace URI values, different local part). Uses the eq operator. | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qName-equal-5.txt |
| op-qname-equal-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used with simple different qname values (same namespace URI values, different local part). Uses the ne operator. | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qName-equal-6.txt |
| op-qname-equal-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used with same namespace URI value, same local part and same prefix. Uses the eq operator. | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-7.txt |
| op-qname-equal-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used with same namespace URI value, same local part and same prefix. Uses the ne operator. | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-8.txt |
| op-qname-equal-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used with same namespace URI value, same local part and different prefix (should ignore prefix). Uses the eq operator. | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-9.txt |
| op-qname-equal-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used with same namespace URI value, same local part and different prefix (should ignore prefix). Uses the ne operator. | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-10.txt |
| op-qname-equal-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used with same namespace URI value, different local part and different prefix (should ignore prefix). Uses the eq operator. | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-11.txt |
| op-qname-equal-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used with same namespace URI value, different local part and different prefix (should ignore prefix). Uses the ne operator. | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-12.txt |
| op-qname-equal-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used with different namespace URI value, different local part and different prefix (should ignore prefix). Uses the eq operator. | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-13.txt |
| op-qname-equal-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used with different namespace URI value, different local part and different prefix (should ignore prefix). Uses the ne operator. | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-14.txt |
| op-qname-equal-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used with first namespace URI set to empty string, same local part and no prefix. Uses the eq operator. | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-15.txt |
| op-qname-equal-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used with first namespace URI set to empty string, same local part and no prefix. Uses the ne operator. | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-16.txt |
| op-qname-equal-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used with second namespace URI set to empty string, same local part and no prefix. Uses the eq operator. | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-17.txt |
| op-qname-equal-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used with second namespace URI set to empty string, same local part and no prefix. Uses the ne operator. | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-18.txt |
| op-qname-equal-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used with both namespace URI set to empty string, same local part and no prefix. Uses the eq operator. | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-19.txt |
| op-qname-equal-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used with both namespace URI set to empty string, same local part and no prefix. Uses the ne operator. | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-20.txt |
| op-qname-equal-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used as an argument to the fn:not function. Uses the eq operator. | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-21.txt |
| op-qname-equal-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used as an argument to the fn:not function. Uses the ne operator. | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-22.txt |
| op-qname-equal-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used as part of a boolean expression. Uses the "eq" and "and" operators. | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-23.txt |
| op-qname-equal-24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:qname-equal" operator used as part of a boolean expression. Uses the "ne" and "and" operators. | ||
| Spec Citations: | ||
| #func-QName-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/op-qname-equal-24.txt |
| value-comparison-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates value comparison between string and QName. Uses "eq" operator. | ||
| Spec Citations: | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/value-comparison-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/value-comparison-1.txt |
| value-comparison-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates value comparison between string and QName. Uses "ne" operator. | ||
| Spec Citations: | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/value-comparison-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/value-comparison-2.txt |
| K-QNameEQ-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `QName("example.com/", "p:ncname") eq QName("example.com/", "p:ncname")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/K-QNameEQ-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/K-QNameEQ-1.txt |
| K-QNameEQ-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `QName("example.com/", "p:ncname") eq QName("example.com/", "pdifferent:ncname")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/K-QNameEQ-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/K-QNameEQ-2.txt |
| K-QNameEQ-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `QName("example.com/", "p:ncname") ne QName("example.com/Nope", "p:ncname")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/K-QNameEQ-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/K-QNameEQ-3.txt |
| K-QNameEQ-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `QName("example.com/", "p:ncname") ne QName("example.com/", "p:ncnameNope")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/K-QNameEQ-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/K-QNameEQ-4.txt |
| K-QNameEQ-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Operator 'lt' is not available between xs:QName and xs:integer. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/K-QNameEQ-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-QNameEQ-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Operator 'eq' is not available between xs:anyURI and xs:QName. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/K-QNameEQ-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-QNameEQ-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Operator 'lt' is not available between values of type xs:QName. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/K-QNameEQ-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-QNameEQ-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Operator 'le' is not available between values of type xs:QName. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/K-QNameEQ-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-QNameEQ-9 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Operator 'gt' is not available between values of type xs:QName. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/K-QNameEQ-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-QNameEQ-10 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Operator 'ge' is not available between values of type xs:QName. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/QNameEQ/K-QNameEQ-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-prefix-from-qname-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn-prefix-from-qname" function with wrong arity. | ||
| Spec Citations: | ||
| #func-prefix-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-prefix-from-qname-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn-prefix-from-qname" function with wrong argument type. | ||
| Spec Citations: | ||
| #func-prefix-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-prefix-from-qname-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn-prefix-from-qname" function as argument to fn:string function and no prefix. | ||
| Spec Citations: | ||
| #func-prefix-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-3.txt |
| fn-prefix-from-qname-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn-prefix-from-qname" function as argument to xs:string function and no prefix. | ||
| Spec Citations: | ||
| #func-prefix-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-4.txt |
| fn-prefix-from-qname-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn-prefix-from-qname" function as argument to xs:string function and with prefix. | ||
| Spec Citations: | ||
| #func-prefix-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-5.txt |
| fn-prefix-from-qname-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn-prefix-from-qname" function as argument to fn:string function and with prefix. | ||
| Spec Citations: | ||
| #func-prefix-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-6.txt |
| fn-prefix-from-qname-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn-prefix-from-qname" function with argument set to empty sequence. | ||
| Spec Citations: | ||
| #func-prefix-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-7.txt |
| fn-prefix-from-qname-8 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn-prefix-from-qname" function with prefix that is not defined. | ||
| Spec Citations: | ||
| #func-prefix-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FONS0004 | ||
| fn-prefix-from-qname-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn-prefix-from-qname" function as argument to upper-case function. | ||
| Spec Citations: | ||
| #func-prefix-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-9.txt |
| fn-prefix-from-qname-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn-prefix-from-qname" function as argument to lower-case function. | ||
| Spec Citations: | ||
| #func-prefix-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-10.txt |
| fn-prefix-from-qname-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn-prefix-from-qname" function as argument to concat function. | ||
| Spec Citations: | ||
| #func-prefix-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-11.txt |
| fn-prefix-from-qname-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn-prefix-from-qname" function as argument to substring-before function. | ||
| Spec Citations: | ||
| #func-prefix-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-12.txt |
| fn-prefix-from-qname-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn-prefix-from-qname" function as argument to substring-after function. | ||
| Spec Citations: | ||
| #func-prefix-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-13.txt |
| fn-prefix-from-qname-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn-prefix-from-qname" function as argument to string-length function. | ||
| Spec Citations: | ||
| #func-prefix-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-14.txt |
| fn-prefix-from-qname-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn-prefix-from-qname" function as argument to substring function. | ||
| Spec Citations: | ||
| #func-prefix-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-15.txt |
| fn-prefix-from-qname-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn-prefix-from-qname" function as argument to string-join function. | ||
| Spec Citations: | ||
| #func-prefix-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-16.txt |
| fn-prefix-from-qname-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn-prefix-from-qname" function as argument to starts-with function. | ||
| Spec Citations: | ||
| #func-prefix-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-17.txt |
| fn-prefix-from-qname-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn-prefix-from-qname" function as argument to ends-with function. | ||
| Spec Citations: | ||
| #func-prefix-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-18.txt |
| fn-prefix-from-qname-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn-prefix-from-qname" function as argument to fn:contains function. | ||
| Spec Citations: | ||
| #func-prefix-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-19.txt |
| fn-prefix-from-qname-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-prefix-fromQName function with two namespaces declared with same namespace (different case). | ||
| Spec Citations: | ||
| #func-prefix-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/QNameOp/PrefixFromQName/fn-prefix-from-qname-20.txt |
| K-PrefixFromQName-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `prefix-from-QName()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/PrefixFromQName/K-PrefixFromQName-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-PrefixFromQName-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `prefix-from-QName(1, 2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/PrefixFromQName/K-PrefixFromQName-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-PrefixFromQName-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(prefix-from-QName( () ))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/PrefixFromQName/K-PrefixFromQName-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/PrefixFromQName/K-PrefixFromQName-3.txt |
| K-PrefixFromQName-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `prefix-from-QName( QName("example.com/", "pre:lname")) eq "pre"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/PrefixFromQName/K-PrefixFromQName-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/PrefixFromQName/K-PrefixFromQName-4.txt |
| op-hexBinary-equal2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operator with the arguments set as follows: $value1 = xs:hexBinary(lower bound) $value2 = xs:hexBinary(lower bound). | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/op-hexBinary-equal2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/op-hexBinary-equal2args-1.txt |
| op-hexBinary-equal2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operator with the arguments set as follows: $value1 = xs:hexBinary(mid range) $value2 = xs:hexBinary(lower bound). | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/op-hexBinary-equal2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/op-hexBinary-equal2args-2.txt |
| op-hexBinary-equal2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operator with the arguments set as follows: $value1 = xs:hexBinary(upper bound) $value2 = xs:hexBinary(lower bound). | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/op-hexBinary-equal2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/op-hexBinary-equal2args-3.txt |
| op-hexBinary-equal2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operator with the arguments set as follows: $value1 = xs:hexBinary(lower bound) $value2 = xs:hexBinary(mid range). | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/op-hexBinary-equal2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/op-hexBinary-equal2args-4.txt |
| op-hexBinary-equal2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operator with the arguments set as follows: $value1 = xs:hexBinary(lower bound) $value2 = xs:hexBinary(upper bound). | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/op-hexBinary-equal2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/op-hexBinary-equal2args-5.txt |
| op-hexBinary-equal2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operator with the arguments set as follows: $value1 = xs:hexBinary(lower bound) $value2 = xs:hexBinary(lower bound). | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/op-hexBinary-equal2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/op-hexBinary-equal2args-6.txt |
| op-hexBinary-equal2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operator with the arguments set as follows: $value1 = xs:hexBinary(mid range) $value2 = xs:hexBinary(lower bound). | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/op-hexBinary-equal2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/op-hexBinary-equal2args-7.txt |
| op-hexBinary-equal2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operator with the arguments set as follows: $value1 = xs:hexBinary(upper bound) $value2 = xs:hexBinary(lower bound). | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/op-hexBinary-equal2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/op-hexBinary-equal2args-8.txt |
| op-hexBinary-equal2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operator with the arguments set as follows: $value1 = xs:hexBinary(lower bound) $value2 = xs:hexBinary(mid range). | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/op-hexBinary-equal2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/op-hexBinary-equal2args-9.txt |
| op-hexBinary-equal2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operator with the arguments set as follows: $value1 = xs:hexBinary(lower bound) $value2 = xs:hexBinary(upper bound). | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/op-hexBinary-equal2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/op-hexBinary-equal2args-10.txt |
| hexBinary-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operator in conjunction with a logical expression, "and" operator. Uses the "eq" operator. | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-1.txt |
| hexBinary-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operator in conjunction with a logical expression, "or" operator. Uses the "eq" operator. | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-2.txt |
| hexBinary-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operation as argument to an "fn:not" function. Uses "eq" operator. | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-3.txt |
| hexBinary-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operator in conjunction with a logical expression, "and" operator. Uses the "eq" operator and "fn:true()". | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-4.txt |
| hexBinary-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operator in conjunction with a logical expression, "and" operator. Uses the "eq" operator and "fn:false()". | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-5.txt |
| hexBinary-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operator in conjunction with a logical expression, "or" operator. Uses the "eq" operator and "fn:true" function. | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-6.txt |
| hexBinary-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operator in conjunction with a logical expression, "or" operator. Uses the "eq" operator and "fn:false" function. | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-7.txt |
| hexBinary-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operator in conjunction with a logical expression, "and" operator. Uses the "ne" operator. | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-8.txt |
| hexBinary-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operator in conjunction with a logical expression, "or" operator. Uses the "ne" operator. | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-9.txt |
| hexBinary-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operation as argument to an "fn:not" function. Uses "ne" operator. | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-10.txt |
| hexBinary-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operator in conjunction with a logical expression, "and" operator. Uses the "ne" operator and "fn:true()". | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-11.txt |
| hexBinary-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operator in conjunction with a logical expression, "and" operator. Uses the "ne" operator and "fn:false()". | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-12.txt |
| hexBinary-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operator in conjunction with a logical expression, "or" operator. Uses the "ne" operator and "fn:true" function. | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-13.txt |
| hexBinary-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:hexBinary-equal" operator in conjunction with a logical expression, "or" operator. Uses the "ne" operator and "fn:false" function. | ||
| Spec Citations: | ||
| #func-hexBinary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/hexBinary-14.txt |
| K-HexBinaryEQ-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Compare two hexBinary values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/K-HexBinaryEQ-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/K-HexBinaryEQ-1.txt |
| K-HexBinaryEQ-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Compare two hexBinary values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/K-HexBinaryEQ-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/K-HexBinaryEQ-2.txt |
| K-HexBinaryEQ-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Compare two hexBinary values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/K-HexBinaryEQ-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/K-HexBinaryEQ-3.txt |
| K-HexBinaryEQ-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Complex comparison test of wrapped hexBinary/base64Binary constructor functions. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/K-HexBinaryEQ-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/K-HexBinaryEQ-4.txt |
| K-HexBinaryEQ-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Complex comparison test of wrapped hexBinary/base64Binary constructor functions. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/K-HexBinaryEQ-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/HexBinaryEQ/K-HexBinaryEQ-5.txt |
| op-base64Binary-equal2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:base64Binary-equal" operator with the arguments set as follows: $value1 = xs:base64Binary(lower bound) $value2 = xs:base64Binary(lower bound). | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/op-base64Binary-equal2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/op-base64Binary-equal2args-1.txt |
| op-base64Binary-equal2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:base64Binary-equal" operator with the arguments set as follows: $value1 = xs:base64Binary(mid range) $value2 = xs:base64Binary(lower bound). | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/op-base64Binary-equal2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/op-base64Binary-equal2args-2.txt |
| op-base64Binary-equal2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:base64Binary-equal" operator with the arguments set as follows: $value1 = xs:base64Binary(upper bound) $value2 = xs:base64Binary(lower bound). | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/op-base64Binary-equal2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/op-base64Binary-equal2args-3.txt |
| op-base64Binary-equal2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:base64Binary-equal" operator with the arguments set as follows: $value1 = xs:base64Binary(lower bound) $value2 = xs:base64Binary(mid range). | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/op-base64Binary-equal2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/op-base64Binary-equal2args-4.txt |
| op-base64Binary-equal2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:base64Binary-equal" operator with the arguments set as follows: $value1 = xs:base64Binary(lower bound) $value2 = xs:base64Binary(upper bound). | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/op-base64Binary-equal2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/op-base64Binary-equal2args-5.txt |
| op-base64Binary-equal2args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:base64Binary-equal" operator with the arguments set as follows: $value1 = xs:base64Binary(lower bound) $value2 = xs:base64Binary(lower bound). | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/op-base64Binary-equal2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/op-base64Binary-equal2args-6.txt |
| op-base64Binary-equal2args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:base64Binary-equal" operator with the arguments set as follows: $value1 = xs:base64Binary(mid range) $value2 = xs:base64Binary(lower bound). | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/op-base64Binary-equal2args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/op-base64Binary-equal2args-7.txt |
| op-base64Binary-equal2args-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:base64Binary-equal" operator with the arguments set as follows: $value1 = xs:base64Binary(upper bound) $value2 = xs:base64Binary(lower bound). | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/op-base64Binary-equal2args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/op-base64Binary-equal2args-8.txt |
| op-base64Binary-equal2args-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:base64Binary-equal" operator with the arguments set as follows: $value1 = xs:base64Binary(lower bound) $value2 = xs:base64Binary(mid range). | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/op-base64Binary-equal2args-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/op-base64Binary-equal2args-9.txt |
| op-base64Binary-equal2args-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "op:base64Binary-equal" operator with the arguments set as follows: $value1 = xs:base64Binary(lower bound) $value2 = xs:base64Binary(upper bound). | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/op-base64Binary-equal2args-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/op-base64Binary-equal2args-10.txt |
| base64BinaryEqual-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates "xs:base64Binary" values in conjunction with a logical expression, "and" operator. Uses the "eq" operator. | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-1.txt |
| base64BinaryEqual-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates "xs:base64Binary" values in conjunction with a logical expression, "or" operator. Uses the "eq" operator. | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-2.txt |
| base64BinaryEqual-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates and operation using "xs:base64Binary" values as argument to an "fn:not" function. Uses "eq" operator. | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-3.txt |
| base64BinaryEqual-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates "xs:base64Binary" values in conjunction with a logical expression, "and" operator. Uses the "eq" operator and "fn:true()". | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-4.txt |
| base64binaryequal-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates "xs:base64Binary" values in conjunction with a logical expression, "and" operator. Uses the "eq" operator and "fn:false()". | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64binaryequal-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-5.txt |
| base64BinaryEqual-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates "xs:base64Binary" values in conjunction with a logical expression, "or" operator. Uses the "eq" operator and "fn:true" function. | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-6.txt |
| base64BinaryEqual-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates "xs:base64Binary" values in conjunction with a logical expression, "or" operator. Uses the "eq" operator and "fn:false" function. | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-7.txt |
| base64BinaryEqual-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates "xs:base64Binary" values in conjunction with a logical expression, "and" operator. Uses the "ne" operator. | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-8.txt |
| base64BinaryEqual-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates "xs:base64Binary" values in conjunction with a logical expression, "or" operator. Uses the "ne" operator. | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-9.txt |
| base64BinaryEqual-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates an operation on "xs:base64Binary" values as argument to an "fn:not" function. Uses "ne" operator. | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-10.txt |
| base64BinaryEqual-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates "xs:base64Binary" values in conjunction with a logical expression, "and" operator. Uses the "ne" operator and "fn:true()". | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-11.txt |
| base64BinaryEqual-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates "xs:base64Binary" values in conjunction with a logical expression, "and" operator. Uses the "ne" operator and "fn:false()". | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-12.txt |
| base64BinaryEqual-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates "xs:base64Binary" values in conjunction with a logical expression, "or" operator. Uses the "ne" operator and "fn:true" function. | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-13.txt |
| base64BinaryEqual-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates "xs:base64Binary" values in conjunction with a logical expression, "or" operator. Uses the "ne" operator and "fn:false" function. | ||
| Spec Citations: | ||
| #func-base64Binary-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/base64BinaryEqual-14.txt |
| K-Base64BinaryEQ-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:base64Binary(xs:hexBinary("03")) eq xs:base64Binary(xs:hexBinary("03"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/K-Base64BinaryEQ-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/K-Base64BinaryEQ-1.txt |
| K-Base64BinaryEQ-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:base64Binary(xs:hexBinary("03")) ne xs:base64Binary(xs:hexBinary("13"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/K-Base64BinaryEQ-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/K-Base64BinaryEQ-2.txt |
| K-Base64BinaryEQ-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:hexBinary(xs:base64Binary("/w==")) eq xs:hexBinary("FF")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/K-Base64BinaryEQ-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/BinaryOp/Base64BinaryEQ/K-Base64BinaryEQ-3.txt |
| K-ValCompTypeChecking-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A value comparison where the cardinality of the operand(s) is wrong. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A value comparison where the cardinality of the operand(s) is wrong. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A value comparison where the cardinality of the operand(s) is wrong. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A value comparison where the cardinality of the operand(s) is wrong. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A value comparison where the cardinality of the operand(s) is wrong. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A value comparison where the cardinality of the operand(s) is wrong. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A value comparison where the cardinality of the operand(s) is wrong. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A value comparison where the cardinality of the operand(s) is wrong. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-9 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A value comparison where the cardinality of the operand(s) is wrong. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-10 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A value comparison where the cardinality of the operand(s) is wrong. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-11 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A value comparison where the cardinality of the operand(s) is wrong. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-12 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A value comparison where the cardinality of the operand(s) is wrong. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A value comparison involving empty sequence(s). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-13.txt |
| K-ValCompTypeChecking-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A value comparison involving empty sequence(s). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-14.txt |
| K-ValCompTypeChecking-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A value comparison involving empty sequence(s). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-15.txt |
| K-ValCompTypeChecking-16 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Value comparison involving xs:untypedAtomic, which leads to an inexistent operator mapping. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-17 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Value comparison involving xs:untypedAtomic, which leads to an inexistent operator mapping. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-18 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Value comparison involving xs:untypedAtomic, which leads to an inexistent operator mapping. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-19 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Value comparison involving xs:untypedAtomic, which leads to an inexistent operator mapping. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-20 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Value comparison involving xs:untypedAtomic, which leads to an inexistent operator mapping. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-21 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Value comparison involving xs:untypedAtomic, which leads to an inexistent operator mapping. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-22 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Value comparison involving xs:untypedAtomic, which leads to an inexistent operator mapping. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-23 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Value comparison involving xs:untypedAtomic, which leads to an inexistent operator mapping. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-24 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Value comparison involving xs:untypedAtomic, which leads to an inexistent operator mapping. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-25 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Value comparison involving xs:untypedAtomic, which leads to an inexistent operator mapping. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-26 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Value comparison involving xs:untypedAtomic, which leads to an inexistent operator mapping. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-27 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Value comparison involving xs:untypedAtomic, which leads to an inexistent operator mapping. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-28 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Value comparison involving xs:untypedAtomic, which leads to an inexistent operator mapping. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-29 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Value comparison involving xs:untypedAtomic, which leads to an inexistent operator mapping. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ValCompTypeChecking-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Compare xs:untypedAtomic and xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-30.txt |
| K-ValCompTypeChecking-31 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Compare xs:untypedAtomic and xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-31.txt |
| K-ValCompTypeChecking-32 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An expression involving the ge operator that trigger certain optimization paths in some implementations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-32.txt |
| K-ValCompTypeChecking-33 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An expression involving the ne operator that trigger certain optimization paths in some implementations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-33.txt |
| K-ValCompTypeChecking-34 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that fn:count combined with expressions that might disable compile time evaluations(optimization) as well as the '=' operator, is conformant. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-34.txt |
| K-ValCompTypeChecking-35 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Combine error() with a value comparison, testing handling of the 'none' type. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-ValCompTypeChecking-36 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Combine error() with a value comparison, testing handling of the 'none' type. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-ValCompTypeChecking-37 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Combine error() with a value comparison, testing handling of the 'none' type. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-ValCompTypeChecking-38 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Combine error() with a value comparison, testing handling of the 'none' type. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-ValCompTypeChecking-39 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Combine error() with a value comparison, testing handling of the 'none' type. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-ValCompTypeChecking-40 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Combine error() with a value comparison, testing handling of the 'none' type. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-ValCompTypeChecking-41 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Combine error() with a value comparison, testing handling of the 'none' type. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-ValCompTypeChecking-42 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple value comparison that in some Bison grammars triggers a bug. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/ValCompTypeChecking/K-ValCompTypeChecking-42.txt |
| K-StringEqual-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `'equals' eq 'equals'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/StringComp/StringEqual/K-StringEqual-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/StringComp/StringEqual/K-StringEqual-1.txt |
| K-StringEqual-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `'' eq ''`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/StringComp/StringEqual/K-StringEqual-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/StringComp/StringEqual/K-StringEqual-2.txt |
| K-StringEqual-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not('nada' eq 'equalness')`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/StringComp/StringEqual/K-StringEqual-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/StringComp/StringEqual/K-StringEqual-3.txt |
| K-StringEqual-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `'not' ne 'equal'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/StringComp/StringEqual/K-StringEqual-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/StringComp/StringEqual/K-StringEqual-4.txt |
| K-StringEqual-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not('equal' ne 'equal')`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/StringComp/StringEqual/K-StringEqual-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/StringComp/StringEqual/K-StringEqual-5.txt |
| K-StringGT-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `'abc' gt 'a'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/StringComp/StringGT/K-StringGT-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/StringComp/StringGT/K-StringGT-1.txt |
| K-StringGT-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not('abc' gt 'abc')`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/StringComp/StringGT/K-StringGT-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/StringComp/StringGT/K-StringGT-2.txt |
| K-StringGT-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `'abc' ge 'a'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/StringComp/StringGT/K-StringGT-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/StringComp/StringGT/K-StringGT-3.txt |
| K-StringGT-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not('a' ge 'abc')`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/StringComp/StringGT/K-StringGT-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/StringComp/StringGT/K-StringGT-4.txt |
| K-StringGT-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `'abc' ge 'abc'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/StringComp/StringGT/K-StringGT-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/StringComp/StringGT/K-StringGT-5.txt |
| K-StringLT-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `'a' lt 'abc'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/StringComp/StringLT/K-StringLT-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/StringComp/StringLT/K-StringLT-1.txt |
| K-StringLT-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not('abc' lt 'a')`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/StringComp/StringLT/K-StringLT-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/StringComp/StringLT/K-StringLT-2.txt |
| K-StringLT-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `'a' le 'abc'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/StringComp/StringLT/K-StringLT-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/StringComp/StringLT/K-StringLT-3.txt |
| K-StringLT-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not('abc' le 'a')`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/StringComp/StringLT/K-StringLT-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/StringComp/StringLT/K-StringLT-4.txt |
| K-StringLT-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `'abc' le 'abc'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/StringComp/StringLT/K-StringLT-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/StringComp/StringLT/K-StringLT-5.txt |
| K-AnyURIEqual-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:anyURI("example.com/") eq xs:anyURI("example.com/")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K-AnyURIEqual-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K-AnyURIEqual-1.txt |
| K-AnyURIEqual-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:anyURI("example.com/") ne xs:anyURI("example.com/No")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K-AnyURIEqual-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K-AnyURIEqual-2.txt |
| K-AnyURIEqual-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:anyURI("example.com/") eq xs:string("example.com/")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K-AnyURIEqual-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K-AnyURIEqual-3.txt |
| K-AnyURIEqual-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string("example.com/") eq xs:anyURI("example.com/")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K-AnyURIEqual-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K-AnyURIEqual-4.txt |
| K-AnyURIEqual-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:anyURI("example.com/") ne xs:string("example.com/No")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K-AnyURIEqual-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K-AnyURIEqual-5.txt |
| K-AnyURIEqual-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string("example.com/") ne xs:anyURI("example.com/No")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K-AnyURIEqual-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K-AnyURIEqual-6.txt |
| K-AnyURIEqual-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:anyURI("example.com/") eq xs:untypedAtomic("example.com/")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K-AnyURIEqual-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K-AnyURIEqual-7.txt |
| K-AnyURIEqual-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:untypedAtomic("example.com/") eq xs:anyURI("example.com/")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K-AnyURIEqual-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K-AnyURIEqual-8.txt |
| K-AnyURIEqual-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:anyURI("example.com/") ne xs:untypedAtomic("example.com/No")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K-AnyURIEqual-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K-AnyURIEqual-9.txt |
| K-AnyURIEqual-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:untypedAtomic("example.com/") ne xs:anyURI("example.com/No")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K-AnyURIEqual-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K-AnyURIEqual-10.txt |
| K2-AnyURIEqual-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoked 'lt' on xs:anyURI values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K2-AnyURIEqual-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K2-AnyURIEqual-1.txt |
| K2-AnyURIEqual-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoked 'lt' on xs:anyURI values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K2-AnyURIEqual-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K2-AnyURIEqual-2.txt |
| K2-AnyURIEqual-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoked 'gt' on xs:anyURI values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K2-AnyURIEqual-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K2-AnyURIEqual-3.txt |
| K2-AnyURIEqual-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoked 'gt' on xs:anyURI values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K2-AnyURIEqual-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/ValComp/AnyURIComp/AnyURIEqual/K2-AnyURIEqual-4.txt |
| generalexpression1 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence = Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression1.txt |
| generalexpression2 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence = Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression2.txt |
| generalexpression3 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence = Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression3.txt |
| generalexpression4 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence = Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression4.txt |
| generalexpression5 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence = Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression5.txt |
| generalexpression6 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence = Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression6.txt |
| generalexpression7 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence = Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression7.txt |
| generalexpression8 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence = Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression8.txt |
| generalexpression9 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence = Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression9.txt |
| generalexpression10 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence = Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression10.txt |
| generalexpression11 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value = Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression11.txt |
| generalexpression12 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value = Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression12.txt |
| generalexpression13 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value = Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression13.txt |
| generalexpression14 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value = Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression14.txt |
| generalexpression15 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value = Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression15.txt |
| generalexpression16 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value = Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression16.txt |
| generalexpression17 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value = Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression17.txt |
| generalexpression18 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value = Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression18.txt |
| generalexpression19 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value = Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression19.txt |
| generalexpression20 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value = Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression20.txt |
| generalexpression21 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value = Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression21.txt |
| generalexpression22 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value = Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression22.txt |
| generalexpression23 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value = Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression23.txt |
| generalexpression24 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value = Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression24.txt |
| generalexpression25 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value = Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression25.txt |
| generalexpression26 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value = Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression26.txt |
| generalexpression27 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value = Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression27.txt |
| generalexpression28 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value = Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression28.txt |
| generalexpression29 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value = Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression29.txt |
| generalexpression30 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values = Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression30.txt |
| generalexpression31 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values = Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression31.txt |
| generalexpression32 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values = Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression32.txt |
| generalexpression33 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values = Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression33.txt |
| generalexpression34 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values = Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression34.txt |
| generalexpression35 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values = Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression35.txt |
| generalexpression36 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values = Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression36.txt |
| generalexpression37 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values = Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression37.txt |
| generalexpression38 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values = Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression38.txt |
| generalexpression39 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values = Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression39.txt |
| generalexpression40 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor = Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression40.txt |
| generalexpression41 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor = Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression41.txt |
| generalexpression42 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor = Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression42.txt |
| generalexpression43 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor = Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression43.txt |
| generalexpression44 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor = Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression44.txt |
| generalexpression45 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor = Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression45.txt |
| generalexpression46 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor = Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression46.txt |
| generalexpression47 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor = Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression47.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression47.txt |
| generalexpression48 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor = Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression48.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression48.txt |
| generalexpression49 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor = Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression49.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression49.txt |
| generalexpression50 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor = Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression50.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression50.txt |
| generalexpression51 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor = Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression51.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression51.txt |
| generalexpression52 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor = Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression52.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression52.txt |
| generalexpression53 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor = Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression53.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression53.txt |
| generalexpression54 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor = Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression54.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression54.txt |
| generalexpression55 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor = Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression55.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression55.txt |
| generalexpression56 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor = Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression56.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression56.txt |
| generalexpression57 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor = Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression57.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression57.txt |
| generalexpression58 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor = Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression58.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression58.txt |
| generalexpression59 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor = Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression59.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression59.txt |
| generalexpression60 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors = Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression60.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression60.txt |
| generalexpression61 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors = Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression61.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression61.txt |
| generalexpression62 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors = Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression62.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression62.txt |
| generalexpression63 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors = Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression63.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression63.txt |
| generalexpression64 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors = Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression64.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression64.txt |
| generalexpression65 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors = Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression65.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression65.txt |
| generalexpression66 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors = Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression66.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression66.txt |
| generalexpression67 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors = Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression67.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression67.txt |
| generalexpression68 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors = Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression68.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression68.txt |
| generalexpression69 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors = Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression69.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression69.txt |
| generalexpression70 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes = Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression70.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression70.txt |
| generalexpression71 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes = Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression71.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression71.txt |
| generalexpression72 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes = Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression72.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression72.txt |
| generalexpression73 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes = Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression73.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression73.txt |
| generalexpression74 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes = Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression74.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression74.txt |
| generalexpression75 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes = Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression75.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression75.txt |
| generalexpression76 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes = Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression76.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression76.txt |
| generalexpression77 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes = Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression77.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression77.txt |
| generalexpression78 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes = Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression78.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression78.txt |
| generalexpression79 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes = Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression79.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression79.txt |
| generalexpression80 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) = Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression80.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression80.txt |
| generalexpression81 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) = Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression81.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression81.txt |
| generalexpression82 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) = Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression82.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression82.txt |
| generalexpression83 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) = Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression83.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression83.txt |
| generalexpression84 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) = Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression84.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression84.txt |
| generalexpression85 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) = Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression85.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression85.txt |
| generalexpression86 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) = Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression86.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression86.txt |
| generalexpression87 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) = Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression87.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression87.txt |
| generalexpression88 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) = Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression88.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression88.txt |
| generalexpression89 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) = Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression89.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression89.txt |
| generalexpression90 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) = Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression90.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression90.txt |
| generalexpression91 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) = Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression91.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression91.txt |
| generalexpression92 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) = Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression92.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression92.txt |
| generalexpression93 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) = Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression93.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression93.txt |
| generalexpression94 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) = Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression94.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression94.txt |
| generalexpression95 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) = Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression95.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression95.txt |
| generalexpression96 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) = Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression96.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression96.txt |
| generalexpression97 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) = Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression97.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression97.txt |
| generalexpression98 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) = Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression98.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression98.txt |
| generalexpression99 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) = Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression99.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/generalexpression99.txt |
| K-GenCompEq-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparisons involving the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-1.txt |
| K-GenCompEq-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparisons involving the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-2.txt |
| K-GenCompEq-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparisons involving the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-3.txt |
| K-GenCompEq-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparisons involving the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-4.txt |
| K-GenCompEq-5 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A syntactically invalid expression that reminds of a general comparison operator. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-GenCompEq-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from the XPath 2.0 specification. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-6.txt |
| K-GenCompEq-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from the XPath 2.0 specification. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-7.txt |
| K-GenCompEq-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from the XPath 2.0 specification. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-8.txt |
| K-GenCompEq-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from the XPath 2.0 specification. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-9.txt |
| K-GenCompEq-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from the XPath 2.0 specification. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-10.txt |
| K-GenCompEq-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing numeric promotion from xs:untypedAtomic. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-11.txt |
| K-GenCompEq-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing numeric promotion from xs:untypedAtomic. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-12.txt |
| K-GenCompEq-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing numeric promotion from xs:untypedAtomic. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-13.txt |
| K-GenCompEq-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing numeric promotion from xs:untypedAtomic. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-14.txt |
| K-GenCompEq-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing numeric promotion from xs:untypedAtomic. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-15.txt |
| K-GenCompEq-16 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A general comparison involving the error() function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-GenCompEq-17 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A general comparison involving the error() function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-GenCompEq-18 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A general comparison involving the error() function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-GenCompEq-19 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A general comparison involving the error() function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-GenCompEq-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An expression involving the '=' operator that trigger certain optimization paths in some implementations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-20.txt |
| K-GenCompEq-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that fn:count combined with expressions that might disable compile time evaluations(optimization) as well as the '=' operator, is conformant. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-21.txt |
| K-GenCompEq-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that fn:count combined with expressions that might disable compile time evaluations(optimization) as well as the '=' operator, is conformant. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-22.txt |
| K-GenCompEq-23 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Comparison where type of operands are incompatible. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-GenCompEq-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison involving xs:untypedAtomic/xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-24.txt |
| K-GenCompEq-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison involving xs:untypedAtomic/xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-25.txt |
| K-GenCompEq-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison involving xs:untypedAtomic/xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-26.txt |
| K-GenCompEq-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison involving xs:untypedAtomic/xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-27.txt |
| K-GenCompEq-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison involving xs:untypedAtomic/xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-28.txt |
| K-GenCompEq-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison involving xs:untypedAtomic/xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-29.txt |
| K-GenCompEq-30 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison with remove() as operand, resulting in incompatible operand types. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-GenCompEq-31 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison with remove() as operand, resulting in incompatible operand types. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-GenCompEq-32 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison involving remove(), resulting in operands that require conversion to numeric from xs:untypedAtomic. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-32.txt |
| K-GenCompEq-33 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison involving remove(), resulting in operands that require conversion to numeric from xs:untypedAtomic. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-33.txt |
| K-GenCompEq-34 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison involving remove(), resulting in operands that require conversion to numeric from xs:untypedAtomic. Implementations supporting the static typing feature may raise XPTY0004. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-34.txt |
| Error: err:XPTY0004 | ||
| K-GenCompEq-35 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison involving remove(), resulting in operands that require conversion to numeric from xs:untypedAtomic. Implementations supporting the static typing feature may raise XPTY0004. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-35.txt |
| Error: err:XPTY0004 | ||
| K-GenCompEq-36 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-36.txt |
| K-GenCompEq-37 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-37.txt |
| K-GenCompEq-38 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-38.txt |
| K-GenCompEq-39 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-39.txt |
| K-GenCompEq-40 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-40.txt |
| K-GenCompEq-41 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-41.txt |
| K-GenCompEq-42 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-42.txt |
| K-GenCompEq-43 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-43.txt |
| K-GenCompEq-44 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-44.txt |
| K-GenCompEq-45 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-45.txt |
| K-GenCompEq-46 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-46.txt |
| K-GenCompEq-47 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-47.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-GenCompEq-48 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-48.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-GenCompEq-49 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-49.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-GenCompEq-50 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-50.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-GenCompEq-51 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-51.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-GenCompEq-52 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-52.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-GenCompEq-53 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-53.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-GenCompEq-54 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-54.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-GenCompEq-55 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-55.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-GenCompEq-56 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-56.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-GenCompEq-57 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-57.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-GenCompEq-58 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-58.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-GenCompEq-59 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompEq/K-GenCompEq-59.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| generalexpression100 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence != Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression100.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression100.txt |
| generalexpression101 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence != Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression101.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression101.txt |
| generalexpression102 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence != Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression102.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression102.txt |
| generalexpression103 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence != Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression103.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression103.txt |
| generalexpression104 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence != Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression104.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression104.txt |
| generalexpression105 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence != Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression105.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression105.txt |
| generalexpression106 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence != Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression106.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression106.txt |
| generalexpression107 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence != Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression107.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression107.txt |
| generalexpression108 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence != Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression108.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression108.txt |
| generalexpression109 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence != Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression109.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression109.txt |
| generalexpression110 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value != Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression110.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression110.txt |
| generalexpression111 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value != Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression111.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression111.txt |
| generalexpression112 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value != Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression112.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression112.txt |
| generalexpression113 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value != Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression113.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression113.txt |
| generalexpression114 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value != Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression114.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression114.txt |
| generalexpression115 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value != Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression115.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression115.txt |
| generalexpression116 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value != Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression116.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression116.txt |
| generalexpression117 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value != Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression117.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression117.txt |
| generalexpression118 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value != Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression118.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression118.txt |
| generalexpression119 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value != Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression119.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression119.txt |
| generalexpression120 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value != Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression120.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression120.txt |
| generalexpression121 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value != Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression121.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression121.txt |
| generalexpression122 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value != Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression122.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression122.txt |
| generalexpression123 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value != Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression123.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression123.txt |
| generalexpression124 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value != Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression124.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression124.txt |
| generalexpression125 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value != Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression125.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression125.txt |
| generalexpression126 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value != Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression126.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression126.txt |
| generalexpression127 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value != Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression127.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression127.txt |
| generalexpression128 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value != Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression128.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression128.txt |
| generalexpression129 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values != Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression129.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression129.txt |
| generalexpression130 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values != Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression130.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression130.txt |
| generalexpression131 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values != Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression131.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression131.txt |
| generalexpression132 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values != Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression132.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression132.txt |
| generalexpression133 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values != Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression133.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression133.txt |
| generalexpression134 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values != Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression134.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression134.txt |
| generalexpression135 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values != Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression135.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression135.txt |
| generalexpression136 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values != Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression136.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression136.txt |
| generalexpression137 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values != Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression137.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression137.txt |
| generalexpression138 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values != Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression138.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression138.txt |
| generalexpression139 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor != Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression139.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression139.txt |
| generalexpression140 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor != Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression140.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression140.txt |
| generalexpression141 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor != Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression141.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression141.txt |
| generalexpression142 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor != Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression142.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression142.txt |
| generalexpression143 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor != Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression143.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression143.txt |
| generalexpression144 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor != Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression144.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression144.txt |
| generalexpression145 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor != Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression145.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression145.txt |
| generalexpression146 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor != Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression146.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression146.txt |
| generalexpression147 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor != Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression147.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression147.txt |
| generalexpression148 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor != Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression148.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression148.txt |
| generalexpression149 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor != Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression149.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression149.txt |
| generalexpression150 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor != Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression150.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression150.txt |
| generalexpression151 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor != Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression151.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression151.txt |
| generalexpression152 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor != Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression152.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression152.txt |
| generalexpression153 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor != Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression153.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression153.txt |
| generalexpression154 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor != Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression154.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression154.txt |
| generalexpression155 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor != Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression155.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression155.txt |
| generalexpression156 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor != Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression156.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression156.txt |
| generalexpression157 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor != Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression157.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression157.txt |
| generalexpression158 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor != Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression158.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression158.txt |
| generalexpression159 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors != Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression159.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression159.txt |
| generalexpression160 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors != Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression160.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression160.txt |
| generalexpression161 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors != Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression161.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression161.txt |
| generalexpression162 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors != Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression162.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression162.txt |
| generalexpression163 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors != Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression163.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression163.txt |
| generalexpression164 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors != Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression164.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression164.txt |
| generalexpression165 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors != Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression165.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression165.txt |
| generalexpression166 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors != Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression166.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression166.txt |
| generalexpression167 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors != Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression167.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression167.txt |
| generalexpression168 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors != Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression168.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression168.txt |
| generalexpression169 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes != Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression169.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression169.txt |
| generalexpression170 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes != Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression170.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression170.txt |
| generalexpression171 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes != Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression171.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression171.txt |
| generalexpression172 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes != Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression172.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression172.txt |
| generalexpression173 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes != Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression173.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression173.txt |
| generalexpression174 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes != Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression174.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression174.txt |
| generalexpression175 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes != Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression175.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression175.txt |
| generalexpression176 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes != Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression176.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression176.txt |
| generalexpression177 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes != Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression177.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression177.txt |
| generalexpression178 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes != Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression178.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression178.txt |
| generalexpression179 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) != Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression179.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression179.txt |
| generalexpression180 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) != Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression180.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression180.txt |
| generalexpression181 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) != Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression181.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression181.txt |
| generalexpression182 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) != Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression182.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression182.txt |
| generalexpression183 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) != Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression183.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression183.txt |
| generalexpression184 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) != Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression184.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression184.txt |
| generalexpression185 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) != Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression185.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression185.txt |
| generalexpression186 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) != Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression186.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression186.txt |
| generalexpression187 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) != Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression187.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression187.txt |
| generalexpression188 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) != Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression188.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression188.txt |
| generalexpression189 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) != Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression189.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression189.txt |
| generalexpression190 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) != Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression190.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression190.txt |
| generalexpression191 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) != Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression191.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression191.txt |
| generalexpression192 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) != Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression192.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression192.txt |
| generalexpression193 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) != Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression193.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression193.txt |
| generalexpression194 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) != Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression194.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression194.txt |
| generalexpression195 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) != Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression195.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression195.txt |
| generalexpression196 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) != Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression196.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression196.txt |
| generalexpression197 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) != Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression197.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression197.txt |
| generalexpression198 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) != Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression198.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/generalexpression198.txt |
| K-GenCompNE-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where one or more operands is the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-1.txt |
| K-GenCompNE-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where one or more operands is the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-2.txt |
| K-GenCompNE-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where one or more operands is the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-3.txt |
| K-GenCompNE-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where one or more operands is the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-4.txt |
| K-GenCompNE-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where one or more operands is the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-5.txt |
| K-GenCompNE-6 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A syntactically invalid expression that reminds of a general comparison operator. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-GenCompNE-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from the XPath 2.0 specification. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-7.txt |
| K-GenCompNE-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing numeric promotion from xs:untypedAtomic. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-8.txt |
| K-GenCompNE-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing numeric promotion from xs:untypedAtomic. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-9.txt |
| K-GenCompNE-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing numeric promotion from xs:untypedAtomic. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-10.txt |
| K-GenCompNE-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing numeric promotion from xs:untypedAtomic. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-11.txt |
| K-GenCompNE-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing numeric promotion from xs:untypedAtomic. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-12.txt |
| K-GenCompNE-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An expression involving the '!=' operator that trigger certain optimization paths in some implementations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-13.txt |
| K-GenCompNE-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison involving xs:untypedAtomic/xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-14.txt |
| K-GenCompNE-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison involving xs:untypedAtomic/xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-15.txt |
| K-GenCompNE-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison involving xs:untypedAtomic/xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-16.txt |
| K-GenCompNE-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison involving xs:untypedAtomic/xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-17.txt |
| K-GenCompNE-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison involving xs:untypedAtomic/xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-18.txt |
| K-GenCompNE-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison involving xs:untypedAtomic/xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-19.txt |
| K-GenCompNE-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-20.txt |
| K-GenCompNE-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-21.txt |
| K-GenCompNE-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-22.txt |
| K-GenCompNE-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-23.txt |
| K-GenCompNE-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-24.txt |
| K-GenCompNE-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-25.txt |
| K-GenCompNE-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-26.txt |
| K-GenCompNE-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-27.txt |
| K-GenCompNE-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-28.txt |
| K-GenCompNE-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-29.txt |
| K-GenCompNE-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-30.txt |
| K-GenCompNE-31 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-GenCompNE-32 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-GenCompNE-33 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-GenCompNE-34 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-GenCompNE-35 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-GenCompNE-36 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-GenCompNE-37 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-GenCompNE-38 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-GenCompNE-39 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-GenCompNE-40 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-GenCompNE-41 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompNE/K-GenCompNE-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| generalexpression199 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence < Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression199.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression199.txt |
| generalexpression200 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence < Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression200.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression200.txt |
| generalexpression201 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence < Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression201.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression201.txt |
| generalexpression202 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence < Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression202.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression202.txt |
| generalexpression203 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence < Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression203.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression203.txt |
| generalexpression204 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence < Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression204.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression204.txt |
| generalexpression205 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence < Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression205.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression205.txt |
| generalexpression206 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence < Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression206.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression206.txt |
| generalexpression207 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence < Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression207.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression207.txt |
| generalexpression208 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence < Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression208.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression208.txt |
| generalexpression209 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value < Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression209.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression209.txt |
| generalexpression210 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value < Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression210.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression210.txt |
| generalexpression211 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value < Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression211.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression211.txt |
| generalexpression212 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value < Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression212.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression212.txt |
| generalexpression213 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value < Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression213.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression213.txt |
| generalexpression214 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value < Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression214.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression214.txt |
| generalexpression215 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value < Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression215.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression215.txt |
| generalexpression216 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value < Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression216.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression216.txt |
| generalexpression217 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value < Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression217.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression217.txt |
| generalexpression218 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value < Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression218.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression218.txt |
| generalexpression219 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value < Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression219.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression219.txt |
| generalexpression220 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value < Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression220.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression220.txt |
| generalexpression221 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value < Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression221.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression221.txt |
| generalexpression222 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value < Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression222.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression222.txt |
| generalexpression223 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value < Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression223.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression223.txt |
| generalexpression224 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value < Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression224.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression224.txt |
| generalexpression225 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value < Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression225.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression225.txt |
| generalexpression226 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value < Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression226.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression226.txt |
| generalexpression227 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value < Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression227.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression227.txt |
| generalexpression228 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values < Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression228.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression228.txt |
| generalexpression229 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values < Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression229.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression229.txt |
| generalexpression230 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values < Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression230.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression230.txt |
| generalexpression231 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values < Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression231.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression231.txt |
| generalexpression232 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values < Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression232.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression232.txt |
| generalexpression233 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values < Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression233.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression233.txt |
| generalexpression234 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values < Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression234.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression234.txt |
| generalexpression235 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values < Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression235.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression235.txt |
| generalexpression236 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values < Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression236.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression236.txt |
| generalexpression237 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values < Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression237.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression237.txt |
| generalexpression238 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor < Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression238.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression238.txt |
| generalexpression239 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor < Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression239.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression239.txt |
| generalexpression240 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor < Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression240.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression240.txt |
| generalexpression241 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor < Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression241.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression241.txt |
| generalexpression242 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor < Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression242.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression242.txt |
| generalexpression243 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor < Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression243.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression243.txt |
| generalexpression244 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor < Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression244.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression244.txt |
| generalexpression245 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor < Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression245.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression245.txt |
| generalexpression246 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor < Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression246.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression246.txt |
| generalexpression247 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor < Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression247.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression247.txt |
| generalexpression248 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor < Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression248.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression248.txt |
| generalexpression249 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor < Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression249.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression249.txt |
| generalexpression250 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor < Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression250.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression250.txt |
| generalexpression251 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor < Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression251.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression251.txt |
| generalexpression252 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor < Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression252.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression252.txt |
| generalexpression253 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor < Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression253.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression253.txt |
| generalexpression254 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor < Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression254.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression254.txt |
| generalexpression255 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor < Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression255.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression255.txt |
| generalexpression256 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor < Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression256.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression256.txt |
| generalexpression257 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor < Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression257.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression257.txt |
| generalexpression258 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors < Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression258.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression258.txt |
| generalexpression259 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors < Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression259.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression259.txt |
| generalexpression260 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors < Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression260.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression260.txt |
| generalexpression261 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors < Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression261.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression261.txt |
| generalexpression262 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors < Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression262.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression262.txt |
| generalexpression263 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors < Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression263.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression263.txt |
| generalexpression264 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors < Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression264.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression264.txt |
| generalexpression265 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors < Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression265.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression265.txt |
| generalexpression266 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors < Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression266.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression266.txt |
| generalexpression267 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors < Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression267.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression267.txt |
| generalexpression268 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes < Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression268.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression268.txt |
| generalexpression269 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes < Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression269.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression269.txt |
| generalexpression270 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes < Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression270.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression270.txt |
| generalexpression271 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes < Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression271.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression271.txt |
| generalexpression272 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes < Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression272.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression272.txt |
| generalexpression273 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes < Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression273.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression273.txt |
| generalexpression274 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes < Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression274.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression274.txt |
| generalexpression275 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes < Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression275.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression275.txt |
| generalexpression276 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes < Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression276.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression276.txt |
| generalexpression277 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes < Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression277.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression277.txt |
| generalexpression278 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) < Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression278.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression278.txt |
| generalexpression279 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) < Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression279.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression279.txt |
| generalexpression280 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) < Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression280.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression280.txt |
| generalexpression281 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) < Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression281.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression281.txt |
| generalexpression282 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) < Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression282.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression282.txt |
| generalexpression283 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) < Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression283.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression283.txt |
| generalexpression284 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) < Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression284.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression284.txt |
| generalexpression285 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) < Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression285.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression285.txt |
| generalexpression286 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) < Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression286.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression286.txt |
| generalexpression287 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) < Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression287.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression287.txt |
| generalexpression288 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) < Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression288.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression288.txt |
| generalexpression289 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) < Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression289.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression289.txt |
| generalexpression290 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) < Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression290.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression290.txt |
| generalexpression291 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) < Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression291.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression291.txt |
| generalexpression292 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) < Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression292.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression292.txt |
| generalexpression293 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) < Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression293.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression293.txt |
| generalexpression294 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) < Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression294.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression294.txt |
| generalexpression295 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) < Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression295.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression295.txt |
| generalexpression296 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) < Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression296.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression296.txt |
| generalexpression297 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) < Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression297.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/generalexpression297.txt |
| lessthanonanyuri-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "lt" operator on an xs:anyURI datatype. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/lessthanonanyuri-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/false.txt |
| K-GenCompLT-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where one or more operands is the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-1.txt |
| K-GenCompLT-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where one or more operands is the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-2.txt |
| K-GenCompLT-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where one or more operands is the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-3.txt |
| K-GenCompLT-4 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A syntactically invalid expression that reminds of a general comparison operator. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-GenCompLT-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-5.txt |
| K-GenCompLT-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-6.txt |
| K-GenCompLT-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-7.txt |
| K-GenCompLT-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-8.txt |
| K-GenCompLT-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-9.txt |
| K-GenCompLT-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-10.txt |
| K-GenCompLT-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-11.txt |
| K-GenCompLT-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-12.txt |
| K-GenCompLT-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-13.txt |
| K-GenCompLT-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-14.txt |
| K-GenCompLT-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-15.txt |
| K-GenCompLT-16 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-GenCompLT-17 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-GenCompLT-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| <= combined with count(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-18.txt |
| K-GenCompLT-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| < combined with count(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLT/K-GenCompLT-19.txt |
| generalexpression298 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence <= Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression298.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression298.txt |
| generalexpression299 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence <= Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression299.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression299.txt |
| generalexpression300 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence <= Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression300.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression300.txt |
| generalexpression301 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence <= Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression301.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression301.txt |
| generalexpression302 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence <= Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression302.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression302.txt |
| generalexpression303 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence <= Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression303.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression303.txt |
| generalexpression304 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence <= Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression304.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression304.txt |
| generalexpression305 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence <= Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression305.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression305.txt |
| generalexpression306 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence <= Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression306.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression306.txt |
| generalexpression307 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence <= Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression307.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression307.txt |
| generalexpression308 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value <= Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression308.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression308.txt |
| generalexpression309 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value <= Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression309.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression309.txt |
| generalexpression310 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value <= Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression310.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression310.txt |
| generalexpression311 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value <= Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression311.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression311.txt |
| generalexpression312 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value <= Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression312.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression312.txt |
| generalexpression313 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value <= Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression313.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression313.txt |
| generalexpression314 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value <= Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression314.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression314.txt |
| generalexpression315 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value <= Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression315.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression315.txt |
| generalexpression316 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value <= Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression316.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression316.txt |
| generalexpression317 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value <= Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression317.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression317.txt |
| generalexpression318 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value <= Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression318.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression318.txt |
| generalexpression319 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value <= Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression319.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression319.txt |
| generalexpression320 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value <= Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression320.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression320.txt |
| generalexpression321 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value <= Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression321.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression321.txt |
| generalexpression322 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value <= Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression322.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression322.txt |
| generalexpression323 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value <= Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression323.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression323.txt |
| generalexpression324 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value <= Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression324.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression324.txt |
| generalexpression325 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value <= Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression325.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression325.txt |
| generalexpression326 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value <= Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression326.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression326.txt |
| generalexpression327 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values <= Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression327.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression327.txt |
| generalexpression328 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values <= Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression328.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression328.txt |
| generalexpression329 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values <= Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression329.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression329.txt |
| generalexpression330 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values <= Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression330.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression330.txt |
| generalexpression331 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values <= Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression331.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression331.txt |
| generalexpression332 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values <= Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression332.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression332.txt |
| generalexpression333 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values <= Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression333.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression333.txt |
| generalexpression334 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values <= Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression334.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression334.txt |
| generalexpression335 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values <= Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression335.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression335.txt |
| generalexpression336 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values <= Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression336.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression336.txt |
| generalexpression337 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor <= Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression337.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression337.txt |
| generalexpression338 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor <= Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression338.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression338.txt |
| generalexpression339 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor <= Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression339.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression339.txt |
| generalexpression340 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor <= Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression340.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression340.txt |
| generalexpression341 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor <= Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression341.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression341.txt |
| generalexpression342 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor <= Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression342.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression342.txt |
| generalexpression343 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor <= Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression343.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression343.txt |
| generalexpression344 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor <= Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression344.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression344.txt |
| generalexpression345 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor <= Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression345.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression345.txt |
| generalexpression346 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor <= Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression346.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression346.txt |
| generalexpression347 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor <= Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression347.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression347.txt |
| generalexpression348 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor <= Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression348.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression348.txt |
| generalexpression349 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor <= Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression349.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression349.txt |
| generalexpression350 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor <= Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression350.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression350.txt |
| generalexpression351 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor <= Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression351.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression351.txt |
| generalexpression352 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor <= Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression352.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression352.txt |
| generalexpression353 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor <= Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression353.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression353.txt |
| generalexpression354 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor <= Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression354.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression354.txt |
| generalexpression355 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor <= Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression355.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression355.txt |
| generalexpression356 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor <= Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression356.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression356.txt |
| generalexpression357 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors <= Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression357.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression357.txt |
| generalexpression358 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors <= Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression358.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression358.txt |
| generalexpression359 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors <= Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression359.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression359.txt |
| generalexpression360 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors <= Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression360.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression360.txt |
| generalexpression361 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors <= Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression361.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression361.txt |
| generalexpression362 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors <= Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression362.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression362.txt |
| generalexpression363 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors <= Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression363.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression363.txt |
| generalexpression364 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors <= Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression364.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression364.txt |
| generalexpression365 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors <= Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression365.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression365.txt |
| generalexpression366 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors <= Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression366.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression366.txt |
| generalexpression367 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes <= Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression367.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression367.txt |
| generalexpression368 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes <= Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression368.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression368.txt |
| generalexpression369 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes <= Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression369.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression369.txt |
| generalexpression370 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes <= Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression370.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression370.txt |
| generalexpression371 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes <= Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression371.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression371.txt |
| generalexpression372 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes <= Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression372.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression372.txt |
| generalexpression373 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes <= Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression373.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression373.txt |
| generalexpression374 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes <= Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression374.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression374.txt |
| generalexpression375 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes <= Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression375.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression375.txt |
| generalexpression376 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes <= Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression376.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression376.txt |
| generalexpression377 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) <= Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression377.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression377.txt |
| generalexpression378 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) <= Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression378.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression378.txt |
| generalexpression379 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) <= Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression379.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression379.txt |
| generalexpression380 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) <= Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression380.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression380.txt |
| generalexpression381 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) <= Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression381.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression381.txt |
| generalexpression382 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) <= Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression382.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression382.txt |
| generalexpression383 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) <= Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression383.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression383.txt |
| generalexpression384 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) <= Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression384.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression384.txt |
| generalexpression385 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) <= Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression385.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression385.txt |
| generalexpression386 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) <= Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression386.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression386.txt |
| generalexpression387 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) <= Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression387.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression387.txt |
| generalexpression388 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) <= Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression388.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression388.txt |
| generalexpression389 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) <= Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression389.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression389.txt |
| generalexpression390 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) <= Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression390.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression390.txt |
| generalexpression391 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) <= Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression391.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression391.txt |
| generalexpression392 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) <= Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression392.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression392.txt |
| generalexpression393 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) <= Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression393.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression393.txt |
| generalexpression394 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) <= Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression394.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression394.txt |
| generalexpression395 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) <= Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression395.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression395.txt |
| generalexpression396 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) <= Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression396.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/generalexpression396.txt |
| lessthaneqonanyuri-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "le" operator on an xs:anyURI datatype. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/lessthaneqonanyuri-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/true.txt |
| K-GenCompLTEQ-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where one or more operands is the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/K-GenCompLTEQ-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/K-GenCompLTEQ-1.txt |
| K-GenCompLTEQ-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where one or more operands is the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/K-GenCompLTEQ-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/K-GenCompLTEQ-2.txt |
| K-GenCompLTEQ-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where one or more operands is the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/K-GenCompLTEQ-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/K-GenCompLTEQ-3.txt |
| K-GenCompLTEQ-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/K-GenCompLTEQ-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/K-GenCompLTEQ-4.txt |
| K-GenCompLTEQ-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/K-GenCompLTEQ-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/K-GenCompLTEQ-5.txt |
| K-GenCompLTEQ-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/K-GenCompLTEQ-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/K-GenCompLTEQ-6.txt |
| K-GenCompLTEQ-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/K-GenCompLTEQ-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/K-GenCompLTEQ-7.txt |
| K-GenCompLTEQ-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/K-GenCompLTEQ-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompLTEQ/K-GenCompLTEQ-8.txt |
| generalexpression397 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence > Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression397.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression397.txt |
| generalexpression398 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence > Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression398.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression398.txt |
| generalexpression399 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence > Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression399.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression399.txt |
| generalexpression400 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence > Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression400.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression400.txt |
| generalexpression401 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence > Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression401.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression401.txt |
| generalexpression402 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence > Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression402.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression402.txt |
| generalexpression403 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence > Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression403.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression403.txt |
| generalexpression404 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence > Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression404.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression404.txt |
| generalexpression405 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence > Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression405.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression405.txt |
| generalexpression406 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence > Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression406.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression406.txt |
| generalexpression407 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value > Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression407.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression407.txt |
| generalexpression408 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value > Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression408.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression408.txt |
| generalexpression409 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value > Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression409.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression409.txt |
| generalexpression410 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value > Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression410.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression410.txt |
| generalexpression411 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value > Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression411.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression411.txt |
| generalexpression412 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value > Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression412.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression412.txt |
| generalexpression413 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value > Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression413.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression413.txt |
| generalexpression414 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value > Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression414.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression414.txt |
| generalexpression415 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value > Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression415.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression415.txt |
| generalexpression416 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value > Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression416.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression416.txt |
| generalexpression417 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value > Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression417.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression417.txt |
| generalexpression418 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value > Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression418.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression418.txt |
| generalexpression419 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value > Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression419.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression419.txt |
| generalexpression420 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value > Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression420.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression420.txt |
| generalexpression421 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value > Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression421.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression421.txt |
| generalexpression422 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value > Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression422.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression422.txt |
| generalexpression423 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value > Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression423.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression423.txt |
| generalexpression424 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value > Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression424.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression424.txt |
| generalexpression425 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value > Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression425.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression425.txt |
| generalexpression426 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values > Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression426.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression426.txt |
| generalexpression427 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values > Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression427.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression427.txt |
| generalexpression428 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values > Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression428.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression428.txt |
| generalexpression429 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values > Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression429.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression429.txt |
| generalexpression430 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values > Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression430.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression430.txt |
| generalexpression431 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values > Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression431.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression431.txt |
| generalexpression432 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values > Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression432.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression432.txt |
| generalexpression433 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values > Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression433.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression433.txt |
| generalexpression434 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values > Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression434.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression434.txt |
| generalexpression435 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values > Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression435.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression435.txt |
| generalexpression436 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor > Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression436.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression436.txt |
| generalexpression437 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor > Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression437.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression437.txt |
| generalexpression438 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor > Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression438.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression438.txt |
| generalexpression439 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor > Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression439.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression439.txt |
| generalexpression440 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor > Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression440.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression440.txt |
| generalexpression441 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor > Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression441.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression441.txt |
| generalexpression442 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor > Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression442.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression442.txt |
| generalexpression443 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor > Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression443.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression443.txt |
| generalexpression444 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor > Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression444.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression444.txt |
| generalexpression445 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor > Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression445.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression445.txt |
| generalexpression446 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor > Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression446.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression446.txt |
| generalexpression447 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor > Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression447.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression447.txt |
| generalexpression448 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor > Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression448.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression448.txt |
| generalexpression449 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor > Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression449.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression449.txt |
| generalexpression450 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor > Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression450.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression450.txt |
| generalexpression451 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor > Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression451.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression451.txt |
| generalexpression452 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor > Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression452.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression452.txt |
| generalexpression453 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor > Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression453.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression453.txt |
| generalexpression454 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor > Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression454.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression454.txt |
| generalexpression455 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor > Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression455.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression455.txt |
| generalexpression456 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors > Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression456.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression456.txt |
| generalexpression457 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors > Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression457.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression457.txt |
| generalexpression458 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors > Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression458.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression458.txt |
| generalexpression459 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors > Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression459.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression459.txt |
| generalexpression460 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors > Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression460.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression460.txt |
| generalexpression461 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors > Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression461.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression461.txt |
| generalexpression462 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors > Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression462.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression462.txt |
| generalexpression463 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors > Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression463.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression463.txt |
| generalexpression464 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors > Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression464.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression464.txt |
| generalexpression465 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors > Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression465.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression465.txt |
| generalexpression466 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes > Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression466.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression466.txt |
| generalexpression467 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes > Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression467.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression467.txt |
| generalexpression468 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes > Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression468.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression468.txt |
| generalexpression469 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes > Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression469.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression469.txt |
| generalexpression470 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes > Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression470.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression470.txt |
| generalexpression471 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes > Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression471.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression471.txt |
| generalexpression472 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes > Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression472.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression472.txt |
| generalexpression473 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes > Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression473.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression473.txt |
| generalexpression474 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes > Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression474.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression474.txt |
| generalexpression475 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes > Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression475.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression475.txt |
| generalexpression476 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) > Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression476.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression476.txt |
| generalexpression477 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) > Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression477.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression477.txt |
| generalexpression478 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) > Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression478.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression478.txt |
| generalexpression479 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) > Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression479.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression479.txt |
| generalexpression480 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) > Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression480.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression480.txt |
| generalexpression481 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) > Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression481.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression481.txt |
| generalexpression482 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) > Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression482.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression482.txt |
| generalexpression483 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) > Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression483.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression483.txt |
| generalexpression484 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) > Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression484.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression484.txt |
| generalexpression485 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) > Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression485.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression485.txt |
| generalexpression486 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) > Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression486.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression486.txt |
| generalexpression487 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) > Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression487.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression487.txt |
| generalexpression488 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) > Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression488.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression488.txt |
| generalexpression489 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) > Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression489.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression489.txt |
| generalexpression490 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) > Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression490.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression490.txt |
| generalexpression491 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) > Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression491.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression491.txt |
| generalexpression492 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) > Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression492.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression492.txt |
| generalexpression493 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) > Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression493.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression493.txt |
| generalexpression494 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) > Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression494.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/generalexpression494.txt |
| greaterthanonanyuri-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "gt" operator on xs:anyURI data type. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/greaterthanonanyuri-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/false.txt |
| K-GenCompGT-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where one or more operands is the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-1.txt |
| K-GenCompGT-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where one or more operands is the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-2.txt |
| K-GenCompGT-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where one or more operands is the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-3.txt |
| K-GenCompGT-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-4.txt |
| K-GenCompGT-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-5.txt |
| K-GenCompGT-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-6.txt |
| K-GenCompGT-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-7.txt |
| K-GenCompGT-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-8.txt |
| K-GenCompGT-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-9.txt |
| K-GenCompGT-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-10.txt |
| K-GenCompGT-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where the operands are various various sequence of xs:integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-11.txt |
| K-GenCompGT-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-12.txt |
| K-GenCompGT-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-13.txt |
| K-GenCompGT-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-14.txt |
| K-GenCompGT-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-15.txt |
| K-GenCompGT-16 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-GenCompGT-17 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| General comparison which fails due to invalid operator combination or casting. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-GenCompGT-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| > combined with count(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-18.txt |
| K-GenCompGT-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| >= combined with count(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGT/K-GenCompGT-19.txt |
| generalexpression496 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence >= Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression496.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression496.txt |
| generalexpression497 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence >= Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression497.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression497.txt |
| generalexpression498 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence >= Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression498.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression498.txt |
| generalexpression499 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence >= Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression499.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression499.txt |
| generalexpression500 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence >= Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression500.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression500.txt |
| generalexpression501 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence >= Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression501.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression501.txt |
| generalexpression502 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence >= Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression502.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression502.txt |
| generalexpression503 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence >= Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression503.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression503.txt |
| generalexpression504 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence >= Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression504.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression504.txt |
| generalexpression505 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Empty sequence >= Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression505.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression505.txt |
| generalexpression506 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value >= Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression506.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression506.txt |
| generalexpression507 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value >= Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression507.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression507.txt |
| generalexpression508 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value >= Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression508.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression508.txt |
| generalexpression509 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value >= Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression509.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression509.txt |
| generalexpression510 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value >= Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression510.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression510.txt |
| generalexpression511 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value >= Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression511.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression511.txt |
| generalexpression512 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value >= Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression512.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression512.txt |
| generalexpression513 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value >= Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression513.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression513.txt |
| generalexpression514 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Atomic Value >= Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression514.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression514.txt |
| generalexpression515 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value >= Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression515.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression515.txt |
| generalexpression516 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value >= Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression516.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression516.txt |
| generalexpression517 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value >= Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression517.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression517.txt |
| generalexpression518 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value >= Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression518.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression518.txt |
| generalexpression519 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value >= Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression519.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression519.txt |
| generalexpression520 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value >= Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression520.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression520.txt |
| generalexpression521 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value >= Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression521.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression521.txt |
| generalexpression522 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value >= Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression522.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression522.txt |
| generalexpression523 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value >= Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression523.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression523.txt |
| generalexpression524 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic value >= Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression524.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression524.txt |
| generalexpression525 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values >= Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression525.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression525.txt |
| generalexpression526 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values >= Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression526.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression526.txt |
| generalexpression527 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values >= Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression527.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression527.txt |
| generalexpression528 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values >= Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression528.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression528.txt |
| generalexpression529 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values >= Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression529.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression529.txt |
| generalexpression530 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values >= Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression530.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression530.txt |
| generalexpression531 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values >= Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression531.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression531.txt |
| generalexpression532 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values >= Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression532.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression532.txt |
| generalexpression533 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values >= Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression533.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression533.txt |
| generalexpression534 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single atomic values >= Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression534.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression534.txt |
| generalexpression535 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor >= Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression535.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression535.txt |
| generalexpression536 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor >= Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression536.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression536.txt |
| generalexpression537 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor >= Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression537.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression537.txt |
| generalexpression538 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor >= Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression538.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression538.txt |
| generalexpression539 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor >= Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression539.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression539.txt |
| generalexpression540 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor >= Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression540.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression540.txt |
| generalexpression541 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor >= Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression541.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression541.txt |
| generalexpression542 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor >= Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression542.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression542.txt |
| generalexpression543 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor >= Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression543.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression543.txt |
| generalexpression544 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Element Constructor >= Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression544.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression544.txt |
| generalexpression545 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor >= Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression545.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression545.txt |
| generalexpression546 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor >= Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression546.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression546.txt |
| generalexpression547 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor >= Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression547.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression547.txt |
| generalexpression548 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor >= Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression548.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression548.txt |
| generalexpression549 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor >= Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression549.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression549.txt |
| generalexpression550 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor >= Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression550.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression550.txt |
| generalexpression551 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor >= Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression551.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression551.txt |
| generalexpression552 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor >= Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression552.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression552.txt |
| generalexpression553 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor >= Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression553.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression553.txt |
| generalexpression554 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element constructor >= Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression554.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression554.txt |
| generalexpression555 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors >= Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression555.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression555.txt |
| generalexpression556 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors >= Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression556.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression556.txt |
| generalexpression557 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors >= Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression557.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression557.txt |
| generalexpression558 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors >= Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression558.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression558.txt |
| generalexpression559 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors >= Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression559.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression559.txt |
| generalexpression560 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors >= Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression560.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression560.txt |
| generalexpression561 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors >= Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression561.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression561.txt |
| generalexpression562 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors >= Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression562.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression562.txt |
| generalexpression563 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors >= Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression563.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression563.txt |
| generalexpression564 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element constructors >= Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression564.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression564.txt |
| generalexpression565 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes >= Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression565.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression565.txt |
| generalexpression566 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes >= Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression566.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression566.txt |
| generalexpression567 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes >= Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression567.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression567.txt |
| generalexpression568 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes >= Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression568.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression568.txt |
| generalexpression569 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes >= Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression569.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression569.txt |
| generalexpression570 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes >= Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression570.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression570.txt |
| generalexpression571 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes >= Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression571.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression571.txt |
| generalexpression572 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes >= Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression572.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression572.txt |
| generalexpression573 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes >= Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression573.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression573.txt |
| generalexpression574 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of single element nodes >= Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression574.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression574.txt |
| generalexpression575 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) >= Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression575.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression575.txt |
| generalexpression576 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) >= Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression576.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression576.txt |
| generalexpression577 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) >= Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression577.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression577.txt |
| generalexpression578 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) >= Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression578.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression578.txt |
| generalexpression579 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) >= Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression579.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression579.txt |
| generalexpression580 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) >= Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression580.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression580.txt |
| generalexpression581 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) >= Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression581.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression581.txt |
| generalexpression582 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) >= Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression582.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression582.txt |
| generalexpression583 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) >= Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression583.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression583.txt |
| generalexpression584 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (single source) >= Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression584.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression584.txt |
| generalexpression585 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) >= Empty sequence. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression585.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression585.txt |
| generalexpression586 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) >= Atomic Value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression586.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression586.txt |
| generalexpression587 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) >= Sequence of single atomic value. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression587.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression587.txt |
| generalexpression588 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) >= Sequence of single atomic values. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression588.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression588.txt |
| generalexpression589 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) >= Element Constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression589.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression589.txt |
| generalexpression590 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) >= Sequence of single element constructor. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression590.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression590.txt |
| generalexpression591 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) >= Sequence of multiple element constructors. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression591.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression591.txt |
| generalexpression592 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) >= Sequence of single element nodes. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression592.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression592.txt |
| generalexpression593 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) >= Sequence of multiple element nodes (single source). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression593.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression593.txt |
| generalexpression594 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a General expression with the operands/operator set with the following format: Sequence of multiple element nodes (multiple sources) >= Sequence of multiple element nodes (multiple sources). | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression594.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/generalexpression594.txt |
| greaterthaneqonanyuri-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "ge" operator on xs:anyURI data type. | ||
| Spec Citations: | ||
| #id-general-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/greaterthaneqonanyuri-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/true.txt |
| K-GenCompGTEQ-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where one or more operands is the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/K-GenCompGTEQ-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/K-GenCompGTEQ-1.txt |
| K-GenCompGTEQ-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where one or more operands is the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/K-GenCompGTEQ-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/K-GenCompGTEQ-2.txt |
| K-GenCompGTEQ-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison where one or more operands is the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/K-GenCompGTEQ-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/K-GenCompGTEQ-3.txt |
| K-GenCompGTEQ-4 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A syntactically invalid expression that reminds of a general comparison operator. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/K-GenCompGTEQ-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-GenCompGTEQ-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An expression involving the '>=' operator that trigger certain optimization paths in some implementations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/K-GenCompGTEQ-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/K-GenCompGTEQ-5.txt |
| K-GenCompGTEQ-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/K-GenCompGTEQ-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/K-GenCompGTEQ-6.txt |
| K-GenCompGTEQ-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/K-GenCompGTEQ-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/K-GenCompGTEQ-7.txt |
| K-GenCompGTEQ-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/K-GenCompGTEQ-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/K-GenCompGTEQ-8.txt |
| K-GenCompGTEQ-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| General comparison causing a xs:untypedAtomic value to be cast to xs:boolean, and then compared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/K-GenCompGTEQ-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/K-GenCompGTEQ-9.txt |
| K-GenCompGTEQ-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| <= combined with count(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/K-GenCompGTEQ-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/GenComprsn/GenCompGTEQ/K-GenCompGTEQ-10.txt |
| nodeexpression1 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: empty Sequence is empty Sequence. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeSame/nodeexpression1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeSame/nodeexpression1.txt |
| nodeexpression2 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: empty Sequence is Single Element Constructor. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/NodeOp/NodeSame/nodeexpression2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeSame/nodeexpression2.txt |
| nodeexpression3 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: empty Sequence is Single Node Element. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeSame/nodeexpression3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeSame/nodeexpression3.txt |
| nodeexpression4 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: empty Sequence is Sequence of single Element Node. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeSame/nodeexpression4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeSame/nodeexpression4.txt |
| nodeexpression5 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Element Constructor is empty Sequence. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/NodeOp/NodeSame/nodeexpression5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeSame/nodeexpression5.txt |
| nodeexpression6 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Element Constructor is Single Element Constructor. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/NodeOp/NodeSame/nodeexpression6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeSame/nodeexpression6.txt |
| nodeexpression7 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Element Constructor is Single Node Element. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/NodeOp/NodeSame/nodeexpression7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeSame/nodeexpression7.txt |
| nodeexpression8 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Element Constructor is Sequence of single Element Node. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/NodeOp/NodeSame/nodeexpression8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeSame/nodeexpression8.txt |
| nodeexpression9 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Node Element is empty Sequence. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeSame/nodeexpression9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeSame/nodeexpression9.txt |
| nodeexpression10 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Node Element is Single Element Constructor. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/NodeOp/NodeSame/nodeexpression10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeSame/nodeexpression10.txt |
| nodeexpression11 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Node Element is Single Node Element. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeSame/nodeexpression11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeSame/nodeexpression11.txt |
| nodeexpression12 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Node Element is Sequence of single Element Node. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeSame/nodeexpression12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeSame/nodeexpression12.txt |
| nodeexpression13 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Sequence of single Element Node is empty Sequence. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeSame/nodeexpression13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeSame/nodeexpression13.txt |
| nodeexpression14 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Sequence of single Element Node is Single Element Constructor. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/NodeOp/NodeSame/nodeexpression14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeSame/nodeexpression14.txt |
| nodeexpression15 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Sequence of single Element Node is Single Node Element. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeSame/nodeexpression15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeSame/nodeexpression15.txt |
| nodeexpression16 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Sequence of single Element Node is Sequence of single Element Node. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeSame/nodeexpression16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeSame/nodeexpression16.txt |
| nodeexpressionhc1 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a node expression used as argument to a fn:not function. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeSame/nodeexpressionhc1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeSame/nodeexpressionhc1.txt |
| nodeexpressionhc2 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a node expression used as part of a boolean less than expression (lt operator). | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeSame/nodeexpressionhc2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeSame/nodeexpressionhc2.txt |
| nodeexpressionhc3 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a node expression used as part of a boolean less than expression (ge operator). | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeSame/nodeexpressionhc3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeSame/nodeexpressionhc3.txt |
| nodeexpressionhc4 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a node expression used as part of a boolean greater than expression (gt operator). | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeSame/nodeexpressionhc4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeSame/nodeexpressionhc4.txt |
| nodeexpressionhc5 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a node expression used as part of a boolean greater than expression (ge operator). | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeSame/nodeexpressionhc5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeSame/nodeexpressionhc5.txt |
| nodecomparisonerr-1 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of the "is-same-node" operator with one of the operands is not a single node or the empty sequence. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeSame/nodecomparisonerr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeSame/nodecomparisonerr-1.txt |
| Error: err:XPTY0004 | ||
| K-NodeSame-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(1 is ())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeSame/K-NodeSame-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/NodeComp/NodeSame/K-NodeSame-1.txt |
| Error: err:XPTY0004 | ||
| K-NodeSame-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(() is 1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeSame/K-NodeSame-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/NodeComp/NodeSame/K-NodeSame-2.txt |
| Error: err:XPTY0004 | ||
| K-NodeSame-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 is 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeSame/K-NodeSame-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NodeSame-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(() is ())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeSame/K-NodeSame-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/NodeComp/NodeSame/K-NodeSame-4.txt |
| K-NodeSame-5 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A syntactically invalid expression. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeSame/K-NodeSame-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NodeSame-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A query reminding of an invokation of 'is' operator. However, this is not a parse error(XPST0003), because it is a valid function call, although to a non-existant function. 'is' is not a reserved function name. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeSame/K-NodeSame-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| nodeexpression17 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: empty Sequence "<<" empty Sequence. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeBefore/nodeexpression17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpression17.txt |
| nodeexpression18 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: empty Sequence "<<" Single Element Constructor. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-before | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/NodeOp/NodeBefore/nodeexpression18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpression18.txt |
| nodeexpression19 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: empty Sequence "<<" Single Node Element. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeBefore/nodeexpression19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpression19.txt |
| nodeexpression20 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: empty Sequence "<<" Sequence of single Element Node. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeBefore/nodeexpression20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpression20.txt |
| nodeexpression21 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Element Constructor "<<" empty Sequence. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-before | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/NodeOp/NodeBefore/nodeexpression21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpression21.txt |
| nodeexpression22 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Element Constructor "<<" Single Element Constructor. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-before | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/NodeOp/NodeBefore/nodeexpression22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpression22.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpressionalt22.txt |
| nodeexpression23 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Element Constructor "<<" Single Node Element. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-before | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/NodeOp/NodeBefore/nodeexpression23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpression23.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpressionalt23.txt |
| nodeexpression24 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Element Constructor "<<" Sequence of single Element Node. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-before | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/NodeOp/NodeBefore/nodeexpression24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpression24.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpressionalt24.txt |
| nodeexpression25 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Node Element "<<" empty Sequence. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeBefore/nodeexpression25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpression25.txt |
| nodeexpression26 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Node Element "<<" Single Element Constructor. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-before | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/NodeOp/NodeBefore/nodeexpression26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpression26.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpression26alt.txt |
| nodeexpression27 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Node Element "<<" Single Node Element. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeBefore/nodeexpression27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpression27.txt |
| nodeexpression28 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Node Element "<<" Sequence of single Element Node. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeBefore/nodeexpression28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpression28.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpressionalt28.txt |
| nodeexpression29 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Sequence of single Element Node "<<" empty Sequence. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeBefore/nodeexpression29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpression29.txt |
| nodeexpression30 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Sequence of single Element Node "<<" Single Element Constructor. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-before | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/NodeOp/NodeBefore/nodeexpression30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpression30.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpression30alt.txt |
| nodeexpression31 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Sequence of single Element Node "<<" Single Node Element. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeBefore/nodeexpression31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpression31.txt |
| nodeexpression32 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Sequence of single Element Node "<<" Sequence of single Element Node. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeBefore/nodeexpression32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpression32.txt |
| nodeexpressionhc6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a Node before expression as an argument to the "fn:not" function. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeBefore/nodeexpressionhc6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpressionhc6.txt |
| nodeexpressionhc7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a Node before expression used as part of a boolean-less-than expression (lt operator). | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeBefore/nodeexpressionhc7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpressionhc7.txt |
| nodeexpressionhc8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a Node before expression used as part of a boolean-less-than expression (ge operator). | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeBefore/nodeexpressionhc8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpressionhc8.txt |
| nodeexpressionhc9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a Node before expression used as part of a boolean-greater-than expression (gt operator). | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeBefore/nodeexpressionhc9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpressionhc9.txt |
| nodeexpressionhc10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a Node before expression used as part of a boolean-greater-than expression (le operator). | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeBefore/nodeexpressionhc10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodeexpressionhc10.txt |
| nodecomparisonerr-2 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of the "node-before" operator with one of the operands is not a single node or the empty sequence. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeBefore/nodecomparisonerr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeBefore/nodecomparisonerr-2.txt |
| Error: err:XPTY0004 | ||
| K-NodeBefore-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(1 << ())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeBefore/K-NodeBefore-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/NodeComp/NodeBefore/K-NodeBefore-1.txt |
| Error: err:XPTY0004 | ||
| K-NodeBefore-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(() << 1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeBefore/K-NodeBefore-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/NodeComp/NodeBefore/K-NodeBefore-2.txt |
| Error: err:XPTY0004 | ||
| K-NodeBefore-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 << 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeBefore/K-NodeBefore-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NodeBefore-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(() << ())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeBefore/K-NodeBefore-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/NodeComp/NodeBefore/K-NodeBefore-4.txt |
| K-NodeBefore-5 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `() <<< ()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeBefore/K-NodeBefore-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NodeBefore-6 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `() <<`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeBefore/K-NodeBefore-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NodeBefore-7 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `<< ()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeBefore/K-NodeBefore-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NodeBefore-8 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `<<`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeBefore/K-NodeBefore-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NodeBefore-9 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 <<`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeBefore/K-NodeBefore-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NodeBefore-10 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `<< 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeBefore/K-NodeBefore-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NodeBefore-11 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `<<<`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeBefore/K-NodeBefore-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| nodeexpression33 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: empty Sequence ">>" empty Sequence. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeAfter/nodeexpression33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpression33.txt |
| nodeexpression34 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: empty Sequence ">>" Single Element Constructor. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-after | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/NodeOp/NodeAfter/nodeexpression34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpression34.txt |
| nodeexpression35 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: empty Sequence ">>" Single Node Element. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeAfter/nodeexpression35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpression35.txt |
| nodeexpression36 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: empty Sequence ">>" Sequence of single Element Node. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeAfter/nodeexpression36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpression36.txt |
| nodeexpression37 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Element Constructor ">>" empty Sequence. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-after | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/NodeOp/NodeAfter/nodeexpression37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpression37.txt |
| nodeexpression38 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Element Constructor ">>" Single Element Constructor. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-after | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/NodeOp/NodeAfter/nodeexpression38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpression38.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpressionalt38.txt |
| nodeexpression39 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Element Constructor ">>" Single Node Element. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-after | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/NodeOp/NodeAfter/nodeexpression39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpression39.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpressionalt39.txt |
| nodeexpression40 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Element Constructor ">>" Sequence of single Element Node. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-after | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/NodeOp/NodeAfter/nodeexpression40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpression40.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpressionalt40.txt |
| nodeexpression41 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Node Element ">>" empty Sequence. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeAfter/nodeexpression41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpression41.txt |
| nodeexpression42 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Node Element ">>" Single Element Constructor. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-after | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/NodeOp/NodeAfter/nodeexpression42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpression42.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpression42alt.txt |
| nodeexpression43 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Node Element ">>" Single Node Element. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeAfter/nodeexpression43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpression43.txt |
| nodeexpression44 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Single Node Element ">>" Sequence of single Element Node. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeAfter/nodeexpression44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpression44.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpressionalt44.txt |
| nodeexpression45 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Sequence of single Element Node ">>" empty Sequence. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeAfter/nodeexpression45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpression45.txt |
| nodeexpression46 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Sequence of single Element Node ">>" Single Element Constructor. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-after | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/NodeOp/NodeAfter/nodeexpression46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpression46.txt |
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpression46alt.txt |
| nodeexpression47 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Sequence of single Element Node ">>" Single Node Element. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeAfter/nodeexpression47.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works | |
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpression47.txt |
| nodeexpression48 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a Node expression With the operands/operator set with the following format: Sequence of single Element Node ">>" Sequence of single Element Node. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeAfter/nodeexpression48.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpression48.txt |
| nodeexpressionhc11 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a node after expression used as an argument to an fn:not function. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeAfter/nodeexpressionhc11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpressionhc11.txt |
| nodeexpressionhc12 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a node after expression used as part of a boolean-less-than expression (lt operator). | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeAfter/nodeexpressionhc12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpressionhc12.txt |
| nodeexpressionhc13 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a node after expression used as part of a boolean-less-than expression (ge operator). | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeAfter/nodeexpressionhc13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpressionhc13.txt |
| nodeexpressionhc14 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a node after expression used as part of a boolean-greater-than expression (gt operator). | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeAfter/nodeexpressionhc14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpressionhc14.txt |
| nodeexpressionhc15 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of a node after expression used as part of a boolean-greater-than expression (le operator). | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-node-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeAfter/nodeexpressionhc15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: staff | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodeexpressionhc15.txt |
| nodecomparisonerr-3 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of the "node-after" operator with one of the operands is not a single node or the empty sequence. | ||
| Spec Citations: | ||
| #id-node-comparisons | ||
| #func-is-same-node | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/NodeOp/NodeAfter/nodecomparisonerr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/NodeOp/NodeAfter/nodecomparisonerr-3.txt |
| Error: err:XPTY0004 | ||
| K-NodeAfter-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(1 >> ())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeAfter/K-NodeAfter-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/NodeComp/NodeAfter/K-NodeAfter-1.txt |
| Error: err:XPTY0004 | ||
| K-NodeAfter-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(() >> 1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeAfter/K-NodeAfter-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/NodeComp/NodeAfter/K-NodeAfter-2.txt |
| Error: err:XPTY0004 | ||
| K-NodeAfter-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 >> 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeAfter/K-NodeAfter-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NodeAfter-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(() >> ())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeAfter/K-NodeAfter-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/CompExpr/NodeComp/NodeAfter/K-NodeAfter-4.txt |
| K-NodeAfter-5 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `() >>> ()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeAfter/K-NodeAfter-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NodeAfter-6 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `() >>`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeAfter/K-NodeAfter-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NodeAfter-7 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `>> ()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeAfter/K-NodeAfter-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NodeAfter-8 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `>>`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeAfter/K-NodeAfter-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NodeAfter-9 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 >>`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeAfter/K-NodeAfter-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NodeAfter-10 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `>> 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeAfter/K-NodeAfter-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-NodeAfter-11 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `>>>`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/CompExpr/NodeComp/NodeAfter/K-NodeAfter-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| fn-union-node-args-001 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: node. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-001.txt |
| fn-union-node-args-002 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: incorrect nodes. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-002.txt |
| fn-union-node-args-003 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: node. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-003.txt |
| fn-union-node-args-004 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: text node and node. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-004.txt |
| fn-union-node-args-005 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: processing-instruction node and node. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-005.txt |
| fn-union-node-args-006 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: processing-instruction node and node. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-006.txt |
| fn-union-node-args-007 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: comment node and node. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-007.txt |
| fn-union-node-args-008 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: text node and node. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-008.txt |
| fn-union-node-args-009 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: processing-instruction node and node. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-009.txt |
| fn-union-node-args-010 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: processing-instruction node and node. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-010.txt |
| fn-union-node-args-011 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: comment node and node. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-011.txt |
| fn-union-node-args-012 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node and non existing node. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-012.txt |
| fn-union-node-args-013 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node and empty sequence. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-013.txt |
| fn-union-node-args-014 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: empty sequence and empty sequence. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-014.txt |
| fn-union-node-args-015 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node and node. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-015.txt |
| fn-union-node-args-016 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node and node. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-016.txt |
| fn-union-node-args-017 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node and node. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-017.txt |
| fn-union-node-args-018 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: text node and text node. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-018.txt |
| fn-union-node-args-019 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: text node and text node. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-019.txt |
| fn-union-node-args-020 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: text node and text node. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-020.txt |
| fn-union-node-args-021 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: text node and text node. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-021.txt |
| fn-union-node-args-022 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: text node and text node. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-022.txt |
| fn-union-node-args-023 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node and node. | ||
| Spec Citations: | ||
| #func-union | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-023.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqUnion/fn-union-node-args-023.txt |
| fn-intersect-node-args-001 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-001.txt |
| fn-intersect-node-args-002 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: incorrect nodes. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-002.txt |
| fn-intersect-node-args-003 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-003.txt |
| fn-intersect-node-args-004 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: text node and node. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-004.txt |
| fn-intersect-node-args-005 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: processing-instruction node and node. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-005.txt |
| fn-intersect-node-args-006 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: processing-instruction node and node. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-006.txt |
| fn-intersect-node-args-007 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: comment node and node. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-007.txt |
| fn-intersect-node-args-008 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: text node and node. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-008.txt |
| fn-intersect-node-args-009 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: processing-instruction node and node. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-009.txt |
| fn-intersect-node-args-010 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: processing-instruction node and node. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-010.txt |
| fn-intersect-node-args-011 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: comment node and node. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-011.txt |
| fn-intersect-node-args-012 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node and non existing node. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-012.txt |
| fn-intersect-node-args-013 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node and empty sequence. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-013.txt |
| fn-intersect-node-args-014 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: empty sequence and empty sequence. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-014.txt |
| fn-intersect-node-args-015 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node and node. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-015.txt |
| fn-intersect-node-args-016 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node and node. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-016.txt |
| fn-intersect-node-args-017 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node and node. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-017.txt |
| fn-intersect-node-args-018 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: text node and text node. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-018.txt |
| fn-intersect-node-args-019 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: text node and text node. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-019.txt |
| fn-intersect-node-args-020 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: text node and text node. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-020.txt |
| fn-intersect-node-args-021 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: text node and text node. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-021.txt |
| fn-intersect-node-args-022 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: text node and text node. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-022.txt |
| fn-intersect-node-args-023 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node and node. | ||
| Spec Citations: | ||
| #func-intersect | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-023.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqIntersect/fn-intersect-node-args-023.txt |
| fn-except-node-args-001 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-001.txt |
| fn-except-node-args-002 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: incorrect nodes. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-002.txt |
| fn-except-node-args-003 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-003.txt |
| fn-except-node-args-004 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: text node and node. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-004.txt |
| fn-except-node-args-005 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: processing-instruction node and node. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-005.txt |
| fn-except-node-args-006 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: processing-instruction node and node. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-006.txt |
| fn-except-node-args-007 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: comment node and node. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-007.txt |
| fn-except-node-args-008 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: text node and node. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-008.txt |
| fn-except-node-args-009 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: processing-instruction node and node. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-009.txt |
| fn-except-node-args-010 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: processing-instruction node and node. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-010.txt |
| fn-except-node-args-011 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: comment node and node. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-011.txt |
| fn-except-node-args-012 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node and non existing node. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-012.txt |
| fn-except-node-args-013 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node and empty sequence. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-013.txt |
| fn-except-node-args-014 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: empty sequence and empty sequence. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-014.txt |
| fn-except-node-args-015 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node and node. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-015.txt |
| fn-except-node-args-016 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node and node. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-016.txt |
| fn-except-node-args-017 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node and node. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-017.txt |
| fn-except-node-args-018 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: text node and text node. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-018.txt |
| fn-except-node-args-019 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: text node and text node. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-019.txt |
| fn-except-node-args-020 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: text node and text node. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-020.txt |
| fn-except-node-args-021 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: text node and text node. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-021.txt |
| fn-except-node-args-022 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node and node. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | ||
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-022.txt |
| fn-except-node-args-023 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Arg: node and node. | ||
| Spec Citations: | ||
| #func-except | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-023.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Operators/SeqOp/SeqExcept/fn-except-node-args-023.txt |
| op-logical-and-001 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using Boolean values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-001.xml |
| op-logical-and-002 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using Boolean values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-002.xml |
| op-logical-and-003 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using Boolean values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-003.xml |
| op-logical-and-004 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using Boolean values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-004.xml |
| op-logical-and-005 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using sequences. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-005.xml |
| op-logical-and-006 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using sequences. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-006.xml |
| op-logical-and-007 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using sequences. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-007.xml |
| op-logical-and-008 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using sequences. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-008.xml |
| op-logical-and-009 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using sequences. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-009.xml |
| op-logical-and-010 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using sequences. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-010.xml |
| op-logical-and-011 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using sequences. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-011.xml |
| op-logical-and-012 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using sequences. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-012.xml |
| op-logical-and-013 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using sequences. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-013.xml |
| op-logical-and-014 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using sequences. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-014.xml |
| op-logical-and-015 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using sequences. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-015.xml |
| op-logical-and-016 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using sequences. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-016.xml |
| op-logical-and-017 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using string values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-017.xml |
| op-logical-and-018 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using string values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-018.xml |
| op-logical-and-019 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using string values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-019.xml |
| op-logical-and-020 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using string values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-020.xml |
| op-logical-and-021 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using string values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-021.xml |
| op-logical-and-022 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using string values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-022.xml |
| op-logical-and-023 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using string values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-023.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-023.xml |
| op-logical-and-024 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using string values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-024.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-024.xml |
| op-logical-and-025 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using untypedAtomic values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-025.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-025.xml |
| op-logical-and-026 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using untypedAtomic values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-026.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-026.xml |
| op-logical-and-027 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using untypedAtomic values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-027.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-027.xml |
| op-logical-and-028 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using untypedAtomic values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-028.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-028.xml |
| op-logical-and-029 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using number values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-029.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-029.xml |
| op-logical-and-030 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using number values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-030.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-030.xml |
| op-logical-and-031 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using number values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-031.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-031.xml |
| op-logical-and-032 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using number values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-032.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-032.xml |
| op-logical-and-033 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using number values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-033.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-033.xml |
| op-logical-and-034 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-034.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-034.xml |
| op-logical-and-035 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-035.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-035.xml |
| op-logical-and-036 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-036.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-036.xml |
| op-logical-and-037 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-037.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-037.xml |
| op-logical-and-038 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-038.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-038.xml |
| op-logical-and-039 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-039.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-039.xml |
| op-logical-and-040 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-040.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-040.xml |
| op-logical-and-041 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-041.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-041.xml |
| op-logical-and-042 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-042.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-042.xml |
| op-logical-and-043 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-043.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-043.xml |
| op-logical-and-044 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-044.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-044.xml |
| op-logical-and-045 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-045.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-045.xml |
| op-logical-and-046 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-046.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-046.xml |
| op-logical-and-047 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-047.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-047.xml |
| op-logical-and-048 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-048.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-048.xml |
| op-logical-and-049 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-049.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-049.xml |
| op-logical-and-050 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-050.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-050.xml |
| op-logical-and-051 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-051.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-051.xml |
| op-logical-and-052 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-052.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-052.xml |
| op-logical-and-053 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-053.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-053.xml |
| op-logical-and-054 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-054.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-054.xml |
| op-logical-and-055 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-055.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-055.xml |
| op-logical-and-056 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-056.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-056.xml |
| op-logical-and-057 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-057.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-057.xml |
| op-logical-and-058 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-058.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-058.xml |
| op-logical-and-059 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-059.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-059.xml |
| op-logical-and-060 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-060.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-060.xml |
| op-logical-and-061 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-061.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-061.xml |
| op-logical-and-062 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using decimal values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-062.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-062.xml |
| op-logical-and-063 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using decimal values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-063.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-063.xml |
| op-logical-and-064 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using decimal values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-064.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-064.xml |
| op-logical-and-065 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using decimal values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-065.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-065.xml |
| op-logical-and-066 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using decimal values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-066.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-066.xml |
| op-logical-and-067 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using decimal values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-067.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-067.xml |
| op-logical-and-068 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using decimal values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-068.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-068.xml |
| op-logical-and-069 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using integer values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-069.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-069.xml |
| op-logical-and-070 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using integer values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-070.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-070.xml |
| op-logical-and-071 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using integer values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-071.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-071.xml |
| op-logical-and-072 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using integer values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-072.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-072.xml |
| op-logical-and-073 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using integer values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-073.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-073.xml |
| op-logical-and-074 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using integer values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-074.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-074.xml |
| op-logical-and-075 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using integer values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-075.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-075.xml |
| op-logical-and-076 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using nonPositiveInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-076.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-076.xml |
| op-logical-and-077 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using nonPositiveInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-077.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-077.xml |
| op-logical-and-078 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using nonPositiveInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-078.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-078.xml |
| op-logical-and-079 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using nonPositiveInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-079.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-079.xml |
| op-logical-and-080 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using nonPositiveInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-080.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-080.xml |
| op-logical-and-081 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using nonPositiveInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-081.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-081.xml |
| op-logical-and-082 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using nonPositiveInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-082.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-082.xml |
| op-logical-and-083 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using nonNegativeInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-083.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-083.xml |
| op-logical-and-084 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using nonNegativeInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-084.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-084.xml |
| op-logical-and-085 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using nonNegativeInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-085.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-085.xml |
| op-logical-and-086 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using nonNegativeInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-086.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-086.xml |
| op-logical-and-087 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using nonNegativeInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-087.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-087.xml |
| op-logical-and-088 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using nonNegativeInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-088.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-088.xml |
| op-logical-and-089 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using nonNegativeInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-089.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-089.xml |
| op-logical-and-090 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using negativeInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-090.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-090.xml |
| op-logical-and-091 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using negativeInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-091.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-091.xml |
| op-logical-and-092 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using negativeInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-092.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-092.xml |
| op-logical-and-093 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using positiveInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-093.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-093.xml |
| op-logical-and-094 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using positiveInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-094.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-094.xml |
| op-logical-and-095 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using positiveInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-095.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-095.xml |
| op-logical-and-096 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using long values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-096.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-096.xml |
| op-logical-and-097 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using long values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-097.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-097.xml |
| op-logical-and-098 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using long values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-098.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-098.xml |
| op-logical-and-099 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using long values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-099.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-099.xml |
| op-logical-and-100 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using long values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-100.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-100.xml |
| op-logical-and-101 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using long values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-101.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-101.xml |
| op-logical-and-102 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using long values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-102.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-102.xml |
| op-logical-and-103 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using long values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-103.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-103.xml |
| op-logical-and-104 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using long values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-104.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-104.xml |
| op-logical-and-105 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedLong values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-105.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-105.xml |
| op-logical-and-106 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedLong values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-106.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-106.xml |
| op-logical-and-107 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedLong values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-107.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-107.xml |
| op-logical-and-108 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedLong values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-108.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-108.xml |
| op-logical-and-109 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedLong values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-109.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-109.xml |
| op-logical-and-110 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedLong values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-110.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-110.xml |
| op-logical-and-111 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedLong values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-111.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-111.xml |
| op-logical-and-112 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using int values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-112.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-112.xml |
| op-logical-and-113 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using int values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-113.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-113.xml |
| op-logical-and-114 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using int values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-114.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-114.xml |
| op-logical-and-115 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using int values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-115.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-115.xml |
| op-logical-and-116 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using int values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-116.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-116.xml |
| op-logical-and-117 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using int values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-117.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-117.xml |
| op-logical-and-118 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using int values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-118.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-118.xml |
| op-logical-and-119 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using int values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-119.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-119.xml |
| op-logical-and-120 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using int values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-120.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-120.xml |
| op-logical-and-121 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedInt values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-121.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-121.xml |
| op-logical-and-122 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedInt values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-122.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-122.xml |
| op-logical-and-123 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedInt values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-123.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-123.xml |
| op-logical-and-124 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedInt values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-124.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-124.xml |
| op-logical-and-125 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedInt values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-125.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-125.xml |
| op-logical-and-126 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedInt values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-126.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-126.xml |
| op-logical-and-127 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedInt values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-127.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-127.xml |
| op-logical-and-128 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using short values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-128.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-128.xml |
| op-logical-and-129 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using short values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-129.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-129.xml |
| op-logical-and-130 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using short values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-130.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-130.xml |
| op-logical-and-131 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using short values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-131.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-131.xml |
| op-logical-and-132 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using short values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-132.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-132.xml |
| op-logical-and-133 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using short values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-133.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-133.xml |
| op-logical-and-134 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using short values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-134.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-134.xml |
| op-logical-and-135 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using short values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-135.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-135.xml |
| op-logical-and-136 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using short values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-136.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-136.xml |
| op-logical-and-137 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedShort values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-137.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-137.xml |
| op-logical-and-138 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedShort values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-138.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-138.xml |
| op-logical-and-139 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedShort values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-139.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-139.xml |
| op-logical-and-140 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedShort values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-140.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-140.xml |
| op-logical-and-141 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedShort values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-141.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-141.xml |
| op-logical-and-142 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedShort values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-142.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-142.xml |
| op-logical-and-143 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedShort values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-143.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-143.xml |
| op-logical-and-144 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using byte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-144.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-144.xml |
| op-logical-and-145 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using byte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-145.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-145.xml |
| op-logical-and-146 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using byte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-146.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-146.xml |
| op-logical-and-147 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using byte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-147.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-147.xml |
| op-logical-and-148 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using byte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-148.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-148.xml |
| op-logical-and-149 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using byte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-149.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-149.xml |
| op-logical-and-150 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using byte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-150.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-150.xml |
| op-logical-and-151 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using byte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-151.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-151.xml |
| op-logical-and-152 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using byte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-152.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-152.xml |
| op-logical-and-153 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedByte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-153.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-153.xml |
| op-logical-and-154 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedByte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-154.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-154.xml |
| op-logical-and-155 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedByte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-155.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-155.xml |
| op-logical-and-156 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedByte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-156.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-156.xml |
| op-logical-and-157 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedByte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-157.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-157.xml |
| op-logical-and-158 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedByte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-158.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-158.xml |
| op-logical-and-159 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'and' using unsignedByte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-and-159.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-and-159.xml |
| op-logical-or-001 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using boolean values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-001.xml |
| op-logical-or-002 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using boolean values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-002.xml |
| op-logical-or-003 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using boolean values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-003.xml |
| op-logical-or-004 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using boolean values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-004.xml |
| op-logical-or-005 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using sequences values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-005.xml |
| op-logical-or-006 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using sequences values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-006.xml |
| op-logical-or-007 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using sequences values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-007.xml |
| op-logical-or-008 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using sequences values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-008.xml |
| op-logical-or-009 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using sequences values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-009.xml |
| op-logical-or-010 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using sequences values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-010.xml |
| op-logical-or-011 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using sequences values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-011.xml |
| op-logical-or-012 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using sequences values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-012.xml |
| op-logical-or-013 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using sequences values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-013.xml |
| op-logical-or-014 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using sequences values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-014.xml |
| op-logical-or-015 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using sequences values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-015.xml |
| op-logical-or-016 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using sequences values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-016.xml |
| op-logical-or-017 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using string values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-017.xml |
| op-logical-or-018 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using string values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-018.xml |
| op-logical-or-019 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using string values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-019.xml |
| op-logical-or-020 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using string values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-020.xml |
| op-logical-or-021 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using string values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-021.xml |
| op-logical-or-022 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using string values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-022.xml |
| op-logical-or-023 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using string values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-023.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-023.xml |
| op-logical-or-024 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using string values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-024.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-024.xml |
| op-logical-or-025 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using untypedAtomic values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-025.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-025.xml |
| op-logical-or-026 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using untypedAtomic values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-026.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-026.xml |
| op-logical-or-027 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using untypedAtomic values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-027.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-027.xml |
| op-logical-or-028 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using untypedAtomic values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-028.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-028.xml |
| op-logical-or-029 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using number values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-029.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-029.xml |
| op-logical-or-030 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using number values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-030.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-030.xml |
| op-logical-or-031 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using number values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-031.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-031.xml |
| op-logical-or-032 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using number values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-032.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-032.xml |
| op-logical-or-033 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using number values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-033.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-033.xml |
| op-logical-or-034 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-034.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-034.xml |
| op-logical-or-035 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-035.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-035.xml |
| op-logical-or-036 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-036.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-036.xml |
| op-logical-or-037 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-037.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-037.xml |
| op-logical-or-038 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-038.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-038.xml |
| op-logical-or-039 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-039.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-039.xml |
| op-logical-or-040 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-040.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-040.xml |
| op-logical-or-041 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-041.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-041.xml |
| op-logical-or-042 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-042.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-042.xml |
| op-logical-or-043 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-043.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-043.xml |
| op-logical-or-044 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-044.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-044.xml |
| op-logical-or-045 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-045.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-045.xml |
| op-logical-or-046 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-046.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-046.xml |
| op-logical-or-047 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using float values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-047.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-047.xml |
| op-logical-or-048 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-048.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-048.xml |
| op-logical-or-049 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-049.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-049.xml |
| op-logical-or-050 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-050.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-050.xml |
| op-logical-or-051 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-051.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-051.xml |
| op-logical-or-052 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-052.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-052.xml |
| op-logical-or-053 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-053.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-053.xml |
| op-logical-or-054 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-054.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-054.xml |
| op-logical-or-055 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-055.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-055.xml |
| op-logical-or-056 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-056.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-056.xml |
| op-logical-or-057 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-057.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-057.xml |
| op-logical-or-058 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-058.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-058.xml |
| op-logical-or-059 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-059.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-059.xml |
| op-logical-or-060 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-060.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-060.xml |
| op-logical-or-061 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using double values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-061.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-061.xml |
| op-logical-or-062 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using decimal values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-062.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-062.xml |
| op-logical-or-063 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using decimal values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-063.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-063.xml |
| op-logical-or-064 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using decimal values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-064.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-064.xml |
| op-logical-or-065 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using decimal values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-065.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-065.xml |
| op-logical-or-066 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using decimal values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-066.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-066.xml |
| op-logical-or-067 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using decimal values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-067.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-067.xml |
| op-logical-or-068 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using decimal values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-068.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-068.xml |
| op-logical-or-069 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using integer values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-069.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-069.xml |
| op-logical-or-070 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using integer values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-070.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-070.xml |
| op-logical-or-071 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using integer values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-071.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-071.xml |
| op-logical-or-072 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using integer values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-072.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-072.xml |
| op-logical-or-073 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using integer values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-073.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-073.xml |
| op-logical-or-074 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using integer values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-074.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-074.xml |
| op-logical-or-075 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using integer values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-075.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-075.xml |
| op-logical-or-076 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using nonPositiveInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-076.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-076.xml |
| op-logical-or-077 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using nonPositiveInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-077.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-077.xml |
| op-logical-or-078 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using nonPositiveInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-078.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-078.xml |
| op-logical-or-079 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using nonPositiveInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-079.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-079.xml |
| op-logical-or-080 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using nonPositiveInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-080.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-080.xml |
| op-logical-or-081 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using nonPositiveInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-081.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-081.xml |
| op-logical-or-082 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using nonPositiveInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-082.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-082.xml |
| op-logical-or-083 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using nonNegativeInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-083.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-083.xml |
| op-logical-or-084 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using nonNegativeInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-084.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-084.xml |
| op-logical-or-085 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using nonNegativeInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-085.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-085.xml |
| op-logical-or-086 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using nonNegativeInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-086.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-086.xml |
| op-logical-or-087 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using nonNegativeInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-087.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-087.xml |
| op-logical-or-088 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using nonNegativeInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-088.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-088.xml |
| op-logical-or-089 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using nonNegativeInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-089.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-089.xml |
| op-logical-or-090 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using negativeInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-090.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-090.xml |
| op-logical-or-091 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using negativeInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-091.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-091.xml |
| op-logical-or-092 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using negativeInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-092.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-092.xml |
| op-logical-or-093 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using positiveInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-093.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-093.xml |
| op-logical-or-094 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using positiveInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-094.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-094.xml |
| op-logical-or-095 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using positiveInteger values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-095.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-095.xml |
| op-logical-or-096 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using long values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-096.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-096.xml |
| op-logical-or-097 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using long values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-097.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-097.xml |
| op-logical-or-098 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using long values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-098.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-098.xml |
| op-logical-or-099 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using long values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-099.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-099.xml |
| op-logical-or-100 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using long values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-100.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-100.xml |
| op-logical-or-101 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using long values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-101.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-101.xml |
| op-logical-or-102 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using long values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-102.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-102.xml |
| op-logical-or-103 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using long values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-103.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-103.xml |
| op-logical-or-104 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using long values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-104.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-104.xml |
| op-logical-or-105 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedLong values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-105.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-105.xml |
| op-logical-or-106 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedLong values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-106.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-106.xml |
| op-logical-or-107 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedLong values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-107.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-107.xml |
| op-logical-or-108 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedLong values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-108.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-108.xml |
| op-logical-or-109 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedLong values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-109.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-109.xml |
| op-logical-or-110 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedLong values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-110.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-110.xml |
| op-logical-or-111 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedLong values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-111.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-111.xml |
| op-logical-or-112 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using int values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-112.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-112.xml |
| op-logical-or-113 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using int values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-113.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-113.xml |
| op-logical-or-114 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using int values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-114.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-114.xml |
| op-logical-or-115 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using int values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-115.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-115.xml |
| op-logical-or-116 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using int values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-116.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-116.xml |
| op-logical-or-117 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using int values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-117.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-117.xml |
| op-logical-or-118 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using int values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-118.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-118.xml |
| op-logical-or-119 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using int values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-119.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-119.xml |
| op-logical-or-120 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using int values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-120.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-120.xml |
| op-logical-or-121 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedInt values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-121.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-121.xml |
| op-logical-or-122 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedInt values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-122.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-122.xml |
| op-logical-or-123 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedInt values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-123.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-123.xml |
| op-logical-or-124 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedInt values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-124.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-124.xml |
| op-logical-or-125 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedInt values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-125.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-125.xml |
| op-logical-or-126 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedInt values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-126.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-126.xml |
| op-logical-or-127 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedInt values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-127.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-127.xml |
| op-logical-or-128 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using short values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-128.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-128.xml |
| op-logical-or-129 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using short values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-129.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-129.xml |
| op-logical-or-130 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using short values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-130.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-130.xml |
| op-logical-or-131 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using short values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-131.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-131.xml |
| op-logical-or-132 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using short values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-132.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-132.xml |
| op-logical-or-133 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using short values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-133.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-133.xml |
| op-logical-or-134 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using short values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-134.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-134.xml |
| op-logical-or-135 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using short values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-135.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-135.xml |
| op-logical-or-136 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using short values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-136.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-136.xml |
| op-logical-or-137 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedShort values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-137.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-137.xml |
| op-logical-or-138 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedShort values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-138.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-138.xml |
| op-logical-or-139 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedShort values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-139.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-139.xml |
| op-logical-or-140 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedShort values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-140.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-140.xml |
| op-logical-or-141 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedShort values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-141.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-141.xml |
| op-logical-or-142 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedShort values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-142.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-142.xml |
| op-logical-or-143 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedShort values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-143.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-143.xml |
| op-logical-or-144 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using byte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-144.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-144.xml |
| op-logical-or-145 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using byte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-145.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-145.xml |
| op-logical-or-146 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using byte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-146.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-146.xml |
| op-logical-or-147 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using byte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-147.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-147.xml |
| op-logical-or-148 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using byte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-148.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-148.xml |
| op-logical-or-149 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using byte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-149.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-149.xml |
| op-logical-or-150 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using byte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-150.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-150.xml |
| op-logical-or-151 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using byte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-151.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-151.xml |
| op-logical-or-152 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using byte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-152.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-152.xml |
| op-logical-or-153 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedByte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-153.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-153.xml |
| op-logical-or-154 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedByte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-154.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-154.xml |
| op-logical-or-155 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedByte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-155.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-155.xml |
| op-logical-or-156 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedByte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-156.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-156.xml |
| op-logical-or-157 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedByte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-157.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-157.xml |
| op-logical-or-158 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedByte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-158.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-158.xml |
| op-logical-or-159 | Scenario: standard | Creator: Lalith Kumar |
| Description: | ||
| Logical 'or' using unsignedByte values. | ||
| Spec Citations: | ||
| #id-logical-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/LogicExpr/op-logical-or-159.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/LogicExpr/op-logical-or-159.xml |
| K-LogicExpr-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not("" or 0)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-1.txt |
| K-LogicExpr-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(0 or 0)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-2.txt |
| K-LogicExpr-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(0 or 0)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-3.txt |
| K-LogicExpr-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not("" or 0)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-4.txt |
| K-LogicExpr-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 or 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-5.txt |
| K-LogicExpr-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 or 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-6.txt |
| K-LogicExpr-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 or 5`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-7.txt |
| K-LogicExpr-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Non-empty xs:anyURIs in the left branch of an or-expression has an EBV value of true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-8.txt |
| K-LogicExpr-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Non-empty xs:anyURIs in the right branch of an or-expression has an EBV value of true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-9.txt |
| K-LogicExpr-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Non-empty xs:anyURIs in the left branch of an or-expression has an EBV value of true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-10.txt |
| K-LogicExpr-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Non-empty xs:anyURIs in the right branch of an or-expression has an EBV value of true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-11.txt |
| K-LogicExpr-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Non-empty xs:untypedAtomics in the left branch of an or-expression has an EBV value of true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-12.txt |
| K-LogicExpr-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Non-empty xs:untypedAtomics in the right branch of an or-expression has an EBV value of true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-13.txt |
| K-LogicExpr-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `true() or (0, current-time())[1] treat as xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-14.txt |
| K-LogicExpr-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(0, current-time())[1] treat as xs:integer or true()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-15.txt |
| K-LogicExpr-16 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An 'or' expression having an operand which EBV cannot be extracted from. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-LogicExpr-17 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An 'or' expression having an operand which EBV cannot be extracted from. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-LogicExpr-18 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An 'or' expression whose operands EBV cannot be extracted from. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-LogicExpr-19 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An 'and' expression having an operand which EBV cannot be extracted from. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-LogicExpr-20 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An 'and' expression having an operand which EBV cannot be extracted from. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-LogicExpr-21 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An 'and' expression whose operands EBV cannot be extracted from. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-LogicExpr-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An and-test applied on fn:count(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-22.txt |
| K-LogicExpr-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An or-test applied on fn:count(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-23.txt |
| K-LogicExpr-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An or-test applied on fn:count(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-24.txt |
| K-LogicExpr-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| or expression combined with fn:boolean(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-25.txt |
| K-LogicExpr-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| and expression combined or fn:boolean(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-26.txt |
| K-LogicExpr-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| or expression combined with fn:boolean(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-27.txt |
| K-LogicExpr-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not("" and 0)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-28.txt |
| K-LogicExpr-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 and 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-29.txt |
| K-LogicExpr-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `10.3 and "non-zero length string"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-30.txt |
| K-LogicExpr-31 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 and 5`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-31.txt |
| K-LogicExpr-32 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not((1, current-time())[1] treat as xs:integer and false())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-32.txt |
| K-LogicExpr-33 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(false() and (1, current-time())[1] treat as xs:integer)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-33.txt |
| K-LogicExpr-34 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Non-empty xs:anyURIs have an EBV value of true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-34.txt |
| K-LogicExpr-35 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Empty xs:anyURIs have an EBV value of false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-35.txt |
| K-LogicExpr-36 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Empty xs:anyURIs have an EBV value of false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-36.txt |
| K-LogicExpr-37 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Non-empty xs:untypedAtomics have an EBV value of true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-37.txt |
| K-LogicExpr-38 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Empty xs:untypedAtomics have an EBV value of false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-38.txt |
| K-LogicExpr-39 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An and-test applied on fn:count(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-39.txt |
| K-LogicExpr-40 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An and-test applied on fn:count(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-40.txt |
| K-LogicExpr-41 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An and-test applied on fn:count(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-41.txt |
| K-LogicExpr-42 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| and-expression combined with fn:boolean(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-42.txt |
| K-LogicExpr-43 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| and-expression combined with fn:boolean(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-43.txt |
| K-LogicExpr-44 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| and-expression combined with fn:boolean(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-44.txt |
| K-LogicExpr-45 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `"a string is ok" and QName("", "local")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-LogicExpr-46 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `"a string is ok" or QName("", "local")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/LogicExpr/K-LogicExpr-46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/LogicExpr/K-LogicExpr-46.txt |
| Error: err:FORG0006 | ||
| Constr-elem-empty-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Empty element constructor. | ||
| Spec Citations: | ||
| #id-element-constructor | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/Constr-elem-empty-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/Constr-elem-empty-1.xml |
| Constr-elem-empty-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Empty element constructor with closing tag. | ||
| Spec Citations: | ||
| #id-element-constructor | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/Constr-elem-empty-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/Constr-elem-empty-2.xml |
| Constr-elem-empty-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Number of child nodes for empty element. | ||
| Spec Citations: | ||
| #id-element-constructor | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/Constr-elem-empty-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/Constr-elem-empty-3.txt |
| Constr-elem-empty-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Number of child nodes for empty element. | ||
| Spec Citations: | ||
| #id-element-constructor | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/Constr-elem-empty-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/Constr-elem-empty-4.txt |
| Constr-elem-empty-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Whitespace in element constructor. | ||
| Spec Citations: | ||
| #id-element-constructor | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/Constr-elem-empty-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/Constr-elem-empty-5.xml |
| Constr-elem-matchtag-1 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| Begin tag does not match end tag. | ||
| Spec Citations: | ||
| #id-element-constructor | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/Constr-elem-matchtag-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-elem-matchtag-2 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| Begin tag does not match end tag with namespace prefix. | ||
| Spec Citations: | ||
| #id-element-constructor | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/Constr-elem-matchtag-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-elem-curlybr-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Element constructor with open curly brace. | ||
| Spec Citations: | ||
| #id-element-constructor | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/Constr-elem-curlybr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/Constr-elem-curlybr-1.xml |
| Constr-elem-curlybr-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Element constructor with closing curly brace. | ||
| Spec Citations: | ||
| #id-element-constructor | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/Constr-elem-curlybr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/Constr-elem-curlybr-2.xml |
| Constr-elem-curlybr-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Character reference for open curly brace. | ||
| Spec Citations: | ||
| #id-element-constructor | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/Constr-elem-curlybr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/Constr-elem-curlybr-3.xml |
| Constr-elem-curlybr-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Character reference for closing curly brace. | ||
| Spec Citations: | ||
| #id-element-constructor | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/Constr-elem-curlybr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/Constr-elem-curlybr-4.xml |
| Constr-elem-curlybr-5 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| Single open curly brace. | ||
| Spec Citations: | ||
| #id-element-constructor | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/Constr-elem-curlybr-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-elem-curlybr-6 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| Single closing curly brace. | ||
| Spec Citations: | ||
| #id-element-constructor | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/Constr-elem-curlybr-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-attr-syntax-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Single attribute. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-syntax-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-syntax-1.xml |
| Constr-attr-syntax-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Multiple attributes. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-syntax-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-syntax-2.xml |
| Constr-attr-syntax-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Single quotes for attribute. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-syntax-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-syntax-3.xml |
| Constr-attr-syntax-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Escaped single quote. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-syntax-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-syntax-4.xml |
| Constr-attr-syntax-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Escaped double quote. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-syntax-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-syntax-5.xml |
| Constr-attr-syntax-6 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| Mismatched quotes. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-syntax-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-attr-syntax-7 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| Mismatched quotes. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-syntax-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-attr-syntax-8 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Whitespace between attributes. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-syntax-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-syntax-8.xml |
| Constr-attr-syntax-9 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Whitespace in attribute definition. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-syntax-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-syntax-9.xml |
| Constr-attr-syntax-10 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Whitespace after last attribute. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-syntax-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-syntax-10.xml |
| Constr-attr-parent-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Attribute parent element. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-parent-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-parent-1.txt |
| Constr-attr-nsdecl-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Namespace declaration does not count as attribute. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-nsdecl-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-nsdecl-1.txt |
| Constr-attr-nsdecl-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Namespace default declaration does not count as attribute. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-nsdecl-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-nsdecl-2.txt |
| Constr-attr-nspre-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Attribute prefix declared in prolog. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-nspre-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-nspre-1.xml |
| Constr-attr-nspre-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Attribute prefix declared in parent element. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-nspre-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-nspre-2.xml |
| Constr-attr-nsprein-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Attribute prefix declared in same element before. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-nsprein-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-nsprein-1.xml |
| Constr-attr-nsprein-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Attribute prefix declared in same element after. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-nsprein-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-nsprein-2.xml |
| Constr-attr-distnames-1 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Attributes with identical local names. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-distnames-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0040 | ||
| Constr-attr-distnames-2 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Attributes with identical local names. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-distnames-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0040 | ||
| Constr-attr-distnames-3 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Attributes with identical local names. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-distnames-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0040 | ||
| Constr-attr-distnames-4 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Attributes with identical local name and URI. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-distnames-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0040 | ||
| Constr-attr-content-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Direct attribute content characters. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-content-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-content-1.xml |
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-content-1b.xml |
| Constr-attr-content-2 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| Illegal attribute content {. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-content-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-attr-content-3 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| Illegal attribute content }. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-content-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-attr-content-4 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| Illegal attribute content <. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-content-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-attr-content-5 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| Illegal attribute content &. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-content-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-attr-ws-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Attribute normalization line feed. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-ws-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-ws-1.xml |
| Constr-attr-ws-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Attribute normalization tab. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-ws-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-ws-2.xml |
| Constr-attr-ws-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Attribute normalization char ref. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-ws-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-ws-3.xml |
| Constr-attr-ws-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Attribute normalization char ref. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-ws-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-ws-4.xml |
| Constr-attr-ws-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Attribute normalization char ref. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-ws-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-ws-5.xml |
| Constr-attr-entref-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Entity references in attribute content. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-entref-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-entref-1.xml |
| Constr-attr-entref-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Entity references in attribute content. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-entref-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-entref-2.txt |
| Constr-attr-charref-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Character references in attribute content. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-charref-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-charref-1.xml |
| Constr-attr-enclexpr-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in attribute content - atomic values. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-enclexpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-enclexpr-1.xml |
| Constr-attr-enclexpr-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in attribute content - nodes. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-enclexpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-enclexpr-2.xml |
| Constr-attr-enclexpr-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in attribute content - empty string. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-enclexpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-enclexpr-3.xml |
| Constr-attr-enclexpr-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in attribute content - empty node. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-enclexpr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-enclexpr-4.xml |
| Constr-attr-enclexpr-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in attribute content - mix direct content and enclosed expressions. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-enclexpr-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-enclexpr-5.xml |
| Constr-attr-enclexpr-6 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in attribute content - mix direct content and enclosed expressions. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-enclexpr-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-enclexpr-6.xml |
| Constr-attr-enclexpr-7 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in attribute content - mix direct content and enclosed expressions. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-enclexpr-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-enclexpr-7.xml |
| Constr-attr-id-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in attribute content - xml:id attribute value is ncname. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-id-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-id-1.xml |
| Constr-attr-id-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in attribute content - xml:id attribute value must be further normalized. | ||
| Spec Citations: | ||
| #id-attributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-id-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/Constr-attr-id-2.xml |
| K2-DirectConElemAttr-1 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Comments cannot appear inside direct element constructors. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/K2-DirectConElemAttr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K2-DirectConElemAttr-2 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Comments cannot appear inside direct element constructors. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/K2-DirectConElemAttr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K2-DirectConElemAttr-3 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Space is not allowed between '<' and the element name. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/K2-DirectConElemAttr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K2-DirectConElemAttr-4 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Space is not allowed between '</' and the element name. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/K2-DirectConElemAttr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K2-DirectConElemAttr-5 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Comments are not allowed where whitespace is, in direct element constructors. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/K2-DirectConElemAttr-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K2-DirectConElemAttr-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Whitespace is allowed in the end tag after the QName. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/K2-DirectConElemAttr-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemAttr/K2-DirectConElemAttr-6.txt |
| K2-DirectConElemAttr-7 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| XML tags must be balanced. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/K2-DirectConElemAttr-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K2-DirectConElemAttr-8 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| CDATA sections can only appear inside element constructors. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemAttr/K2-DirectConElemAttr-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-namespace-1 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Use undeclared namespace prefix. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| Constr-namespace-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Declare namespace with prefix. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-2.xml |
| Constr-namespace-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Declare default namespace. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-3.xml |
| Constr-namespace-4 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Duplicate namespace prefix. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0071 | ||
| Constr-namespace-5 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Duplicate default namespace. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0071 | ||
| Constr-namespace-6 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Local part of declaration is xml. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0070 | ||
| Constr-namespace-7 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Local part of declaration is xmlns. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0070 | ||
| Constr-namespace-8 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Child inherits namespace prefix. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-8.xml |
| Constr-namespace-9 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Overriding parents namespace prefix. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-9.xml |
| Constr-namespace-10 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Overriding prolog namespace prefix. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-10.xml |
| Constr-namespace-11 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Select child of element overriding parent namespace prefix. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-11.xml |
| Constr-namespace-12 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Select child of element overriding prolog namespace prefix. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-12.xml |
| Constr-namespace-13 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Undeclare namespace prefix. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-13.xml |
| Error: err:XQST0085 | ||
| Constr-namespace-14 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Use undeclared parent prefix in child. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| Error: err:XQST0085 | ||
| Constr-namespace-15 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Use undeclared prolog prefix in child. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| Error: err:XQST0085 | ||
| Constr-namespace-16 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Select child of element overriding namespace prefix. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-16.xml |
| Error: err:XQST0085 | ||
| Constr-namespace-17 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Child inherits default namespace. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-17.xml |
| Constr-namespace-18 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Override parents default namespace. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-18.xml |
| Constr-namespace-19 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Override prologs default namespace. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-19.xml |
| Constr-namespace-20 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Child inherits overridden parents default namespace. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-20.xml |
| Constr-namespace-21 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Child inherits overridden prologs default namespace. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-21.xml |
| Constr-namespace-22 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Undeclare default namespace. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-22.xml |
| Constr-namespace-23 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Child inherits undeclared default namespace. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-23.xml |
| Constr-namespace-24 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Namespace Declarations - namespace URI is not string literal. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0022 | ||
| Constr-namespace-25 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Namespace Declarations - namespace URI is not string literal. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0022 | ||
| Constr-namespace-26 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Test namespace added to statically known namespaces: element content. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: MixNS | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-26.xml |
| Constr-namespace-27 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Test namespace added to statically known namespaces: attribute content. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: MixNS | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-27.xml |
| Constr-namespace-29 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Test namespace removed from statically known namespaces after end of element. | ||
| Spec Citations: | ||
| #id-namespaces | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/Constr-namespace-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: MixNS | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| K2-DirectConElemNamespace-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A namespace declaration inside a direct element constructor is not in-scope for the next operand of the comma operator. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemNamespace/K2-DirectConElemNamespace-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| Constr-cont-invalid-1 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| Invalid character '{' in element content. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-invalid-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-cont-invalid-2 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| Invalid character '}' in element content. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-invalid-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-cont-invalid-3 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| Invalid character '<' in element content. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-invalid-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-cont-invalid-4 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| Invalid character '&' in element content. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-invalid-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-cont-eol-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| End-of-line handling. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-eol-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-eol-1.xml |
| Constr-cont-eol-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| End-of-line handling. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-eol-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-eol-2.xml |
| Constr-cont-eol-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| End-of-line handling with character reference. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-eol-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-eol-3.xml |
| Constr-cont-eol-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| End-of-line handling with character reference. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-eol-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-eol-4.xml |
| Constr-cont-entref-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Pre-defined entity reference in element content. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-entref-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-entref-1.txt |
| Constr-cont-entref-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Pre-defined entity reference in element content. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-entref-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-entref-2.txt |
| Constr-cont-entref-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Pre-defined entity reference in element content. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-entref-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-entref-3.txt |
| Constr-cont-entref-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Pre-defined entity reference in element content. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-entref-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-entref-4.txt |
| Constr-cont-entref-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Pre-defined entity reference in element content. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-entref-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-entref-5.txt |
| Constr-cont-charref-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Character reference. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-charref-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-charref-1.xml |
| Constr-cont-charref-2 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| Invalid character reference. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-charref-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0090 | ||
| Constr-cont-cdata-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| CDATA section in element constructor. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-cdata-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-cdata-1.xml |
| Constr-cont-text-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Count text nodes for direct element content. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-text-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-text-1.txt |
| Constr-cont-text-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Count text nodes for direct element content and CDATA section. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-text-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-text-2.txt |
| Constr-cont-nested-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Nested element nodes. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nested-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nested-1.xml |
| Constr-cont-nested-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Nested pi nodes. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nested-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nested-2.xml |
| Constr-cont-nested-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Nested comment nodes. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nested-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nested-3.xml |
| Constr-cont-nested-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Nested mix of nodes. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nested-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nested-4.xml |
| Constr-cont-enclexpr-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| 1 text node for enclosed expression with atomic values. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-enclexpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-enclexpr-1.txt |
| Constr-cont-enclexpr-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| 1 text node for enclosed expression with atomic values. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-enclexpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-enclexpr-2.txt |
| Constr-cont-enclexpr-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Space between atomic values in enclosed expression. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-enclexpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-enclexpr-3.xml |
| Constr-cont-enclexpr-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression with mix of atomic values and nodes. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-enclexpr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-enclexpr-4.xml |
| Constr-cont-enclexpr-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Space between atomic values and empty string. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-enclexpr-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-enclexpr-5.xml |
| Constr-cont-nested-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copied node structure in element content. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nested-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nested-5.xml |
| Constr-cont-nodeid-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copied element node has new node identity. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nodeid-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nodeid-1.txt |
| Constr-cont-nodeid-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copied attribute node has new node identity. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nodeid-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nodeid-2.txt |
| Constr-cont-nodeid-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copied comment node has new node identity. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nodeid-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nodeid-3.txt |
| Constr-cont-nodeid-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copied pi node has new node identity. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nodeid-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nodeid-4.txt |
| Constr-cont-nodeid-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copied text node has new node identity. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nodeid-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nodeid-5.txt |
| Constr-cont-constrmod-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip IDREFS type. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-constrmod-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-constrmod-1.txt |
| Constr-cont-constrmod-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve IDREFS type. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-constrmod-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-constrmod-2.txt |
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-constrmodalt-2.txt |
| Constr-cont-constrmod-3 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Strip decimal type. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-constrmod-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| Constr-cont-constrmod-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve decimal type. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-constrmod-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-constrmod-4.txt |
| Error: err:FORG0001 | ||
| Constr-cont-constrmod-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip IDREFS type. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-constrmod-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-constrmod-5.txt |
| Constr-cont-constrmod-6 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve IDREFS type. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-constrmod-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-constrmod-6.txt |
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-constrmodalt-6.txt |
| Constr-cont-constrmod-7 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Strip decimal type. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-constrmod-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| Constr-cont-constrmod-8 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve decimal type. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-constrmod-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-constrmod-8.txt |
| Error: err:FORG0001 | ||
| Constr-cont-nsmode-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copy-namespace mode preserve, inherit. | ||
| Spec Citations: | ||
| #id-content | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nsmode-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: nsmode | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nsmode-1.xml |
| Constr-cont-nsmode-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copy-namespace mode no-preserve, inherit. | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nsmode-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: nsmode | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nsmode-2.xml |
| Constr-cont-nsmode-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copy-namespace mode preserve, no-inherit. | ||
| Spec Citations: | ||
| #id-content | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nsmode-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: nsmode | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nsmode-3.xml |
| Constr-cont-nsmode-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copy-namespace mode no-preserve, no-inherit. | ||
| Spec Citations: | ||
| #id-content | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nsmode-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: nsmode | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nsmode-4.xml |
| Constr-cont-nsmode-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copy namespace sensitive content. | ||
| Spec Citations: | ||
| #id-content | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nsmode-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nsmode-5.txt |
| Error: err:XQTY0086 | ||
| Constr-cont-nsmode-6 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copy namespace sensitive content. | ||
| Spec Citations: | ||
| #id-content | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nsmode-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-nsmode-6.txt |
| Error: err:XQTY0086 | ||
| Constr-cont-uripres-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve base uri for copied element nodes. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-uripres-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-uripres-1.txt |
| Constr-cont-adjtext-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Single text node in element content. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-adjtext-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-adjtext-1.txt |
| Constr-cont-adjtext-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Two text nodes in element content. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-adjtext-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-adjtext-2.txt |
| Constr-cont-adjtext-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip empty text node. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-adjtext-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-adjtext-3.txt |
| Constr-cont-adjtext-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| No text node for empty sequence constructed. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-adjtext-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-adjtext-4.txt |
| Constr-cont-doc-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip document nodes. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-doc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-doc-1.xml |
| Constr-cont-attr-1 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Attribute node following atomic value. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-attr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Error: err:XQTY0024 | ||
| Constr-cont-attr-2 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Attribute node following node. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-attr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Error: err:XQTY0024 | ||
| Constr-cont-attr-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Attribute node following empty sequence. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-attr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-attr-3.xml |
| Constr-cont-attr-4 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Attribute node following direct content. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-attr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Error: err:XQTY0024 | ||
| Constr-cont-baseuri-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Base-uri through xml:base attribute. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-baseuri-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-baseuri-1.txt |
| Constr-cont-baseuri-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Base-uri through parent. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-baseuri-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-baseuri-2.txt |
| Constr-cont-baseuri-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Base-uri through declaration. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-baseuri-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-baseuri-3.txt |
| Constr-cont-parent-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Empty parent. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-parent-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-parent-1.txt |
| Constr-cont-attr-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Attributes in content. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-attr-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-attr-5.xml |
| Constr-cont-attr-6 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Attributes direct and in content. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-attr-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-attr-6.xml |
| Constr-cont-attr-7 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Attributes in content with same name. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-attr-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Error: err:XQDY0025 | ||
| Constr-cont-attr-8 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Attributes direct and in content with same name. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-attr-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Error: err:XQDY0025 | ||
| Constr-cont-string-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| String value of element. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-string-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-string-1.txt |
| Constr-cont-data-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Typed value of element. | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-data-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-data-1.txt |
| Constr-cont-document-1 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Check the merging of text nodes introduced by the contents of a document node | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-document-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-document-1.txt |
| Constr-cont-document-2 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Check the merging of text nodes introduced by the contents of a document node | ||
| Spec Citations: | ||
| #id-content | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-document-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-document-2.txt |
| K2-DirectConElemContent-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that the typed value of element nodes is correct. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-1.txt |
| K2-DirectConElemContent-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that the typed value of element nodes is correct. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-2.txt |
| K2-DirectConElemContent-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that the typed value of element nodes is correct. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-3.txt |
| K2-DirectConElemContent-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that the typed of element nodes is correct. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-4.txt |
| K2-DirectConElemContent-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that the typed value of comment nodes is correct. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-5.txt |
| K2-DirectConElemContent-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that the typed value of comment nodes is correct. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-6.txt |
| K2-DirectConElemContent-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that the typed value of comment nodes is correct. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-7.txt |
| K2-DirectConElemContent-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that the typed value of comment nodes is correct. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-8.txt |
| K2-DirectConElemContent-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that the typed value of comment nodes is correct. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-9.txt |
| K2-DirectConElemContent-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that the typed value of PI nodes is correct. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-10.txt |
| K2-DirectConElemContent-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that the typed value of PI nodes is correct. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-11.txt |
| K2-DirectConElemContent-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that the typed value of PI nodes is correct. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-12.txt |
| K2-DirectConElemContent-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that the typed value of PI nodes is correct. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-13.txt |
| Constr-ws-tag-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip whitespace space. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-tag-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-tag-1.xml |
| Constr-ws-tag-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip whitespace line feed. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-tag-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-tag-2.xml |
| Constr-ws-tag-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip whitespace tab. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-tag-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-tag-3.xml |
| Constr-ws-tag-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip mixed whitespace. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-tag-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-tag-4.xml |
| Constr-ws-tag-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Count text nodes when stripping whitespace. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-tag-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-tag-5.txt |
| Constr-ws-tag-6 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve whitespace space. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-tag-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-tag-6.xml |
| Constr-ws-tag-7 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve whitespace line feed. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-tag-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-tag-7.xml |
| Constr-ws-tag-8 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve whitespace tab. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-tag-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-tag-8.xml |
| Constr-ws-tag-9 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve mixed whitespace. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-tag-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-tag-9.xml |
| Constr-ws-tag-10 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Count text nodes when preserving whitespace. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-tag-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-tag-10.txt |
| Constr-ws-enclexpr-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip whitespace space between open tag and enclosed expression. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-1.xml |
| Constr-ws-enclexpr-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip whitespace line feed between open tag and enclosed expression. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-2.xml |
| Constr-ws-enclexpr-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip whitespace tab between open tag and enclosed expression. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-3.xml |
| Constr-ws-enclexpr-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip whitespace space between enclosed expressions. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-4.xml |
| Constr-ws-enclexpr-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip whitespace line feed between enclosed expressions. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-5.xml |
| Constr-ws-enclexpr-6 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip whitespace tab between enclosed expressions. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-6.xml |
| Constr-ws-enclexpr-7 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip whitespace space between enclosed expression and close tag. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-7.xml |
| Constr-ws-enclexpr-8 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip whitespace line feed between enclosed expression and close tag. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-8.xml |
| Constr-ws-enclexpr-9 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip whitespace tab between enclosed expression and close tag. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-9.xml |
| Constr-ws-enclexpr-10 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip whitespace space between child elements. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-10.xml |
| Constr-ws-enclexpr-11 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip whitespace line feed between child elements. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-11.xml |
| Constr-ws-enclexpr-12 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip whitespace tab between child elements. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-12.xml |
| Constr-ws-enclexpr-13 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve whitespace space between open tag and enclosed expression. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-13.xml |
| Constr-ws-enclexpr-14 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve whitespace line feed between open tag and enclosed expression. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-14.xml |
| Constr-ws-enclexpr-15 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve whitespace tab between open tag and enclosed expression. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-15.xml |
| Constr-ws-enclexpr-16 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve whitespace space between enclosed expressions. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-16.xml |
| Constr-ws-enclexpr-17 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve whitespace line feed between enclosed expressions. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-17.xml |
| Constr-ws-enclexpr-18 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve whitespace tab between enclosed expressions. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-18.xml |
| Constr-ws-enclexpr-19 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve whitespace space between enclosed expression and close tag. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-19.xml |
| Constr-ws-enclexpr-20 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve whitespace line feed between enclosed expression and close tag. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-20.xml |
| Constr-ws-enclexpr-21 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve whitespace tab between enclosed expression and close tag. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-21.xml |
| Constr-ws-enclexpr-22 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve whitespace space between child elements. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-22.xml |
| Constr-ws-enclexpr-23 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve whitespace line feed between child elements. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-23.xml |
| Constr-ws-enclexpr-24 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve whitespace tab between child elements. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-enclexpr-24.xml |
| Constr-ws-nobound-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve leading space. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-nobound-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-nobound-1.xml |
| Constr-ws-nobound-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve leading line feed. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-nobound-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-nobound-2.xml |
| Constr-ws-nobound-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve leading tab. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-nobound-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-nobound-3.xml |
| Constr-ws-nobound-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve trailing space. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-nobound-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-nobound-4.xml |
| Constr-ws-nobound-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve trailing line feed. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-nobound-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-nobound-5.xml |
| Constr-ws-nobound-6 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve trailing tab. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-nobound-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-nobound-6.xml |
| Constr-ws-genchref-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve character reference x20. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-genchref-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-genchref-1.xml |
| Constr-ws-genchref-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve character reference xA. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-genchref-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-genchref-2.xml |
| Constr-ws-genchref-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve character reference xD. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-genchref-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-genchref-3.xml |
| Constr-ws-genchref-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve character reference x9. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-genchref-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-genchref-4.xml |
| Constr-ws-gencdata-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve cdata space. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-gencdata-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-gencdata-1.xml |
| Constr-ws-gencdata-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve cdata tab. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-gencdata-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-gencdata-3.xml |
| Constr-ws-adjchref-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve space adjacent to character reference. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-adjchref-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-adjchref-1.xml |
| Constr-ws-adjchref-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve line feed adjacent to character reference. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-adjchref-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-adjchref-2.xml |
| Constr-ws-adjchref-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve tab adjacent to character reference. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-adjchref-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-adjchref-3.xml |
| Constr-ws-adjcdata-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve space adjacent to cdata section. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-adjcdata-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-adjcdata-1.xml |
| Constr-ws-adjcdata-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve line feed adjacent to cdata section. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-adjcdata-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-adjcdata-2.xml |
| Constr-ws-adjcdata-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve tab adjacent to cdata section. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-adjcdata-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-adjcdata-3.xml |
| Constr-ws-genenclexpr-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve enclosed exp space. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-genenclexpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-genenclexpr-1.xml |
| Constr-ws-genenclexpr-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve enclosed exp line feed. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-genenclexpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-genenclexpr-2.xml |
| Constr-ws-genenclexpr-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve enclosed exp tab. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-genenclexpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-genenclexpr-3.xml |
| Constr-ws-xmlspace-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Ignore xml:space attribute preserve. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-xmlspace-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-xmlspace-1.xml |
| Constr-ws-xmlspace-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Ignore xml:space attribute strip. | ||
| Spec Citations: | ||
| #id-whitespace | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-xmlspace-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConElem/DirectConElemWhitespace/Constr-ws-xmlspace-2.xml |
| Error: err:XPDY0092 | ||
| Constr-pi-content-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| PI constructor - regular. | ||
| Spec Citations: | ||
| #id-otherConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConOther/Constr-pi-content-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/DirectConOther/Constr-pi-content-1.xml |
| Constr-pi-content-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| PI constructor - regular content. | ||
| Spec Citations: | ||
| #id-otherConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConOther/Constr-pi-content-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConOther/Constr-pi-content-2.txt |
| Constr-pi-content-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| PI constructor - empty. | ||
| Spec Citations: | ||
| #id-otherConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConOther/Constr-pi-content-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/DirectConOther/Constr-pi-content-3.xml |
| Constr-pi-content-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| PI constructor - empty content. | ||
| Spec Citations: | ||
| #id-otherConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConOther/Constr-pi-content-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConOther/Constr-pi-content-4.txt |
| Constr-pi-content-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| PI constructor - special characters. | ||
| Spec Citations: | ||
| #id-otherConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConOther/Constr-pi-content-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/DirectConOther/Constr-pi-content-5.xml |
| Constr-pi-content-6 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| PI constructor - leading whitespace. | ||
| Spec Citations: | ||
| #id-otherConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConOther/Constr-pi-content-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConOther/Constr-pi-content-6.xml |
| Constr-pi-content-7 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| PI constructor - trailing whitespace. | ||
| Spec Citations: | ||
| #id-otherConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConOther/Constr-pi-content-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/DirectConOther/Constr-pi-content-7.xml |
| Constr-pi-content-8 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| PI constructor - syntax error. | ||
| Spec Citations: | ||
| #id-otherConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConOther/Constr-pi-content-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-pi-target-1 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| Spec Citations: | ||
| #id-otherConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConOther/Constr-pi-target-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-pi-target-2 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| Spec Citations: | ||
| #id-otherConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConOther/Constr-pi-target-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-pi-target-3 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| Spec Citations: | ||
| #id-otherConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConOther/Constr-pi-target-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-pi-target-4 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| Spec Citations: | ||
| #id-otherConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConOther/Constr-pi-target-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-comment-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Comment constructor - regular. | ||
| Spec Citations: | ||
| #id-otherConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConOther/Constr-comment-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/DirectConOther/Constr-comment-1.xml |
| Constr-comment-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Comment constructor - regular content. | ||
| Spec Citations: | ||
| #id-otherConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConOther/Constr-comment-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConOther/Constr-comment-2.txt |
| Constr-comment-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Comment constructor - empty. | ||
| Spec Citations: | ||
| #id-otherConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConOther/Constr-comment-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/DirectConOther/Constr-comment-3.xml |
| Constr-comment-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Comment constructor - empty content. | ||
| Spec Citations: | ||
| #id-otherConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConOther/Constr-comment-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/DirectConOther/Constr-comment-4.txt |
| Constr-comment-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Comment constructor - special characters. | ||
| Spec Citations: | ||
| #id-otherConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConOther/Constr-comment-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/DirectConOther/Constr-comment-5.xml |
| Constr-comment-6 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| Constructor - single dash. | ||
| Spec Citations: | ||
| #id-otherConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConOther/Constr-comment-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-comment-7 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| Comment constructor - trailing dash. | ||
| Spec Citations: | ||
| #id-otherConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConOther/Constr-comment-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-comment-8 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| Comment constructor - double dash. | ||
| Spec Citations: | ||
| #id-otherConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/DirectConOther/Constr-comment-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-compelem-name-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| NCName for computed element constructor. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-name-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-name-1.xml |
| Constr-compelem-name-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| QName for computed element constructor. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-name-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-name-2.xml |
| Constr-compelem-name-3 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| QName with undeclared prefix for computed element constructor. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-name-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| Constr-compelem-compname-1 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Empty computed name. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-compelem-compname-2 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Two strings as name. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-compelem-compname-3 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Two untypedAtomic values as name. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-compelem-compname-4 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Content of two nodes as name. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-compelem-compname-5 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Two numeric values as name. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-compelem-compname-6 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Numeric value as name. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-compelem-compname-7 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| DataTime value as name. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-compelem-compname-8 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| NCName as name. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-8.xml |
| Constr-compelem-compname-9 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| QName as name. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-9.xml |
| Constr-compelem-compname-10 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| String as name. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-10.xml |
| Constr-compelem-compname-11 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| String as name. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-11.xml |
| Constr-compelem-compname-12 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| String as name. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-12.xml |
| Constr-compelem-compname-13 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| String with prefix as name. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-13.xml |
| Constr-compelem-compname-14 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| String with undeclared prefix as name. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0074 | ||
| Constr-compelem-compname-15 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Untyped atomic as name. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-15.xml |
| Constr-compelem-compname-16 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Untyped atomic with prefix as name. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-16.xml |
| Constr-compelem-compname-17 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Untyped atomic with undeclared prefix as name. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0074 | ||
| Constr-compelem-compname-18 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Non-ncname string as name. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0074 | ||
| Constr-compelem-compname-19 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Non-ncname untyped atomic as name. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-compname-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0074 | ||
| Constr-compelem-adjtext-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Merge adjacent atomic values to text node. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-adjtext-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-adjtext-1.txt |
| Constr-compelem-adjtext-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Merge adjacent atomic values and text nodes to text node. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-adjtext-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-adjtext-2.txt |
| Constr-compelem-adjtext-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Merge adjacent atomic values between other nodes to text node. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-adjtext-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-adjtext-3.txt |
| Constr-compelem-nested-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Nested computed element constructors. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-nested-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-nested-1.xml |
| Constr-compelem-nested-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copy node tree into computed element constructor. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-nested-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-nested-2.xml |
| Constr-compelem-enclexpr-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Empty computed element content. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-enclexpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-enclexpr-1.xml |
| Constr-compelem-enclexpr-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Atomic values in computed element content. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-enclexpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-enclexpr-2.xml |
| Constr-compelem-enclexpr-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Atomic values and nodes in computed element content. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-enclexpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-enclexpr-3.xml |
| Constr-compelem-enclexpr-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Empty string in element content. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-enclexpr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-enclexpr-4.xml |
| Constr-compelem-nodeid-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copied element node has new node identity. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-nodeid-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-nodeid-1.txt |
| Constr-compelem-nodeid-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copied attribute node has new node identity. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-nodeid-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-nodeid-2.txt |
| Constr-compelem-nodeid-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copied comment node has new node identity. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-nodeid-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-nodeid-3.txt |
| Constr-compelem-nodeid-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copied pi node has new node identity. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-nodeid-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-nodeid-4.txt |
| Constr-compelem-nodeid-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copied text node has new node identity. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-nodeid-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-nodeid-5.txt |
| Constr-compelem-constrmod-3 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Strip decimal type. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-constrmod-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| Constr-compelem-constrmod-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve decimal type. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-constrmod-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-constrmod-4.txt |
| Error: err:FORG0001 | ||
| Constr-compelem-constrmod-7 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Strip decimal type. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-constrmod-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| Constr-compelem-constrmod-8 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve decimal type. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-constrmod-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-constrmod-8.txt |
| Error: err:FORG0001 | ||
| Error: err:XPTY0004 | ||
| Constr-compelem-baseuri-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Base-uri through xml:base attribute. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-baseuri-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-baseuri-1.txt |
| Constr-compelem-baseuri-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Base-uri through parent. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-baseuri-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-baseuri-2.txt |
| Constr-compelem-baseuri-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Base-uri through declaration. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-baseuri-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-baseuri-3.txt |
| Constr-compelem-doc-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip document nodes. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-doc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-doc-1.xml |
| Constr-compelem-parent-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Empty parent. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-parent-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-parent-1.txt |
| Constr-compelem-string-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| String value of element. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-string-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-string-1.txt |
| Constr-compelem-data-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Typed value of element. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-data-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-data-1.txt |
| Constr-compelem-attr-1 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Attribute node following atomic value. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-attr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Error: err:XQTY0024 | ||
| Constr-compelem-attr-2 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Attribute node following node. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-attr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Error: err:XQTY0024 | ||
| Constr-compelem-attr-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Attributes in content. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-attr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-attr-3.xml |
| Constr-compelem-attr-4 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Attribute in content with same name. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConElem/Constr-compelem-attr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Error: err:XQDY0025 | ||
| Constr-compattr-name-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| NCName for computed attribute constructor. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-name-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-name-1.xml |
| Constr-compattr-name-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| QName for computed element constructor. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-name-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-name-2.xml |
| Constr-compattr-name-3 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| QName with undeclared prefix for computed attribute constructor. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-name-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| Constr-compattr-compname-1 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Empty computed name. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-compattr-compname-2 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Two strings as name. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-compattr-compname-3 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Two untypedAtomic values as name. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-compattr-compname-4 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Content of two nodes as name. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-compattr-compname-5 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Two numeric values as name. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-compattr-compname-6 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Numeric value as name. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-compattr-compname-7 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| DataTime value as name. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-compattr-compname-8 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| NCName as name. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-8.xml |
| Constr-compattr-compname-9 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| QName as name. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-9.xml |
| Constr-compattr-compname-10 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| String as name. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-10.xml |
| Constr-compattr-compname-11 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| String as name. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-11.xml |
| Constr-compattr-compname-12 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| String as name. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-12.xml |
| Constr-compattr-compname-13 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| String with prefix as name. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-13.xml |
| Constr-compattr-compname-14 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| String with undeclared prefix as name. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0074 | ||
| Constr-compattr-compname-15 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Untyped atomic as name. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-15.xml |
| Constr-compattr-compname-16 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Untyped atomic with prefix as name. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-16.xml |
| Constr-compattr-compname-17 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Untyped atomic with undeclared prefix as name. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0074 | ||
| Constr-compattr-compname-18 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Non-ncname string as name. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0074 | ||
| Constr-compattr-compname-19 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Non-ncname untyped atomic as name. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-compname-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0074 | ||
| Constr-compattr-doc-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip document nodes. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-doc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-doc-1.xml |
| Constr-compattr-parent-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Empty parent. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-parent-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-parent-1.txt |
| Constr-compattr-string-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| String value of attribute. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-string-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-string-1.txt |
| Constr-compattr-data-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Typed value of attribute. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-data-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-data-1.txt |
| Constr-compattr-enclexpr-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in attribute content - atomic values. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-enclexpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-enclexpr-1.xml |
| Constr-compattr-enclexpr-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in attribute content - nodes. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-enclexpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-enclexpr-2.xml |
| Constr-compattr-enclexpr-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in attribute content - empty string. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-enclexpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-enclexpr-3.xml |
| Constr-compattr-enclexpr-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in attribute content - empty node. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-enclexpr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-enclexpr-4.xml |
| Constr-compattr-id-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in attribute content - xml:id attribute value is ncname. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-id-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-id-1.xml |
| Constr-compattr-id-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in attribute content - xml:id attribute value must be further normalized. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-id-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConAttr/Constr-compattr-id-2.xml |
| constattrerr-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Computed attribute node with "xmlns" name. | ||
| Spec Citations: | ||
| #id-computedAttributes | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConAttr/constattrerr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0044 | ||
| Constr-docnode-adjtext-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Merge adjacent atomic values to text node. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-adjtext-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-adjtext-1.txt |
| Constr-docnode-adjtext-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Merge adjacent atomic values and text nodes to text node. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-adjtext-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-adjtext-2.txt |
| Constr-docnode-adjtext-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Merge adjacent atomic values between other nodes to text node. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-adjtext-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-adjtext-3.txt |
| Constr-docnode-nested-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Nested document constructors. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-nested-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-nested-1.xml |
| Constr-docnode-nested-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copy node tree into document constructor. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-nested-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-nested-2.xml |
| Constr-docnode-enclexpr-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Empty document content. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-enclexpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-enclexpr-1.xml |
| Constr-docnode-enclexpr-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Atomic values in document content. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-enclexpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-enclexpr-2.xml |
| Constr-docnode-enclexpr-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Atomic values and nodes in document content. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-enclexpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-enclexpr-3.xml |
| Constr-docnode-enclexpr-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Empty string in document content. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-enclexpr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-enclexpr-4.xml |
| Constr-docnode-nodeid-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copied element node has new node identity. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-nodeid-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-nodeid-1.txt |
| Constr-docnode-nodeid-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copied comment node has new node identity. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-nodeid-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-nodeid-3.txt |
| Constr-docnode-nodeid-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copied pi node has new node identity. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-nodeid-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-nodeid-4.txt |
| Constr-docnode-nodeid-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copied text node has new node identity. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-nodeid-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-nodeid-5.txt |
| Constr-docnode-constrmod-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip IDREFS type. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-constrmod-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-constrmod-1.txt |
| Constr-docnode-constrmod-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve IDREFS type. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-constrmod-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-constrmod-2.txt |
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-constrmodalt-2.txt |
| Constr-docnode-constrmod-3 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Strip decimal type. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-constrmod-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| Constr-docnode-constrmod-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve decimal type. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-constrmod-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-constrmod-4.txt |
| Error: err:FORG0001 | ||
| Constr-docnode-doc-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip document nodes. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-doc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-doc-1.xml |
| Constr-docnode-parent-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Empty parent. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-parent-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-parent-1.txt |
| Constr-docnode-string-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| String value of document. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-string-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-string-1.txt |
| Constr-docnode-data-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Typed value of document. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-data-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-data-1.txt |
| Constr-docnode-attr-1 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Attribute in document constructor. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-attr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-docnode-attr-2 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Attribute in document constructor. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-attr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-docnode-attr-3 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Attribute in document constructor. | ||
| Spec Citations: | ||
| #id-documentConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConDocNode/Constr-docnode-attr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-text-enclexpr-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in text node content - atomic values. | ||
| Spec Citations: | ||
| #id-textConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConText/Constr-text-enclexpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConText/Constr-text-enclexpr-1.txt |
| Constr-text-enclexpr-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in text node content - nodes. | ||
| Spec Citations: | ||
| #id-textConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConText/Constr-text-enclexpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConText/Constr-text-enclexpr-2.txt |
| Constr-text-enclexpr-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in text node content - empty string. | ||
| Spec Citations: | ||
| #id-textConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConText/Constr-text-enclexpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConText/Constr-text-enclexpr-3.txt |
| Constr-text-enclexpr-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in text node content - empty node. | ||
| Spec Citations: | ||
| #id-textConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConText/Constr-text-enclexpr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConText/Constr-text-enclexpr-4.txt |
| Constr-text-enclexpr-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in text node content - empty node. | ||
| Spec Citations: | ||
| #id-textConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConText/Constr-text-enclexpr-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConText/Constr-text-enclexpr-5.txt |
| Constr-text-doc-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip document nodes. | ||
| Spec Citations: | ||
| #id-textConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConText/Constr-text-doc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConText/Constr-text-doc-1.txt |
| Constr-text-parent-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Empty parent. | ||
| Spec Citations: | ||
| #id-textConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConText/Constr-text-parent-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConText/Constr-text-parent-1.txt |
| Constr-text-string-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| String value of text node. | ||
| Spec Citations: | ||
| #id-textConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConText/Constr-text-string-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConText/Constr-text-string-1.txt |
| Constr-text-data-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Typed value of text node. | ||
| Spec Citations: | ||
| #id-textConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConText/Constr-text-data-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConText/Constr-text-data-1.txt |
| Constr-text-count-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Count text nodes. | ||
| Spec Citations: | ||
| #id-textConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConText/Constr-text-count-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConText/Constr-text-count-1.txt |
| Constr-text-count-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Count text nodes. | ||
| Spec Citations: | ||
| #id-textConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConText/Constr-text-count-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConText/Constr-text-count-2.txt |
| Constr-text-count-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Count text nodes. | ||
| Spec Citations: | ||
| #id-textConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConText/Constr-text-count-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConText/Constr-text-count-3.txt |
| Constr-text-count-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Count text nodes. | ||
| Spec Citations: | ||
| #id-textConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConText/Constr-text-count-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConText/Constr-text-count-4.txt |
| Constr-text-count-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Count text nodes. | ||
| Spec Citations: | ||
| #id-textConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConText/Constr-text-count-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConText/Constr-text-count-5.txt |
| Constr-text-count-6 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Count text nodes. | ||
| Spec Citations: | ||
| #id-textConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConText/Constr-text-count-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConText/Constr-text-count-6.txt |
| Constr-text-adjtext-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Spec Citations: | ||
| #id-textConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConText/Constr-text-adjtext-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConText/Constr-text-adjtext-1.txt |
| Constr-text-adjtext-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Spec Citations: | ||
| #id-textConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConText/Constr-text-adjtext-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConText/Constr-text-adjtext-2.txt |
| Constr-text-nested-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Nested text node constructors. | ||
| Spec Citations: | ||
| #id-textConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConText/Constr-text-nested-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ConText/Constr-text-nested-1.txt |
| Constr-text-nested-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Nested text node constructors. | ||
| Spec Citations: | ||
| #id-textConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConText/Constr-text-nested-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ConText/Constr-text-nested-2.xml |
| Constr-text-nested-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Nested text node constructors. | ||
| Spec Citations: | ||
| #id-textConstructors | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ConText/Constr-text-nested-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ConText/Constr-text-nested-3.xml |
| Constr-comppi-name-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| NCName for computed attribute constructor. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-name-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-name-1.xml |
| Constr-comppi-name-2 | Scenario: parse-error | Creator: Andreas Behm |
| Description: | ||
| QName for PI constructor. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-name-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Constr-comppi-compname-1 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Empty computed name. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-compname-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-comppi-compname-2 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Two strings as name. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-compname-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-comppi-compname-3 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Two untypedAtomic values as name. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-compname-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-comppi-compname-4 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Content of two nodes as name. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-compname-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-comppi-compname-5 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Two numeric values as name. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-compname-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-comppi-compname-6 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Numeric value as name. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-compname-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-comppi-compname-7 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| DataTime value as name. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-compname-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Constr-comppi-compname-8 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| NCName as name. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-compname-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-compname-8.xml |
| Constr-comppi-compname-9 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| QName as name. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-compname-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Error: err:XQDY0041 | ||
| Error: err:XPTY0004 | ||
| Constr-comppi-compname-10 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| String as name. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-compname-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-compname-10.xml |
| Constr-comppi-compname-11 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| String as name. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-compname-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-compname-11.xml |
| Constr-comppi-compname-12 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| String as name. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-compname-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-compname-12.xml |
| Constr-comppi-compname-13 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| String with prefix as name. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-compname-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0041 | ||
| Constr-comppi-compname-15 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Untyped atomic as name. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-compname-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-compname-15.xml |
| Constr-comppi-compname-16 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Untyped atomic with prefix as name. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-compname-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0041 | ||
| Constr-comppi-compname-18 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Non-ncname string as name. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-compname-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0041 | ||
| Constr-comppi-compname-19 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Non-ncname untyped atomic as name. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-compname-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0041 | ||
| Constr-comppi-doc-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip document nodes. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-doc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-doc-1.xml |
| Constr-comppi-parent-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Empty parent. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-parent-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-parent-1.txt |
| Constr-comppi-string-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| String value of attribute. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-string-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-string-1.txt |
| Constr-comppi-data-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Typed value of PI. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-data-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-data-1.txt |
| Constr-comppi-enclexpr-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in PI node content - atomic values. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-enclexpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-enclexpr-1.xml |
| Constr-comppi-enclexpr-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in PI node content - nodes. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-enclexpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-enclexpr-2.xml |
| Constr-comppi-enclexpr-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in PI node content - empty string. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-enclexpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-enclexpr-3.xml |
| Constr-comppi-enclexpr-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in PI node content - empty node. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-enclexpr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-enclexpr-4.xml |
| Constr-comppi-enclexpr-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in PI node content - empty node. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-enclexpr-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-enclexpr-5.xml |
| Constr-comppi-namexml-1 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Invalid PI target XML. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-namexml-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0064 | ||
| Constr-comppi-namexml-2 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Invalid PI target XML. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-namexml-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0064 | ||
| Constr-comppi-namexml-3 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Invalid PI target XML. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-namexml-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0064 | ||
| Constr-comppi-namexml-4 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Invalid PI target XML. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-namexml-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0064 | ||
| Constr-comppi-invalid-1 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Invalid PI content. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-invalid-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0026 | ||
| Constr-comppi-invalid-2 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Invalid PI content. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-invalid-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0026 | ||
| Constr-comppi-invalid-3 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Invalid PI content. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-invalid-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0026 | ||
| Constr-comppi-space-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Leading whitespace in PI content. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-space-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-space-1.xml |
| Constr-comppi-space-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Leading whitespace in PI content. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-space-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-space-2.xml |
| Constr-comppi-space-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Leading whitespace in PI content. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-space-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-space-3.txt |
| Constr-comppi-space-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Leading whitespace in PI content. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-space-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-space-4.txt |
| Constr-comppi-empty-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Empty PI node. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-empty-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-empty-1.xml |
| Constr-comppi-empty-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Empty PI node. | ||
| Spec Citations: | ||
| #id-computed-pis | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-empty-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConPI/Constr-comppi-empty-2.xml |
| Constr-compcomment-enclexpr-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in comment node content - atomic values. | ||
| Spec Citations: | ||
| #id-computed-comments | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-enclexpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-enclexpr-1.xml |
| Constr-compcomment-enclexpr-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in comment node content - nodes. | ||
| Spec Citations: | ||
| #id-computed-comments | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-enclexpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-enclexpr-2.xml |
| Constr-compcomment-enclexpr-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in comment node content - empty string. | ||
| Spec Citations: | ||
| #id-computed-comments | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-enclexpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-enclexpr-3.xml |
| Constr-compcomment-enclexpr-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in comment node content - empty node. | ||
| Spec Citations: | ||
| #id-computed-comments | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-enclexpr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-enclexpr-4.xml |
| Constr-compcomment-enclexpr-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Enclosed expression in comment node content - empty node. | ||
| Spec Citations: | ||
| #id-computed-comments | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-enclexpr-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-enclexpr-5.xml |
| Constr-compcomment-doc-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip document nodes. | ||
| Spec Citations: | ||
| #id-computed-comments | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-doc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: DupNode | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-doc-1.xml |
| Constr-compcomment-parent-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Empty parent. | ||
| Spec Citations: | ||
| #id-computed-comments | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-parent-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-parent-1.txt |
| Constr-compcomment-string-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| String value of text node. | ||
| Spec Citations: | ||
| #id-computed-comments | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-string-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-string-1.txt |
| Constr-compcomment-data-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Typed value of text node. | ||
| Spec Citations: | ||
| #id-computed-comments | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-data-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-data-1.txt |
| Constr-compcomment-nested-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Nested comment constructors. | ||
| Spec Citations: | ||
| #id-computed-comments | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-nested-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-nested-1.xml |
| Constr-compcomment-nested-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Nested comment constructors. | ||
| Spec Citations: | ||
| #id-computed-comments | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-nested-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-nested-2.xml |
| Constr-compcomment-nested-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Nested comment constructors. | ||
| Spec Citations: | ||
| #id-computed-comments | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-nested-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-nested-3.xml |
| Constr-compcomment-dash-1 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Dash as comment. | ||
| Spec Citations: | ||
| #id-computed-comments | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-dash-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0072 | ||
| Constr-compcomment-dash-2 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Comment ends with a dash. | ||
| Spec Citations: | ||
| #id-computed-comments | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-dash-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0072 | ||
| Constr-compcomment-dash-3 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Character ref as dash. | ||
| Spec Citations: | ||
| #id-computed-comments | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-dash-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0072 | ||
| Constr-compcomment-dash-4 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Dash at the end of content - | ||
| Spec Citations: | ||
| #id-computed-comments | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-dash-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: XQTSCatalog | |
| Outputs: | ||
| Error: err:XQDY0072 | ||
| Constr-compcomment-doubledash-1 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Double dash as comment. | ||
| Spec Citations: | ||
| #id-computed-comments | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-doubledash-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0072 | ||
| Constr-compcomment-doubledash-2 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Comment contains double dash. | ||
| Spec Citations: | ||
| #id-computed-comments | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-doubledash-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0072 | ||
| Constr-compcomment-doubledash-3 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Character ref as double dash. | ||
| Spec Citations: | ||
| #id-computed-comments | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-doubledash-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0072 | ||
| Constr-compcomment-doubledash-4 | Scenario: runtime-error | Creator: Andreas Behm |
| Description: | ||
| Double dash -- in content. | ||
| Spec Citations: | ||
| #id-computed-comments | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-doubledash-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: XQTSCatalog | |
| Outputs: | ||
| Error: err:XQDY0072 | ||
| Constr-compcomment-doubledash-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Dash at the end of content -. | ||
| Spec Citations: | ||
| #id-computed-comments | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-doubledash-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/Construct/ComputeCon/ComputeConComment/Constr-compcomment-doubledash-5.xml |
| Constr-inscope-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Rename inscope namespace. | ||
| Spec Citations: | ||
| #id-ns-nodes-on-elements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ConInScopeNamespace/Constr-inscope-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: inscope | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Expressions/Construct/ConInScopeNamespace/Constr-inscope-1.xml |
| Constr-inscope-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Rename inscope namespace. | ||
| Spec Citations: | ||
| #id-ns-nodes-on-elements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ConInScopeNamespace/Constr-inscope-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: inscope | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Expressions/Construct/ConInScopeNamespace/Constr-inscope-2.xml |
| Constr-inscope-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Rename inscope namespace. | ||
| Spec Citations: | ||
| #id-ns-nodes-on-elements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ConInScopeNamespace/Constr-inscope-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Expressions/Construct/ConInScopeNamespace/Constr-inscope-3.xml |
| Constr-inscope-4 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Rename inscope namespace. | ||
| Spec Citations: | ||
| #id-ns-nodes-on-elements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ConInScopeNamespace/Constr-inscope-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Expressions/Construct/ConInScopeNamespace/Constr-inscope-4.xml |
| Constr-inscope-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copy element node with namespace. | ||
| Spec Citations: | ||
| #id-ns-nodes-on-elements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ConInScopeNamespace/Constr-inscope-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: inscope | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ConInScopeNamespace/Constr-inscope-5.xml |
| Constr-inscope-6 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copy element node with namespace. | ||
| Spec Citations: | ||
| #id-ns-nodes-on-elements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ConInScopeNamespace/Constr-inscope-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: inscope | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ConInScopeNamespace/Constr-inscope-6.xml |
| Constr-inscope-7 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copy element node with namespace. | ||
| Spec Citations: | ||
| #id-ns-nodes-on-elements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ConInScopeNamespace/Constr-inscope-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ConInScopeNamespace/Constr-inscope-7.xml |
| Constr-inscope-8 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copy element node with namespace. | ||
| Spec Citations: | ||
| #id-ns-nodes-on-elements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ConInScopeNamespace/Constr-inscope-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ConInScopeNamespace/Constr-inscope-8.xml |
| Constr-inscope-9 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copy element node with namespace. | ||
| Spec Citations: | ||
| #id-ns-nodes-on-elements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ConInScopeNamespace/Constr-inscope-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: inscope | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ConInScopeNamespace/Constr-inscope-9.xml |
| Constr-inscope-10 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copy element node with namespace. | ||
| Spec Citations: | ||
| #id-ns-nodes-on-elements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ConInScopeNamespace/Constr-inscope-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: inscope | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ConInScopeNamespace/Constr-inscope-10.xml |
| Constr-inscope-11 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copy element node with namespace. | ||
| Spec Citations: | ||
| #id-ns-nodes-on-elements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ConInScopeNamespace/Constr-inscope-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ConInScopeNamespace/Constr-inscope-11.xml |
| Constr-inscope-12 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copy element node with namespace. | ||
| Spec Citations: | ||
| #id-ns-nodes-on-elements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ConInScopeNamespace/Constr-inscope-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ConInScopeNamespace/Constr-inscope-12.xml |
| Constr-inscope-13 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Declared element namespace. | ||
| Spec Citations: | ||
| #id-ns-nodes-on-elements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ConInScopeNamespace/Constr-inscope-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ConInScopeNamespace/Constr-inscope-13.xml |
| Constr-inscope-14 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Declared element namespace. | ||
| Spec Citations: | ||
| #id-ns-nodes-on-elements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ConInScopeNamespace/Constr-inscope-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ConInScopeNamespace/Constr-inscope-14.xml |
| Constr-inscope-15 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Element with prefix xml. | ||
| Spec Citations: | ||
| #id-ns-nodes-on-elements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ConInScopeNamespace/Constr-inscope-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ConInScopeNamespace/Constr-inscope-15.xml |
| Constr-inscope-16 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Attribute with prefix xml. | ||
| Spec Citations: | ||
| #id-ns-nodes-on-elements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ConInScopeNamespace/Constr-inscope-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ConInScopeNamespace/Constr-inscope-16.xml |
| Constr-inscope-17 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copy element with same prefix. | ||
| Spec Citations: | ||
| #id-ns-nodes-on-elements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ConInScopeNamespace/Constr-inscope-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: inscope | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ConInScopeNamespace/Constr-inscope-17.xml |
| Constr-inscope-18 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copy element with same prefix. | ||
| Spec Citations: | ||
| #id-ns-nodes-on-elements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ConInScopeNamespace/Constr-inscope-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: inscope | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ConInScopeNamespace/Constr-inscope-18.xml |
| Constr-inscope-19 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copy element with different default namespace. | ||
| Spec Citations: | ||
| #id-ns-nodes-on-elements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ConInScopeNamespace/Constr-inscope-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: inscope | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ConInScopeNamespace/Constr-inscope-19.xml |
| Constr-inscope-20 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Copy element with same default namespace. | ||
| Spec Citations: | ||
| #id-ns-nodes-on-elements | ||
| Query: | ||
| Queries/XQuery/Expressions/Construct/ConInScopeNamespace/Constr-inscope-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: inscope | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/Construct/ConInScopeNamespace/Constr-inscope-20.xml |
| ForExpr001 | Scenario: standard | Creator: Jinghao Liu |
| Description: | ||
| For+Return - to iterate a constant sequence. | ||
| For+Return - to iterate a constant sequence | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExpr/ForExpr001.txt |
| ForExpr002 | Scenario: runtime-error | Creator: Jinghao Liu |
| Description: | ||
| For+Return - error, undefined variable in 'IN' Expr. | ||
| For+Return - error, undefined variable in 'IN' Expr | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| ForExpr003 | Scenario: standard | Creator: Jinghao Liu |
| Description: | ||
| For+Return - use predicate in 'IN' Expr. | ||
| For+Return - use predicate in 'IN' Expr | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/ForExpr/ForExpr003.xml |
| ForExpr004 | Scenario: standard | Creator: Jinghao Liu |
| Description: | ||
| For+Return - use more than one predicates in 'IN' Expr. | ||
| For+Return - use more than one predicates in 'IN' Expr | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/ForExpr/ForExpr004.xml |
| ForExpr005 | Scenario: standard | Creator: Jinghao Liu |
| Description: | ||
| For+Return - use sequence(security/right) as the predicate. | ||
| For+Return - use sequence(security/right) as the predicate | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/ForExpr/ForExpr005.xml |
| ForExpr006 | Scenario: standard | Creator: Jinghao Liu |
| Description: | ||
| For+Return - 2 For will generate two iterations. | ||
| For+Return - 2 For will generate two iterations | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/ForExpr/ForExpr006.xml |
| ForExpr007 | Scenario: standard | Creator: Jinghao Liu |
| Description: | ||
| For+Return - use special character in variable name. | ||
| For+Return - use special character in variable name | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/ForExpr/ForExpr007.xml |
| ForExpr008 | Scenario: standard | Creator: Jinghao Liu |
| Description: | ||
| For+Where+Return - use special characters in variable name. | ||
| For+Where+Return - use special characters in variable name | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/ForExpr/ForExpr008.xml |
| ForExpr009 | Scenario: runtime-error | Creator: Jinghao Liu |
| Description: | ||
| For+Return - error, use variable in it's own declaration. | ||
| For+Return - error, use variable in it's own declaration | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| ForExpr010 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expression with multiple, interdependent variables. | ||
| FLWOR expression with multiple, interdependent variables | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ForExpr/ForExpr010.xml |
| ForExpr011 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expression with multiple, interdependent variables. | ||
| FLWOR expression with multiple, interdependent variables | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ForExpr/ForExpr011.xml |
| ForExpr012 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Nested FLWOR expressions. | ||
| Nested FLWOR expressions | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExpr/ForExpr012.txt |
| ForExpr013 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Multiple variables based off the same input context. | ||
| Multiple variables based off the same input context | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ForExpr/ForExpr013.xml |
| ForExpr014 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Incorrect syntax for nested loop. Multiple return statements at the same level. | ||
| Incorrect syntax for nested loop. Multiple return statements at the same level | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| ForExpr015 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Return expression contains nested for expression. | ||
| Return expression contains nested for expression | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExpr/ForExpr015.txt |
| ForExpr016 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Interate over nodes in document and constant sequence. Return value based on both. | ||
| Interate over nodes in document and constant sequence. Return value based on both | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ForExpr/ForExpr016.xml |
| ForExpr017 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Multiple return statements from single for expression. | ||
| Multiple return statements from single for expression | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| ForExpr018 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Multiple in statements for single variable binding. | ||
| Multiple in statements for single variable binding | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| ForExpr019 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Multiple for statements for single variable binding. | ||
| Multiple for statements for single variable binding | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| ForExpr020 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Multiple variable bindings followed by a trailing ,. | ||
| Multiple variable bindings followed by a trailing , | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| ForExpr021 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test order of iteration between two variables in the same 'for' statement. | ||
| Test order of iteration between two variables in the same 'for' statement | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExpr/ForExpr021.txt |
| ForExpr022 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with positional variable. | ||
| FLWOR expressions with positional variable | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExpr/ForExpr022.txt |
| ForExpr023 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Use positional variable in binding for new variable. | ||
| Use positional variable in binding for new variable | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr023.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExpr/ForExpr023.txt |
| ForExpr024 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Reuse existing variable name for positional variable. | ||
| Reuse existing variable name for positional variable | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr024.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XQST0089 | ||
| ForExpr025 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Redefine existing bound variable. Second binding overrides first. | ||
| Redefine existing bound variable. Second binding overrides first | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr025.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ForExpr/ForExpr025.xml |
| ForExpr026 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Missing 'in'. | ||
| Missing 'in' | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr026.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| ForExpr027 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Wrong order for positional variable. | ||
| Wrong order for positional variable | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr027.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| ForExpr028 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expression iterating over constructed XML. | ||
| FLWOR expression iterating over constructed XML | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr028.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ForExpr/ForExpr028.xml |
| ForExpr029 | Scenario: standard | Creator: NIST |
| Description: | ||
| Embedded FLOWR expression that binds same variable on both expressions (two for clauses). | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr029.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExpr/ForExpr029.txt |
| ForExpr030 | Scenario: standard | Creator: NIST |
| Description: | ||
| Embedded FLOWR expression that binds same variable on both expressions (Use two commas). | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr030.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExpr/ForExpr030.txt |
| ForExpr031 | Scenario: runtime-error | Creator: NIST |
| Description: | ||
| FLOWR expression that binds the same variable on both ends of "at". | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExpr/ForExpr031.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0089 | ||
| K-ForExprWithout-1 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Syntactically invalid for-expression. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-ForExprWithout-2 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Syntactically invalid for-expression. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-ForExprWithout-3 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Syntactically invalid for-expression. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-ForExprWithout-4 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Syntactically invalid for-expression. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-ForExprWithout-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal(1 to 5, (for $i in (1,2,3,4,5) return $i))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-5.txt |
| K-ForExprWithout-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `3 eq (for $foo in 1 return 3)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-6.txt |
| K-ForExprWithout-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 eq (for $foo in 1 return $foo)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-7.txt |
| K-ForExprWithout-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `2 eq (for $foo in 1 return $foo + 1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-8.txt |
| K-ForExprWithout-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `3 eq (for $foo in 1 return for $foo in 3 return $foo)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-9.txt |
| K-ForExprWithout-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((for $var in (1, 2, 3) return $var), (1, 2, 3))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-10.txt |
| K-ForExprWithout-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((2, 2), (for $foo in (1, 1) return 1 + $foo))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-11.txt |
| K-ForExprWithout-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `4 eq (for $foo in 1, $bar in 2, $moo in 3 return 4)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-12.txt |
| K-ForExprWithout-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `3 eq (for $foo in 1 return for $bar in 2 return $bar + $foo)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-13.txt |
| K-ForExprWithout-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `3 eq (for $foo in 1 return for $bar in 2 return $bar + $foo)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-14.txt |
| K-ForExprWithout-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `3 eq (for $foo in 1, $foo in 3 return $foo)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-15.txt |
| K-ForExprWithout-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `8 eq (for $foo in 1, $foo in 3, $moo in 5 return $moo + $foo)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-16.txt |
| K-ForExprWithout-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `6 eq (for $foo in 1, $foo in 3 return $foo + $foo)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-17.txt |
| K-ForExprWithout-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A for variable binding to the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-18.txt |
| K-ForExprWithout-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A for variable binding to the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-19.txt |
| K-ForExprWithout-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A for variable binding to the empty sequence, combined with value comparison. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-20.txt |
| K-ForExprWithout-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A for variable binding to the empty sequence, combined with value comparison. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-21.txt |
| K-ForExprWithout-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A for variable binding to the empty sequence, combined with value comparison. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-22.txt |
| K-ForExprWithout-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An for-return expression which only is the binding variable. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-23.txt |
| K-ForExprWithout-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(for $fn:name in (1, 1) return $fn:name) instance of xs:integer+`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-24.txt |
| K-ForExprWithout-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(for $xs:name in (1, 1) return $xs:name) instance of xs:integer+`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-25.txt |
| K-ForExprWithout-26 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-ForExprWithout-27 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| K-ForExprWithout-28 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-ForExprWithout-29 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-ForExprWithout-30 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| K-ForExprWithout-31 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-ForExprWithout-32 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-ForExprWithout-33 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| K-ForExprWithout-34 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-ForExprWithout-35 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-ForExprWithout-36 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-ForExprWithout-37 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-ForExprWithout-38 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-ForExprWithout-39 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-ForExprWithout-40 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-ForExprWithout-41 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-ForExprWithout-42 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-ForExprWithout-43 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-ForExprWithout-44 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-ForExprWithout-45 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-ForExprWithout-46 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Type check: $foo is of type xs:string, which cannot be added to xs:integer 1. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ForExprWithout-47 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A variable's for expression causes type error in a value comparison. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-47.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ForExprWithout-48 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Parser test: variable names in a for expression that only exist of one character are valid. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-48.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-48.txt |
| K-ForExprWithout-49 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| For-expression involving a simple return statement that in some implementations trigger optimization paths. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-49.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-49.txt |
| K-ForExprWithout-50 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure scanners/parsers accept small QNames in for-expressions. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-50.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-50.txt |
| K-ForExprWithout-51 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure scanners/parsers accept small QNames in for-expressions(#2). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-51.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-51.txt |
| K-ForExprWithout-52 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A binding in a for-expression shadows global variables. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-52.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-52.txt |
| K-ForExprWithout-53 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure the correct variable is used in an for-expression whose return sequence is only a variable reference. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-53.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-53.txt |
| K-ForExprWithout-54 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure the correct variable is used in an for-expression whose return sequence is only a variable reference(#2). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-54.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-54.txt |
| K-ForExprWithout-55 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply fn:count() to a for-expression. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-55.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-55.txt |
| K-ForExprWithout-56 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply fn:count() to a for-expression(#2). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-56.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprWithout/K-ForExprWithout-56.txt |
| ForExprType001 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration (element type). | ||
| FLWOR expressions with type declaration (element type) | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ForExprType/ForExprType001.xml |
| ForExprType002 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration (attribute type). | ||
| FLWOR expressions with type declaration (attribute type) | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType002.txt |
| ForExprType003 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration (PI type). | ||
| FLWOR expressions with type declaration (PI type) | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ForExprType/ForExprType003.xml |
| ForExprType004 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration (comment type). | ||
| FLWOR expressions with type declaration (comment type) | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ForExprType/ForExprType004.xml |
| ForExprType005 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration (simple type). | ||
| FLWOR expressions with type declaration (simple type) | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType005.txt |
| ForExprType006 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Wrong order for positional variable. | ||
| Wrong order for positional variable | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| ForExprType007 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Wrong order for positional variable. | ||
| Wrong order for positional variable | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| ForExprType008 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Wrong order for positional variable. | ||
| Wrong order for positional variable | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| ForExprType009 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR with type expression matching a user defined type. | ||
| FLWOR with type expression matching a user defined type | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ForExprType/ForExprType009.xml |
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ForExprType/ForExprType009-1.xml |
| ForExprType011 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| FLWOR with type expression referencing an unknown type. | ||
| FLWOR with type expression referencing an unknown type | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Error: err:XPST0051 | ||
| ForExprType012 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Missing type declaration on type expression. | ||
| Missing type declaration on type expression | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| ForExprType013 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Type declaration containing multiple 'as' keywords. | ||
| Type declaration containing multiple 'as' keywords | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| ForExprType014 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Type expression value is void. This will never match anything bound to a variable by a FLWOR statement. | ||
| Type expression value is void. This will never match anything bound to a variable by a FLWOR statement | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| ForExprType015 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Type declaration is a super type. | ||
| Type declaration is a super type | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType015.txt |
| ForExprType016 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Type declaration is a super type of the union type bound to the variable. | ||
| Type declaration is a super type of the union type bound to the variable | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType016.txt |
| ForExprType017 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Bound sequence is a union type containing a single instance that does not match the type declaration. | ||
| Bound sequence is a union type containing a single instance that does not match the type declaration | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| ForExprType018 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Match a 'node' type. | ||
| Match a 'node' type | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ForExprType/ForExprType018.xml |
| ForExprType019 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Match a text node type. | ||
| Match a text node type | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType019.txt |
| ForExprType020 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Match a 'item' type. | ||
| Match a 'item' type | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType020.txt |
| ForExprType021 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Match a 'document' type. | ||
| Match a 'document' type | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType021.txt |
| ForExprType022 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration (attribute type). Simple attribute wildcard. | ||
| FLWOR expressions with type declaration (attribute type). Simple attribute wildcard | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType022.txt |
| ForExprType023 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration (attribute type). Simple attribute name test (no type). | ||
| FLWOR expressions with type declaration (attribute type). Simple attribute name test (no type) | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType023.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType023.txt |
| ForExprType024 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration (attribute type). anySimpleType attribute. | ||
| FLWOR expressions with type declaration (attribute type). anySimpleType attribute | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType024.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType024.txt |
| ForExprType028 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Value subtype promotion: Numeric based types -> integer. | ||
| FLWOR expressions with type declaration. Value subtype promotion: Numeric based types -> integer | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType028.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType028.txt |
| ForExprType029 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Value subtype promotion: Numeric based types -> decimal. | ||
| FLWOR expressions with type declaration. Value subtype promotion: Numeric based types -> decimal | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType029.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType029.txt |
| ForExprType030 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Value subtype promotion: String based types -> normalizedString. | ||
| FLWOR expressions with type declaration. Value subtype promotion: String based types -> normalizedString | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType030.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType030.txt |
| ForExprType031 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Value subtype promotion: Time based types -> anyAtomicType. | ||
| FLWOR expressions with type declaration. Value subtype promotion: Time based types -> anyAtomicType | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType031.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType031.txt |
| ForExprType032 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Value based subtype promotion: 2nd level derived types. | ||
| FLWOR expressions with type declaration. Value based subtype promotion: 2nd level derived types | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType032.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType032.txt |
| ForExprType033 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Value based subtype promotion: Types from all levels. | ||
| FLWOR expressions with type declaration. Value based subtype promotion: Types from all levels | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType033.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType033.txt |
| ForExprType034 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Value based subtype promotion: numeric literal values -> double. | ||
| FLWOR expressions with type declaration. Value based subtype promotion: numeric literal values -> double | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType034.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType034.txt |
| ForExprType035 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Value based subtype promotion: string and numeric literal values -> anyAtomicType. | ||
| FLWOR expressions with type declaration. Value based subtype promotion: string and numeric literal values -> anyAtomicType | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType035.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType035.txt |
| ForExprType036 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration (element type). Simple element wildcard. | ||
| FLWOR expressions with type declaration (element type). Simple element wildcard | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType036.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ForExprType/ForExprType036.xml |
| ForExprType045 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Unknown Type. | ||
| FLWOR expressions with type declaration. Unknown Type | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType045.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Error: err:XPST0051 | ||
| ForExprType046 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Attempt to promote xs:decimal | xs:double | xs:integer - no common subtype. | ||
| FLWOR expressions with type declaration. Attempt to promote xs:decimal | xs:double | xs:integer - no common subtype | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType046.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| ForExprType047 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Test matching no atomic simple types. | ||
| FLWOR expressions with type declaration. Test matching no atomic simple types | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType047.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Error: err:XPST0051 | ||
| ForExprType054 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Type declaration matching item() values. | ||
| FLWOR expressions with type declaration. Type declaration matching item() values | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType054.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType054.txt |
| ForExprType055 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Type declaration matching node() values. | ||
| FLWOR expressions with type declaration. Type declaration matching node() values | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType055.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ForExprType/ForExprType055.xml |
| ForExprType056 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Type declaration matching a document node. | ||
| FLWOR expressions with type declaration. Type declaration matching a document node | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType056.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ForExprType/ForExprType056.xml |
| ForExprType057 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Type declaration matcing text nodes. | ||
| FLWOR expressions with type declaration. Type declaration matcing text nodes | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType057.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType057.txt |
| ForExprType058 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Type declaration matcing XML comment nodes. | ||
| FLWOR expressions with type declaration. Type declaration matcing XML comment nodes | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType058.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ForExprType/ForExprType058.xml |
| ForExprType059 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Type declaration matcing PI nodes. | ||
| FLWOR expressions with type declaration. Type declaration matcing PI nodes | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType059.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType059.txt |
| ForExprType060 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Type declaration matcing named PI nodes. | ||
| FLWOR expressions with type declaration. Type declaration matcing named PI nodes | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType060.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType060.txt |
| ForExprType061 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Type declaration matcing PI nodes - no matching PI found. | ||
| FLWOR expressions with type declaration. Type declaration matcing PI nodes - no matching PI found | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType061.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| ForExprType062 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Attempt type declaration of item() on a set of nodes. | ||
| FLWOR expressions with type declaration. Attempt type declaration of item() on a set of nodes | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType062.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ForExprType/ForExprType062.xml |
| ForExprType063 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Attempt type declaration of node() on a set of items. | ||
| FLWOR expressions with type declaration. Attempt type declaration of node() on a set of items | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType063.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| ForExprType064 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Attempt type declaration of text() on a set of element nodes. | ||
| FLWOR expressions with type declaration. Attempt type declaration of text() on a set of element nodes | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType064.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| ForExprType065 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Attempt type declaration of text() on a set of values. | ||
| FLWOR expressions with type declaration. Attempt type declaration of text() on a set of values | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType065.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| ForExprType066 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Attempt type declaration of comment() on a set of element nodes. | ||
| FLWOR expressions with type declaration. Attempt type declaration of comment() on a set of element nodes | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType066.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| ForExprType067 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Attempt type declaration of comment() on a set of values. | ||
| FLWOR expressions with type declaration. Attempt type declaration of comment() on a set of values | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType067.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| ForExprType068 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Attempt type declaration of processing-instruction() on a set of element nodes. | ||
| FLWOR expressions with type declaration. Attempt type declaration of processing-instruction() on a set of element nodes | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType068.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| ForExprType069 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Attempt type declaration of processing-instruction() on a set of values. | ||
| FLWOR expressions with type declaration. Attempt type declaration of processing-instruction() on a set of values | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType069.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| ForExprType070 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Attempt type declaration of processing-instruction() with name specifier, on a set of element nodes. | ||
| FLWOR expressions with type declaration. Attempt type declaration of processing-instruction() with name specifier, on a set of element nodes | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType070.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| ForExprType071 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Attempt type declaration of processing-instruction() with name specifier, on a set of values. | ||
| FLWOR expressions with type declaration. Attempt type declaration of processing-instruction() with name specifier, on a set of values | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType071.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| ForExprType072 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Attempt type declaration of document-node() on a set of element nodes. | ||
| FLWOR expressions with type declaration. Attempt type declaration of document-node() on a set of element nodes | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType072.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| ForExprType073 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Attempt type declaration of document-node() on a set of values. | ||
| FLWOR expressions with type declaration. Attempt type declaration of document-node() on a set of values | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType073.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ForExprPositionalVar-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-ForExprPositionalVar-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Position variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-ForExprPositionalVar-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Position variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-ForExprPositionalVar-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Position variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-ForExprPositionalVar-5 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| The name for a positional variable must be preceeded with '$'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-ForExprPositionalVar-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify positional variable with fn:deep-equal(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-6.txt |
| K-ForExprPositionalVar-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Extract the EBV from a positional variable. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-7.txt |
| K-ForExprPositionalVar-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A positional variable causing a type error. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ForExprPositionalVar-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify that the position is properly computed for fn:string-to-codepoints(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-9.txt |
| K-ForExprPositionalVar-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify that the position is properly computed for fn:string-to-codepoints(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-10.txt |
| K-ForExprPositionalVar-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify that the position is properly computed for the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-11.txt |
| K-ForExprPositionalVar-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify that the position is properly computed for fn:insert-before(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-12.txt |
| K-ForExprPositionalVar-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify that the position is properly computed for fn:insert-before()(#2). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-13.txt |
| K-ForExprPositionalVar-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify that the position is properly computed for fn:insert-before()(#3). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-14.txt |
| K-ForExprPositionalVar-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify that the position is properly computed for the range expression. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-15.txt |
| K-ForExprPositionalVar-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify that the position is properly computed for the range expression(#2). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-16.txt |
| K-ForExprPositionalVar-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify that the position is properly computed for fn:remove(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-17.txt |
| K-ForExprPositionalVar-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify that the position is properly computed for fn:remove(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-18.txt |
| K-ForExprPositionalVar-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify that the position is properly computed for fn:remove(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-19.txt |
| K-ForExprPositionalVar-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify that the position is properly computed for fn:remove(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-20.txt |
| K-ForExprPositionalVar-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify that the position is properly computed for fn:remove(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-21.txt |
| K-ForExprPositionalVar-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify that the position is properly computed for fn:remove(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-22.txt |
| K-ForExprPositionalVar-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify that the position is properly computed for fn:subsequence(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-23.txt |
| K-ForExprPositionalVar-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify that the position is properly computed for fn:subsequence(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-24.txt |
| K-ForExprPositionalVar-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify that the position is properly computed for fn:subsequence(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-25.txt |
| K-ForExprPositionalVar-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify that the position is properly computed for fn:subsequence(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-26.txt |
| K-ForExprPositionalVar-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify that the position is properly computed for fn:subsequence(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-27.txt |
| K-ForExprPositionalVar-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify that the position is properly computed for fn:subsequence(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-28.txt |
| K-ForExprPositionalVar-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify that the position is properly computed for a singleton value. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-29.txt |
| K-ForExprPositionalVar-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Evaluate the positional and binding expression at the same time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/ForExpr/ForExprPositionalVar/K-ForExprPositionalVar-30.txt |
| LetExpr001 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Assign a simple string using let. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExpr/LetExpr001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExpr/LetExpr001.txt |
| LetExpr002 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Assign a simple integer using let. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExpr/LetExpr002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExpr/LetExpr002.txt |
| LetExpr003 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Use an arithmetic operator with let. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExpr/LetExpr003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExpr/LetExpr003.txt |
| LetExpr004 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Use xs:long(upper bound). | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExpr/LetExpr004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExpr/LetExpr004.txt |
| LetExpr005 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Use xs:long(lower bound) +1. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExpr/LetExpr005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExpr/LetExpr005.txt |
| LetExpr006 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Use xs:double(upper bound). | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExpr/LetExpr006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExpr/LetExpr006.txt |
| LetExpr007 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| A node with an expression in curly braces. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExpr/LetExpr007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/LetExpr/LetExpr007.xml |
| LetExpr008 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| More than one variable cross referencing compatible values. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExpr/LetExpr008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExpr/LetExpr008.txt |
| LetExpr009 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| More than one variable cross referencing compatible values. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExpr/LetExpr009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/LetExpr/LetExpr009.xml |
| LetExpr010 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| More than one variable cross referencing incompatible values. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExpr/LetExpr010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| LetExpr011 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Use sequences with filter expressions. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExpr/LetExpr011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExpr/LetExpr011.txt |
| LetExpr012 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Use sequences with filter expressions with more than one variable. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExpr/LetExpr012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExpr/LetExpr012.txt |
| LetExpr013 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Use a function in the let. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExpr/LetExpr013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExpr/LetExpr013.txt |
| LetExpr014 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Use incompatible types in let. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExpr/LetExpr014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| LetExpr015 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Use a sequence of different types of scalars. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExpr/LetExpr015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExpr/LetExpr015.txt |
| LetExpr016 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Use a sequence of nodes. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExpr/LetExpr016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/LetExpr/LetExpr016.xml |
| LetExpr017 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Use a sequence with step. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExpr/LetExpr017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/LetExpr/LetExpr017.xml |
| LetExpr018 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Use a sequence of different types of values. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExpr/LetExpr018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0019 | ||
| LetExpr019 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Combine two 'Let' exprs in one 'Return'. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExpr/LetExpr019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/LetExpr/LetExpr019.txt |
| LetExpr020 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Use three variables. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExpr/LetExpr020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExpr/LetExpr020.txt |
| LetExpr021 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Refer to an undefined variable. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExpr/LetExpr021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-LetExprWithout-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A 'let' variable is out-of-scope due to FLWOR has higher precendence than the comma operator. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/LetExpr/LetExprWithout/K-LetExprWithout-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-LetExprWithout-2 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A value in a 'let' variable cannot be assigned to with '=', it must be ':='. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/LetExpr/LetExprWithout/K-LetExprWithout-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-LetExprWithout-3 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A value in a 'let' variable cannot be assigned to with 'in', it must be ':='. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/LetExpr/LetExprWithout/K-LetExprWithout-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-LetExprWithout-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A binding in a let-expression shadows global variables. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/LetExpr/LetExprWithout/K-LetExprWithout-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/LetExpr/LetExprWithout/K-LetExprWithout-4.txt |
| K2-LetExprWithout-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((<b/>, <b/>, <b/>, <b/>), (for $v1 in (1, 2, 3, 4) let $v2 := <b/> return ($v2))/.)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/LetExpr/LetExprWithout/K2-LetExprWithout-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/LetExpr/LetExprWithout/K2-LetExprWithout-1.txt |
| K2-LetExprWithout-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((<b/>, <b/>, <b/>, <b/>), (for $v1 in (1, 2, 3, 4) let $v2 := <b/> return ($v2)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/LetExpr/LetExprWithout/K2-LetExprWithout-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/LetExpr/LetExprWithout/K2-LetExprWithout-2.txt |
| letexprwith-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Variable bound with let clause and used in expression that raises type error. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| letexprwith-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with decimal type. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-2.txt |
| letexprwith-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with integer type. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-3.txt |
| letexprwith-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with decimal type. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-4.txt |
| letexprwith-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with string type. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-5.txt |
| letexprwith-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with boolean (true) type. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-6.txt |
| letexprwith-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with boolean (false) type. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-7.txt |
| letexprwith-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with date type. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-8.txt |
| letexprwith-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with time type. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-9.txt |
| letexprwith-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with dateTime type. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-10.txt |
| letexprwith-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with dateTime type. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-11.txt |
| letexprwith-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with an integer expression. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-12.txt |
| letexprwith-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with fn:count function. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-13.txt |
| letexprwith-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with fn:not function. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-14.txt |
| letexprwith-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with "and" operator. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-15.txt |
| letexprwith-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with "or" operator. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-16.txt |
| letexprwith-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with "fn:string-length" function. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-17.txt |
| letexprwith-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with casting from integer to string. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-18.txt |
| letexprwith-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with casting from decimal to string. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-19.txt |
| letexprwith-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with casting from double to string. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-20.txt |
| letexprwith-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with casting from boolean to string. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-21.txt |
| letexprwith-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with integer type and addition expression on return clause. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-22.txt |
| letexprwith-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with an "if" expression. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-23.txt |
| letexprwith-24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Let clause used with an "if" expression. | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/LetExprWith/letexprwith-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/LetExprWith/letexprwith-24.txt |
| WhereExpr001 | Scenario: standard | Creator: Jinghao Liu |
| Description: | ||
| For+Where+Return - test existence of child elements in Where clause. | ||
| For+Where+Return - test existence of child elements in Where clause | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/WhereExpr001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/WhereExpr/WhereExpr001.xml |
| WhereExpr002 | Scenario: runtime-error | Creator: Jinghao Liu |
| Description: | ||
| For+Where+Return - error, variable in 'Where' Expr hasn't been defined. | ||
| For+Where+Return - error, variable in 'Where' Expr hasn't been defined | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/WhereExpr002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| WhereExpr003 | Scenario: standard | Creator: Jinghao Liu |
| Description: | ||
| For+Where+Return - using same predicate (as FLWOR003) in 'Where' predicate. | ||
| For+Where+Return - using same predicate (as FLWOR003) in 'Where' predicate | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/WhereExpr003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/WhereExpr/WhereExpr003.xml |
| WhereExpr004 | Scenario: standard | Creator: Jinghao Liu |
| Description: | ||
| For+Where+Return - filters in 'Where' expr and in 'In' expr using predicate. | ||
| For+Where+Return - filters in 'Where' expr and in 'In' expr using predicate | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/WhereExpr004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/WhereExpr/WhereExpr004.xml |
| WhereExpr005 | Scenario: standard | Creator: Jinghao Liu |
| Description: | ||
| For+Where+Return - use always-false-predicate in 'Where' expr. | ||
| For+Where+Return - use always-false-predicate in 'Where' expr | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/WhereExpr005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/WhereExpr/WhereExpr005.xml |
| WhereExpr006 | Scenario: standard | Creator: Jinghao Liu |
| Description: | ||
| For+Where+Return - In the inner For+Where+Return, uses outer variable in 'Where' expr. | ||
| For+Where+Return - In the inner For+Where+Return, uses outer variable in 'Where' expr | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/WhereExpr006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/WhereExpr/WhereExpr006.xml |
| WhereExpr007 | Scenario: standard | Creator: Jinghao Liu |
| Description: | ||
| For+Where+Return 2 iterations use 'Where' to build relationship. | ||
| For+Where+Return 2 iterations use 'Where' to build relationship | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/WhereExpr007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/WhereExpr/WhereExpr007.xml |
| WhereExpr008 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test 'where' expression with the empty sequence literal. | ||
| Test 'where' expression with the empty sequence literal | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/WhereExpr008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/WhereExpr/WhereExpr008.xml |
| WhereExpr009 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test 'where' expression returning a sequence with one or more nodes. | ||
| Test 'where' expression returning a sequence with one or more nodes | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/WhereExpr009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/WhereExpr/WhereExpr009.xml |
| WhereExpr010 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test 'where' expression returning a sequence with multiple values. | ||
| Test 'where' expression returning a sequence with multiple values | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/WhereExpr010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| WhereExpr013 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test 'where' expression returning a sequence with a single boolean value. | ||
| Test 'where' expression returning a sequence with a single boolean value | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/WhereExpr013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/WhereExpr/WhereExpr013.xml |
| WhereExpr014 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test 'where' expression returning a sequence with a constant boolean value. | ||
| Test 'where' expression returning a sequence with a constant boolean value | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/WhereExpr014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/WhereExpr/WhereExpr014.xml |
| WhereExpr015 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test 'where' expression returning a sequence with a constant boolean value. | ||
| Test 'where' expression returning a sequence with a constant boolean value | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/WhereExpr015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/WhereExpr/WhereExpr015.xml |
| WhereExpr016 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test 'where' clause based on a positional variable. | ||
| Test 'where' clause based on a positional variable | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/WhereExpr016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/WhereExpr/WhereExpr016.xml |
| WhereExpr017 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Attempt to use multiple expressions in a 'where' clause. | ||
| Attempt to use multiple expressions in a 'where' clause | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/WhereExpr017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| WhereExpr018 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Use of undefined variable in 'where' clause. | ||
| Use of undefined variable in 'where' clause | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/WhereExpr018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| WhereExpr019 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Typo on 'where' clause. | ||
| Typo on 'where' clause | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/WhereExpr019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| WhereExpr020 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Multiple 'where' clauses. | ||
| Multiple 'where' clauses | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/WhereExpr020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| whereClause-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause using a single item sequence and an "or" expression with fn:true() function. | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/whereClause-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/WhereExpr/whereClause-1.txt |
| whereClause-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause using a single item sequence and an "or" expression with fn:false() function. | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/whereClause-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/WhereExpr/whereClause-2.txt |
| whereClause-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause using a single item sequence and an "or" ("and" operator) expression with fn:true() function. | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/whereClause-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/WhereExpr/whereClause-3.txt |
| whereClause-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause using a single item sequence and an "or" ("and" operator) expression with fn:false() function. | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/whereClause-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/WhereExpr/whereClause-4.txt |
| whereClause-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause with a typeswitch expression. | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/whereClause-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/WhereExpr/whereClause-5.txt |
| whereClause-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause used with the fn:string function. | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/whereClause-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/WhereExpr/whereClause-6.txt |
| whereClause-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause used with the fn:string-length function. | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/whereClause-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/WhereExpr/whereClause-7.txt |
| whereClause-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause used with the fn:count function. | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/whereClause-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/WhereExpr/whereClause-8.txt |
| whereClause-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause used with the "is" node comparator. | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/whereClause-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/WhereExpr/whereClause-9.txt |
| whereClause-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause used with a quantified expression ("some" keyword). | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/whereClause-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/WhereExpr/whereClause-10.txt |
| whereClause-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause used with a quantified expression ("every" keyword). | ||
| Spec Citations: | ||
| #id-where | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/WhereExpr/whereClause-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/WhereExpr/whereClause-11.txt |
| K-WhereExpr-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A for/where combination where the cardinality of the return statement is crucially affected by the binding sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/WhereExpr/K-WhereExpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/WhereExpr/K-WhereExpr-1.txt |
| K-WhereExpr-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Get the string value of the return statement of a for expression after being filtered by a where clause. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/WhereExpr/K-WhereExpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/WhereExpr/K-WhereExpr-2.txt |
| K-WhereExpr-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A where clause containing a value which EBV cannot be extracted from. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/WhereExpr/K-WhereExpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-WhereExpr-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A for/where expression combined with fn:count(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/WhereExpr/K-WhereExpr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/WhereExpr/K-WhereExpr-4.txt |
| K-WhereExpr-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A for expression binding to one single value, combined with a positive where clause. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/WhereExpr/K-WhereExpr-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/WhereExpr/K-WhereExpr-5.txt |
| K-WhereExpr-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A for expression binding to one single value, combined with a negative where clause. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/WhereExpr/K-WhereExpr-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/WhereExpr/K-WhereExpr-6.txt |
| K-WhereExpr-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A for expression binding to one single value, combined with a positive where clause. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/WhereExpr/K-WhereExpr-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/WhereExpr/K-WhereExpr-7.txt |
| K-WhereExpr-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A for expression binding to one single value, combined with a negative where clause. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/WhereExpr/K-WhereExpr-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/WhereExpr/K-WhereExpr-8.txt |
| K-WhereExpr-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A for/where expression combined with fn:boolean. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/WhereExpr/K-WhereExpr-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/WhereExpr/K-WhereExpr-9.txt |
| K-WhereExpr-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A for/where expression combined with fn:boolean and xs:anyURI. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/WhereExpr/K-WhereExpr-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/WhereExpr/K-WhereExpr-10.txt |
| K-WhereExpr-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A for/where expression combined with fn:boolean and xs:anyURI. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWOR/WhereExpr/K-WhereExpr-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWOR/WhereExpr/K-WhereExpr-11.txt |
| orderBy1 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x ", where $x is a set of Strings and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy1.txt |
| orderBy2 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x ", where $x is a set of Strings and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy2.txt |
| orderBy3 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat($x,"()") ", where $x is a set of Strings and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy3.txt |
| orderBy4 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat($x,"()") ", where $x is a set of Strings and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy4.txt |
| orderBy5 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat($x,"another String After") ", where $x is a set of Strings and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy5.txt |
| orderBy6 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat($x,"another String After") ", where $x is a set of Strings and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy6.txt |
| orderBy7 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat($x,"another String Before") ", where $x is a set of Strings and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy7.txt |
| orderBy8 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat($x,"another String Before") ", where $x is a set of Strings and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy8.txt |
| orderBy9 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat($x,"") ", where $x is a set of Strings and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy9.txt |
| orderBy10 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat($x,"") ", where $x is a set of Strings and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy10.txt |
| orderBy11 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat("",$x) ", where $x is a set of Strings and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy11.txt |
| orderBy12 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat("",$x) ", where $x is a set of Strings and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy12.txt |
| orderBy13 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat("",$x) ", where $x is a set of Strings and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy13.txt |
| orderBy14 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x is $x ", where $x is a set of Strings and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy14.txt |
| orderBy15 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x is $x ", where $x is a set of Strings and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy15.txt |
| orderBy16 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat($x,$x) ", where $x is a set of Strings and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy16.txt |
| orderBy17 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "string-length($x) ", where $x is a set of Strings and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy17.txt |
| orderBy18 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "count($x) ", where $x is a set of Strings and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy18.txt |
| orderBy19 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "string-length($x) ", where $x is a set of Strings and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy19.txt |
| orderBy20 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x ", where $x is a set of negative numbers and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy20.txt |
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy20alt.txt |
| orderBy21 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x ", where $x is a set of negative numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy21.txt |
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy21alt.txt |
| orderBy22 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "($x + $x) ", where $x is a set of negative numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy22.txt |
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy22alt.txt |
| orderBy23 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x is $x ", where $x is a set of negative numbers and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy23.txt |
| orderBy24 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x is $x ", where $x is a set of negative numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy24.txt |
| orderBy25 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:float($x) ", where $x is a set of negative numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy25.txt |
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy25alt.txt |
| orderBy26 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:decimal($x) ", where $x is a set of negative numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy26.txt |
| orderBy27 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:double($x) ", where $x is a set of negative numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy27.txt |
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy27alt.txt |
| orderBy28 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:integer($x) ", where $x is a set of negative numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy28.txt |
| orderBy29 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "($x * -1) ", where $x is a set of negative numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy29.txt |
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy29alt.txt |
| orderBy30 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x ", where $x is a set of positive numbers and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy30.txt |
| orderBy31 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x ", where $x is a set of positive numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy31.txt |
| orderBy32 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "($x + $x) ", where $x is a set of positive numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy32.txt |
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy32alt.txt |
| orderBy33 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x is $x ", where $x is a set of positive numbers and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy33.txt |
| orderBy34 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x is $x ", where $x is a set of positive numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy34.txt |
| orderBy35 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:float($x) ", where $x is a set of positive numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy35.txt |
| orderBy36 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:decimal($x) ", where $x is a set of positive numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy36.txt |
| orderBy37 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:double($x) ", where $x is a set of positive numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy37.txt |
| orderBy38 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:integer($x) ", where $x is a set of positive numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy38.txt |
| orderBy39 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "string($x) ", where $x is a set of positive numbers and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy39.txt |
| orderBy40 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x ", where $x is a set of small positive numbers and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy40.txt |
| orderBy41 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x ", where $x is a set of small positive numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy41.txt |
| orderBy42 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "($x + $x) ", where $x is a set of small positive numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy42.txt |
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy42alt.txt |
| orderBy43 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x is $x ", where $x is a set of small positive numbers and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy43.txt |
| orderBy44 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x is $x ", where $x is a set of small positive numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy44.txt |
| orderBy45 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:float($x) ", where $x is a set of small positive numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy45.txt |
| orderBy46 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:decimal($x) ", where $x is a set of small positive numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy46.txt |
| orderBy47 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:double($x) ", where $x is a set of small positive numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy47.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy47.txt |
| orderBy49 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "string($x) ", where $x is a set of small positive numbers and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy49.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy49.txt |
| orderBy50 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x ", where $x is a set of small negative numbers and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy50.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy50.txt |
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy50alt.txt |
| orderBy51 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x ", where $x is a set of small negative numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy51.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy51.txt |
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy51alt.txt |
| orderBy52 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "($x + $x) ", where $x is a set of small negative numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy52.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy52.txt |
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy52alt.txt |
| orderBy53 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x is $x ", where $x is a set of small negative numbers and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy53.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy53.txt |
| orderBy54 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x is $x ", where $x is a set of small negative numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy54.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy54.txt |
| orderBy55 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:float($x) ", where $x is a set of small negative numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy55.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy55.txt |
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy55alt.txt |
| orderBy56 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:decimal($x) ", where $x is a set of small negative numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy56.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy56.txt |
| orderBy57 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:double($x) ", where $x is a set of small negative numbers and the ordering mode set to descending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy57.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy57.txt |
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy57alt.txt |
| orderBy59 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "string($x) ", where $x is a set of small negative numbers and the ordering mode set to ascending. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy59.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderBy59.txt |
| orderbylocal-1 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x ", where $x is a set of Strings and the ordering mode set to ascending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-1.txt |
| orderbylocal-2 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x ", where $x is a set of Strings and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-2.txt |
| orderbylocal-3 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat($x,"()") ", where $x is a set of Strings and the ordering mode set to ascending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-3.txt |
| orderbylocal-4 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat($x,"()") ", where $x is a set of Strings and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-4.txt |
| orderbylocal-5 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat($x,"another String After") ", where $x is a set of Strings and the ordering mode set to ascending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-5.txt |
| orderbylocal-6 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat($x,"another String After") ", where $x is a set of Strings and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-6.txt |
| orderbylocal-7 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat("another String Before",$x) ", where $x is a set of Strings and the ordering mode set to ascending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-7.txt |
| orderbylocal-8 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat("another String Before",$x) ", where $x is a set of Strings and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-8.txt |
| orderbylocal-9 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat($x,"") ", where $x is a set of Strings and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-9.txt |
| orderbylocal-10 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat($x,"") ", where $x is a set of Strings and the ordering mode set to ascending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-10.txt |
| orderbylocal-11 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat("",$x) ", where $x is a set of Strings and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-11.txt |
| orderbylocal-12 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat("",$x) ", where $x is a set of Strings and the ordering mode set to ascending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-12.txt |
| orderbylocal-16 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat($x,$x) ", where $x is a set of Strings and the ordering mode set to ascending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-16.txt |
| orderbylocal-17 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "string-length($x) ", where $x is a set of Strings and the ordering mode set to ascending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-17.txt |
| orderbylocal-18 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "count($x) ", where $x is a set of Strings and the ordering mode set to ascending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-18.txt |
| orderbylocal-19 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "string-length($x) ", where $x is a set of Strings and the ordering mode set to ascending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-19.txt |
| orderbylocal-20 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x ", where $x is a set of negative numbers and the ordering mode set to ascending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-20.txt |
| orderbylocal-21 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x ", where $x is a set of negative numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-21.txt |
| orderbylocal-22 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "($x + $x) ", where $x is a set of negative numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-22.txt |
| orderbylocal-25 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:float($x) ", where $x is a set of negative numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-25.txt |
| orderbylocal-26 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:decimal($x) ", where $x is a set of negative numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-26.txt |
| orderbylocal-27 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:double($x) ", where $x is a set of negative numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-27.txt |
| orderbylocal-28 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:integer($x) ", where $x is a set of negative numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-28.txt |
| orderbylocal-29 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "($x * -1) ", where $x is a set of negative numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-29.txt |
| orderbylocal-30 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x ", where $x is a set of positive numbers and the ordering mode set to ascending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-30.txt |
| orderbylocal-31 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x ", where $x is a set of positive numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-31.txt |
| orderbylocal-32 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "($x + $x) ", where $x is a set of positive numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-32.txt |
| orderbylocal-35 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:float($x) ", where $x is a set of positive numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-35.txt |
| orderbylocal-36 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:decimal($x) ", where $x is a set of positive numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-36.txt |
| orderbylocal-37 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:double($x) ", where $x is a set of positive numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-37.txt |
| orderbylocal-38 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:integer($x) ", where $x is a set of positive numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-38.txt |
| orderbylocal-39 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "string($x) ", where $x is a set of positive numbers and the ordering mode set to ascending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-39.txt |
| orderbylocal-40 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x ", where $x is a set of small positive numbers and the ordering mode set to ascending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-40.txt |
| orderbylocal-41 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x ", where $x is a set of small positive numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-41.txt |
| orderbylocal-42 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "($x + $x) ", where $x is a set of small positive numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-42.txt |
| orderbylocal-43 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x is $x ", where $x is a set of small positive numbers and the ordering mode set to ascending. Use local sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-43.txt |
| orderbylocal-44 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x is $x ", where $x is a set of small positive numbers and the ordering mode set to descending. Use local sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-44.txt |
| orderbylocal-45 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:float($x) ", where $x is a set of small positive numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-45.txt |
| orderbylocal-46 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:decimal($x) ", where $x is a set of small positive numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-46.txt |
| orderbylocal-47 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:double($x) ", where $x is a set of small positive numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-47.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-47.txt |
| orderbylocal-49 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "string($x) ", where $x is a set of small positive numbers and the ordering mode set to ascending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-49.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-49.txt |
| orderbylocal-50 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x ", where $x is a set of small negative numbers and the ordering mode set to ascending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-50.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-50.txt |
| orderbylocal-51 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "$x ", where $x is a set of small negative numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-51.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-51.txt |
| orderbylocal-52 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "($x + $x) ", where $x is a set of small negative numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-52.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-52.txt |
| orderbylocal-55 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:float($x) ", where $x is a set of small negative numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-55.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-55.txt |
| orderbylocal-56 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:decimal($x) ", where $x is a set of small negative numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-56.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-56.txt |
| orderbylocal-57 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:double($x) ", where $x is a set of small negative numbers and the ordering mode set to descending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-57.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-57.txt |
| orderbylocal-59 | Scenario: standard | Creator: Carmelo Montanez (Automatic Generation) |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "string($x) ", where $x is a set of small negative numbers and the ordering mode set to ascending. Use a locally defined sequence. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-59.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-59.txt |
| orderbylocal-60 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with an unknown collation. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWith/orderbylocal-60.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0076 | ||
| orderbywithout-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "$x ", where $x is a set of Strings. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-1.txt |
| orderbywithout-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "concat($x,"()") ", where $x is a set of Strings. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-2.txt |
| orderbywithout-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "concat($x,"another String After") ", where $x is a set of Strings. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-3.txt |
| orderbywithout-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "concat("another String Before",$x) ", where $x is a set of Strings. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-4.txt |
| orderbywithout-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "concat($x,"") ", where $x is a set of Strings. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-5.txt |
| orderbywithout-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "concat("",$x) ", where $x is a set of Strings. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-6.txt |
| orderbywithout-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "$x is $x ", where $x is a set of nodes with strings as content. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-7.txt |
| orderbywithout-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "concat($x,$x) ", where $x is a set of Strings. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-8.txt |
| orderbywithout-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "string-length($x) ", where $x is a set of Nodes with strings as content. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-9.txt |
| orderbywithout-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "count($x) ", where $x is a set of node with strings as content. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-10.txt |
| orderbywithout-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "$x ", where $x is a set of negative numbers casted as decimals. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-11.txt |
| orderbywithout-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "($x + $x) ", where $x is a set of negative numbers casted as decimals. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-12.txt |
| orderbywithout-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "$x is $x ", where $x is a set of nodes with negative numbers as content. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-13.txt |
| orderbywithout-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "xs:float($x) ", where $x is a set of negative numbers. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-14.txt |
| orderbywithout-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "xs:double($x) ", where $x is a set of negative numbers. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-15.txt |
| orderbywithout-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "xs:integer($x) ", where $x is a set of negative numbers. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-16.txt |
| orderbywithout-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "($x * -1) ", where $x is a set of negative numbers. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-17.txt |
| orderbywithout-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "$x ", where $x is a set of positive numbers. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-18.txt |
| orderbywithout-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "($x + $x) ", where $x is a set of positive numbers. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-19.txt |
| orderbywithout-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "$x is $x ", where $x is a set of nodes with positive numbers as content. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-20.txt |
| orderbywithout-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "xs:float($x) ", where $x is a set of positive numbers. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-21.txt |
| orderbywithout-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWR expression set to "xs:decimal($x)", where $x is a set of positive numbers. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-22.txt |
| orderbywithout-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "xs:double($x)", where $x is a set of positive numbers. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-23.txt |
| orderbywithout-24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "xs:integer($x)", where $x is a set of positive numbers. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-24.txt |
| orderbywithout-25 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "string($x)", where $x is a set of positive numbers. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-25.txt |
| orderbywithout-26 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "$x", where $x is a set of small positive numbers. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-26.txt |
| orderbywithout-27 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "$x", where $x is a set of small positive numbers casted as decimals. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-27.txt |
| orderbywithout-28 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "($x + $x) ", where $x is a set of small positive numbers casted as decimals. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-28.txt |
| orderbywithout-29 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "$x is $x ", where $x is a set nodes with small positive numbers as content. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-29.txt |
| orderbywithout-30 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "xs:float($x) ", where $x is a set of small positive numbers. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-30.txt |
| orderbywithout-31 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "xs:decimal($x) ", where $x is a set of small positive numbers. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-31.txt |
| orderbywithout-32 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "xs:double($x) ", where $x is a set of small positive numbers. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-32.txt |
| orderbywithout-33 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "string($x) ", where $x is a set of small positive numbers. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-33.txt |
| orderbywithout-34 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "$x ", where $x is a set of small negative numbers casted as decimals. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-34.txt |
| orderbywithout-35 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "($x + $x) ", where $x is a set of small negative numbers casted as decimals. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-35.txt |
| orderbywithout-36 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "$x is $x ", where $x is a set of nodes with small negative numbers as argument. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-36.txt |
| orderbywithout-37 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "xs:float($x) ", where $x is a set of small negative numbers. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-37.txt |
| orderbywithout-38 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "xs:decimal($x) ", where $x is a set of small negative numbers. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-38.txt |
| orderbywithout-39 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "xs:double($x) ", where $x is a set of small negative numbers. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-39.txt |
| orderbywithout-40 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "order by" clause with the "order by" clause of a FLWOR expression set to "string($x) ", where $x is a set of small negative numbers. | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/OrderbyExpr/OrderbyExprWithout/orderbywithout-40.txt |
| ReturnExpr001 | Scenario: standard | Creator: Jinghao Liu |
| Description: | ||
| For+Return - use element's text to construct new element. | ||
| For+Return - use element's text to construct new element | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ReturnExpr/ReturnExpr001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ReturnExpr/ReturnExpr001.xml |
| ReturnExpr002 | Scenario: standard | Creator: Jinghao Liu |
| Description: | ||
| For+Return - use existing attribute to generate new attribute for new element. | ||
| For+Return - use existing attribute to generate new attribute for new element | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ReturnExpr/ReturnExpr002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ReturnExpr/ReturnExpr002.xml |
| ReturnExpr003 | Scenario: standard | Creator: Jinghao Liu |
| Description: | ||
| For+Return - one For+Return expr contains another one For+Return expr. | ||
| For+Return - one For+Return expr contains another one For+Return expr | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ReturnExpr/ReturnExpr003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/ReturnExpr/ReturnExpr003.xml |
| ReturnExpr004 | Scenario: standard | Creator: Jinghao Liu |
| Description: | ||
| For+Where+Return - filters in 'Where' expr and in 'Return' expr using predicate. | ||
| For+Where+Return - filters in 'Where' expr and in 'Return' expr using predicate | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ReturnExpr/ReturnExpr004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/FLWORExpr/ReturnExpr/ReturnExpr004.xml |
| ReturnExpr005 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expression returns selected element nodes. | ||
| FLWOR expression returns selected element nodes | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ReturnExpr/ReturnExpr005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ReturnExpr/ReturnExpr005.xml |
| ReturnExpr006 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expression returns selected values. | ||
| FLWOR expression returns selected values | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ReturnExpr/ReturnExpr006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ReturnExpr/ReturnExpr006.txt |
| ReturnExpr007 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expression return parent of select nodes. | ||
| FLWOR expression return parent of select nodes | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ReturnExpr/ReturnExpr007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ReturnExpr/ReturnExpr007.xml |
| ReturnExpr008 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expression returns constant value, independent of input bindings. | ||
| FLWOR expression returns constant value, independent of input bindings | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ReturnExpr/ReturnExpr008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ReturnExpr/ReturnExpr008.txt |
| ReturnExpr009 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expression returns node from document, independent of input bindings. | ||
| FLWOR expression returns node from document, independent of input bindings | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ReturnExpr/ReturnExpr009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ReturnExpr/ReturnExpr009.xml |
| ReturnExpr010 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expression returns empty sequence literal. | ||
| FLWOR expression returns empty sequence literal | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ReturnExpr/ReturnExpr010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ReturnExpr/ReturnExpr010.xml |
| ReturnExpr011 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expression returns a constructed sequence. | ||
| FLWOR expression returns a constructed sequence | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ReturnExpr/ReturnExpr011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ReturnExpr/ReturnExpr011.xml |
| ReturnExpr012 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Multiple return statements. | ||
| Multiple return statements | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ReturnExpr/ReturnExpr012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| ReturnExpr013 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Missing 'return' statement in FLWOR expression. | ||
| Missing 'return' statement in FLWOR expression | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ReturnExpr/ReturnExpr013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| ReturnExpr014 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| FLWOR expression return statement depends on undefined variable. | ||
| FLWOR expression return statement depends on undefined variable | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ReturnExpr/ReturnExpr014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| ReturnExpr015 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Variable bound to value from return statement. | ||
| Variable bound to value from return statement | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ReturnExpr/ReturnExpr015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ReturnExpr/ReturnExpr015.xml |
| ReturnExpr016 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Return value of positional variable. | ||
| Return value of positional variable | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ReturnExpr/ReturnExpr016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/FLWORExpr/ReturnExpr/ReturnExpr016.xml |
| ReturnExpr017 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Apply arithmetic operator inside 'return' statement. | ||
| Apply arithmetic operator inside 'return' statement | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ReturnExpr/ReturnExpr017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ReturnExpr/ReturnExpr017.txt |
| ReturnExpr018 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Apply comparison operator inside 'return' statement. | ||
| Apply comparison operator inside 'return' statement | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ReturnExpr/ReturnExpr018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ReturnExpr/ReturnExpr018.txt |
| ReturnExpr019 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Multiple 'return' statements. | ||
| Multiple 'return' statements | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ReturnExpr/ReturnExpr019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| ReturnExpr020 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| 'return' expression containing a typed value constructor function. | ||
| 'return' expression containing a typed value constructor function | ||
| Spec Citations: | ||
| #id-orderby-return | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/FLWORExpr/ReturnExpr/ReturnExpr020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ReturnExpr/ReturnExpr020.txt |
| Orderexpr-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Path expression ordered. | ||
| Spec Citations: | ||
| #id-unordered-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/Orderexpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: partlist | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/OrderExpr/Orderexpr-1.xml |
| Orderexpr-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Path expression unordered. | ||
| Spec Citations: | ||
| #id-unordered-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/Orderexpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: partlist | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/OrderExpr/Orderexpr-1.xml |
| Role: principal | Comparator: Fragment | Results/Expressions/OrderExpr/Orderexpr-2.xml |
| Orderexpr-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Position predicate ordered. | ||
| Spec Citations: | ||
| #id-unordered-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/Orderexpr-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: partlist | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/OrderExpr/Orderexpr-3.xml |
| Orderexpr-6 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Position predicate unordered. | ||
| Spec Citations: | ||
| #id-unordered-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/Orderexpr-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: partlist | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/OrderExpr/Orderexpr-3.xml |
| Role: principal | Comparator: Fragment | Results/Expressions/OrderExpr/Orderexpr-4.xml |
| Orderexpr-9 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Union ordered. | ||
| Spec Citations: | ||
| #id-unordered-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/Orderexpr-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: partlist | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/OrderExpr/Orderexpr-9.xml |
| Orderexpr-10 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Union unordered. | ||
| Spec Citations: | ||
| #id-unordered-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/Orderexpr-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: partlist | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/OrderExpr/Orderexpr-9.xml |
| Role: principal | Comparator: Fragment | Results/Expressions/OrderExpr/Orderexpr-10.xml |
| Orderexpr-11 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Intersect ordered. | ||
| Spec Citations: | ||
| #id-unordered-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/Orderexpr-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: partlist | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/OrderExpr/Orderexpr-9.xml |
| Orderexpr-12 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Intersect unordered. | ||
| Spec Citations: | ||
| #id-unordered-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/Orderexpr-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: partlist | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/OrderExpr/Orderexpr-9.xml |
| Role: principal | Comparator: Fragment | Results/Expressions/OrderExpr/Orderexpr-10.xml |
| Orderexpr-13 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Except ordered. | ||
| Spec Citations: | ||
| #id-unordered-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/Orderexpr-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: partlist | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/OrderExpr/Orderexpr-9.xml |
| Orderexpr-14 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Except unordered. | ||
| Spec Citations: | ||
| #id-unordered-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/Orderexpr-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: partlist | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/OrderExpr/Orderexpr-9.xml |
| Role: principal | Comparator: Fragment | Results/Expressions/OrderExpr/Orderexpr-10.xml |
| Orderexpr-15 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| fn:subsequence ordered. | ||
| Spec Citations: | ||
| #id-unordered-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/Orderexpr-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/OrderExpr/Orderexpr-15.txt |
| Orderexpr-16 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| fn:subsequence unordered. | ||
| Spec Citations: | ||
| #id-unordered-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/Orderexpr-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/OrderExpr/Orderexpr-15.txt |
| Role: principal | Comparator: Text | Results/Expressions/OrderExpr/Orderexpr-16.txt |
| Orderexpr-17 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| fn:reverse ordered. | ||
| Spec Citations: | ||
| #id-unordered-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/Orderexpr-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/OrderExpr/Orderexpr-15.txt |
| Orderexpr-18 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| fn:reverse unordered. | ||
| Spec Citations: | ||
| #id-unordered-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/Orderexpr-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/OrderExpr/Orderexpr-15.txt |
| Role: principal | Comparator: Text | Results/Expressions/OrderExpr/Orderexpr-16.txt |
| Orderexpr-19 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| FLWOR ordered. | ||
| Spec Citations: | ||
| #id-unordered-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/Orderexpr-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: partlist | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/OrderExpr/Orderexpr-19.txt |
| Orderexpr-20 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| FLWOR unordered. | ||
| Spec Citations: | ||
| #id-unordered-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/Orderexpr-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: partlist | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/OrderExpr/Orderexpr-19.txt |
| Role: principal | Comparator: Text | Results/Expressions/OrderExpr/Orderexpr-20.txt |
| orderedunorderedexpr-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Ordered expression used with and if expression. | ||
| Spec Citations: | ||
| #id-unordered-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/orderedunorderedexpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/OrderExpr/orderedunorderedexpr-1.txt |
| orderedunorderedexpr-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Ordered expression used with an "or" expression ("and" operator). | ||
| Spec Citations: | ||
| #id-unordered-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/orderedunorderedexpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/OrderExpr/orderedunorderedexpr-2.txt |
| orderedunorderedexpr-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Ordered expression used with an "or" expression ("or" operator). | ||
| Spec Citations: | ||
| #id-unordered-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/orderedunorderedexpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/OrderExpr/orderedunorderedexpr-3.txt |
| orderedunorderedexpr-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Ordered expression used with a quantify expression ("some" operator). | ||
| Spec Citations: | ||
| #id-unordered-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/orderedunorderedexpr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/OrderExpr/orderedunorderedexpr-4.txt |
| orderedunorderedexpr-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Ordered expression used with a quantify expression ("every" operator). | ||
| Spec Citations: | ||
| #id-unordered-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/orderedunorderedexpr-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/OrderExpr/orderedunorderedexpr-5.txt |
| orderedunorderedexpr-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Ordered expression used with a typeswitch expression. | ||
| Spec Citations: | ||
| #id-unordered-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/orderedunorderedexpr-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/OrderExpr/orderedunorderedexpr-6.txt |
| K-OrderExpr-1 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A nested expression must be present when 'ordered' is used. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/K-OrderExpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-OrderExpr-2 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A nested expression must be present when 'unordered' is used. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/K-OrderExpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-OrderExpr-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test of 'ordered{}'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/K-OrderExpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/OrderExpr/K-OrderExpr-3.txt |
| K-OrderExpr-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test of 'unordered{}'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/OrderExpr/K-OrderExpr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/OrderExpr/K-OrderExpr-4.txt |
| CondExpr002 | Scenario: standard | Creator: Asad Jawahar |
| Description: | ||
| Simple if expression where boolean is a constant true. | ||
| Simple if expression where boolean is a constant true | ||
| Spec Citations: | ||
| #id-conditionals | ||
| Query: | ||
| Queries/XQuery/Expressions/CondExpr/CondExpr002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/CondExpr/CondExpr002.xml |
| CondExpr003 | Scenario: standard | Creator: Asad Jawahar |
| Description: | ||
| Simple if expression where boolean is a constant false. | ||
| Simple if expression where boolean is a constant false | ||
| Spec Citations: | ||
| #id-conditionals | ||
| Query: | ||
| Queries/XQuery/Expressions/CondExpr/CondExpr003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/CondExpr/CondExpr003.xml |
| CondExpr004 | Scenario: standard | Creator: Asad Jawahar |
| Description: | ||
| Node set from a path expression as test condition. | ||
| Node set from a path expression as test condition | ||
| Spec Citations: | ||
| #id-conditionals | ||
| Query: | ||
| Queries/XQuery/Expressions/CondExpr/CondExpr004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: nw_Customers | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/CondExpr/CondExpr004.xml |
| CondExpr005 | Scenario: standard | Creator: Asad Jawahar |
| Description: | ||
| Empty node set from a path expression as test condition. | ||
| Empty node set from a path expression as test condition | ||
| Spec Citations: | ||
| #id-conditionals | ||
| Query: | ||
| Queries/XQuery/Expressions/CondExpr/CondExpr005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: nw_Customers | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/CondExpr/CondExpr005.xml |
| CondExpr006 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Then-expression has another if expression. | ||
| then-expression has another if expression | ||
| Spec Citations: | ||
| #id-conditionals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/CondExpr/CondExpr006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/CondExpr/CondExpr006.xml |
| CondExpr007 | Scenario: standard | Creator: Asad Jawahar |
| Description: | ||
| Else-expr has another if expression. | ||
| else-expr has another if expression | ||
| Spec Citations: | ||
| #id-conditionals | ||
| Query: | ||
| Queries/XQuery/Expressions/CondExpr/CondExpr007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: nw_Customers | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/CondExpr/CondExpr007.xml |
| CondExpr008 | Scenario: standard | Creator: Asad Jawahar |
| Description: | ||
| And-expression in test expression. | ||
| and-expression in test expression | ||
| Spec Citations: | ||
| #id-conditionals | ||
| Query: | ||
| Queries/XQuery/Expressions/CondExpr/CondExpr008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: nw_Customers | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/CondExpr/CondExpr008.xml |
| CondExpr009 | Scenario: standard | Creator: Asad Jawahar |
| Description: | ||
| Or-expression in test expression. | ||
| or-expression in test expression | ||
| Spec Citations: | ||
| #id-conditionals | ||
| Query: | ||
| Queries/XQuery/Expressions/CondExpr/CondExpr009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: nw_Customers | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/CondExpr/CondExpr009.xml |
| CondExpr010 | Scenario: standard | Creator: David Marston |
| Description: | ||
| A true expression in if expression. | ||
| a true expression in if expression | ||
| Spec Citations: | ||
| #id-conditionals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/CondExpr/CondExpr010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/CondExpr/CondExpr010.xml |
| CondExpr011 | Scenario: standard | Creator: David Marston |
| Description: | ||
| If expression as argument to a function. | ||
| If expression as argument to a function | ||
| Spec Citations: | ||
| #id-conditionals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/CondExpr/CondExpr011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/CondExpr/CondExpr011.xml |
| CondExpr012 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Adapted from example in spec; test expression is a relational expression. | ||
| Adapted from example in spec; test expression is a relational expression | ||
| Spec Citations: | ||
| #id-conditionals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/CondExpr/CondExpr012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: xq311A | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/CondExpr/CondExpr012.xml |
| CondExpr013 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Test expression has another if expression. | ||
| test expression has another if expression | ||
| Spec Citations: | ||
| #id-conditionals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/CondExpr/CondExpr013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: xq311A | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/CondExpr/CondExpr013.xml |
| CondExpr014 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Test expression has another if expression. | ||
| test expression has another if expression | ||
| Spec Citations: | ||
| #id-conditionals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/CondExpr/CondExpr014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: xq311A | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/CondExpr/CondExpr014.xml |
| CondExpr015 | Scenario: standard | Creator: David Marston |
| Description: | ||
| Two if expressions at same depth in larger expression. | ||
| Two if expressions at same depth in larger expression | ||
| Spec Citations: | ||
| #id-conditionals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/CondExpr/CondExpr015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/CondExpr/CondExpr015.xml |
| CondExpr016 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| If where branches return different valid types. | ||
| if where branches return different valid types | ||
| Spec Citations: | ||
| #id-conditionals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/CondExpr/CondExpr016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/CondExpr/CondExpr016.xml |
| CondExpr017 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| If where branches return different valid types. | ||
| if where branches return different valid types | ||
| Spec Citations: | ||
| #id-conditionals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/CondExpr/CondExpr017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/CondExpr/CondExpr017.xml |
| CondExpr018 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| If where branches return different valid types. | ||
| if where branches return different valid types | ||
| Spec Citations: | ||
| #id-conditionals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/CondExpr/CondExpr018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/CondExpr/CondExpr018.txt |
| CondExpr019 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Test with test expression not contained in ( ... ). | ||
| Test with test expression not contained in ( ... ) | ||
| Spec Citations: | ||
| #id-conditionals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/CondExpr/CondExpr019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| CondExpr20 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test case where then-expression raises a dynamic error, but test-expression selects else-expression so no error is raised. | ||
| Test case where then-expression raises a dynamic error, but test-expression selects else-expression so no error is raised | ||
| Spec Citations: | ||
| #id-conditionals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/CondExpr/CondExpr020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/CondExpr/CondExpr020.txt |
| CondExpr21 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test case where else-expression raises a dynamic error, but test-expression selects then-expression so no error is raised. | ||
| Test case where else-expression raises a dynamic error, but test-expression selects then-expression so no error is raised | ||
| Spec Citations: | ||
| #id-conditionals | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/CondExpr/CondExpr021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/CondExpr/CondExpr021.txt |
| K-CondExpr-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(if(2) then 1 else 0) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/CondExpr/K-CondExpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/CondExpr/K-CondExpr-1.txt |
| K-CondExpr-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `if(()) then false() else true()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/CondExpr/K-CondExpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/CondExpr/K-CondExpr-2.txt |
| K-CondExpr-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An expression involving the if expression that trigger certain optimization paths in some implementations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/CondExpr/K-CondExpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/CondExpr/K-CondExpr-3.txt |
| K-CondExpr-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An expression involving the if expression that trigger certain optimization paths in some implementations(#2). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/CondExpr/K-CondExpr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/CondExpr/K-CondExpr-4.txt |
| K-CondExpr-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An expression involving the if expression that trigger certain optimization paths in some implementations(#2). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/CondExpr/K-CondExpr-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/CondExpr/K-CondExpr-5.txt |
| K-CondExpr-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An expression involving the if expression that trigger certain optimization paths in some implementations(#3). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/CondExpr/K-CondExpr-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/CondExpr/K-CondExpr-6.txt |
| K-CondExpr-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An if-test which EBV cannot be extracted from. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/CondExpr/K-CondExpr-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-CondExpr-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An if-test which EBV cannot be extracted from. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/CondExpr/K-CondExpr-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/CondExpr/K-CondExpr-8.txt |
| K-CondExpr-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An if-test which EBV cannot be extracted from. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/CondExpr/K-CondExpr-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/CondExpr/K-CondExpr-9.txt |
| K-CondExpr-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An if-test applied on fn:count(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/CondExpr/K-CondExpr-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/CondExpr/K-CondExpr-10.txt |
| K-CondExpr-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An if-test applied on fn:count() combined with fn:not(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/CondExpr/K-CondExpr-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/CondExpr/K-CondExpr-11.txt |
| K-CondExpr-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| if-then clause combined with fn:boolean(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/CondExpr/K-CondExpr-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/CondExpr/K-CondExpr-12.txt |
| quantExpr-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and addition expression. Returns false. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-1.txt |
| quantExpr-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and addition expression. Returns true. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-2.txt |
| quantExpr-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and subtraction expression. Returns false. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-3.txt |
| quantExpr-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and subtraction expression. Returns true. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-4.txt |
| quantExpr-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and a multiplication expression. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-5.txt |
| quantExpr-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and a division (div) expression. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-6.txt |
| quantExpr-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and a division (idiv) expression. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-7.txt |
| quantExpr-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of "fn:avg" function. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-8.txt |
| quantExpr-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of "fn:string" function. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-9.txt |
| quantExpr-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of "fn:string-length" function. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-10.txt |
| quantExpr-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of "fn:count" function. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-11.txt |
| quantExpr-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of "fn:true" function. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-12.txt |
| quantExpr-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of "fn:false" function. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-13.txt |
| quantExpr-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of "fn:not" function. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-14.txt |
| quantExpr-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of logical expression (or operand). | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-15.txt |
| quantExpr-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of logical expression (and operand). | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-16.txt |
| quantExpr-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of string data. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-17.txt |
| quantExpr-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of multiple variables with addition operation . | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-18.txt |
| quantexpr-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of multiple variables with subtraction operation . | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-19.txt |
| quantExpr-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of multiple variables with multiplication operation . | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-20.txt |
| quantExpr-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of multiple variables with division (div) operation . | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-21.txt |
| quantExpr-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of multiple variables with division (idiv) operation . | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-22.txt |
| quantExpr-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of multiple variables and the "fn:string" function. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-23.txt |
| quantExpr-24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of multiple variables and the xs:integer data type. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-24.txt |
| quantExpr-25 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of multiple variables and the xs:decimal data type. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-25.txt |
| quantExpr-26 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of multiple variables and the xs:float data type. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-26.txt |
| quantExpr-27 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of multiple variables and the xs:double data type. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-27.txt |
| quantExpr-28 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of multiple variables and the xs:boolean data type. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-28.txt |
| quantExpr-29 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of multiple variables and the xs:dateTime data type. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-29.txt |
| quantExpr-30 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword and use of multiple variables and the xs:date data type. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-30.txt |
| quantexpr-31 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and addition expression. Returns false. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-31.txt |
| quantexpr-32 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and addition expression. Returns true. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-32.txt |
| quantExpr-33 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and subtraction expression. Returns false. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantExpr-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-33.txt |
| quantexpr-34 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and subtraction expression. Returns true. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-34.txt |
| quantexpr-35 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and a multiplication expression. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-35.txt |
| quantexpr-36 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and a division (div) expression. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-36.txt |
| quantexpr-37 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and a division (idiv) expression. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-37.txt |
| quantexpr-38 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of "fn:avg" function. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-38.txt |
| quantexpr-39 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of "fn:string" function. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-39.txt |
| quantexpr-40 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of "fn:string-length" function. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-40.txt |
| quantexpr-41 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of "fn:count" function. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-41.txt |
| quantexpr-42 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of "fn:true" function. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-42.txt |
| quantexpr-43 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of "fn:false" function. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-43.txt |
| quantexpr-44 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of "fn:not" function. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-44.txt |
| quantexpr-45 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of logical expression (or operand). | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-45.txt |
| quantexpr-46 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of logical expression (and operand). | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-46.txt |
| quantexpr-47 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of string data. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-47.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-47.txt |
| quantexpr-48 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of multiple variables with addition operation . | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-48.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-48.txt |
| quantexpr-49 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of multiple variables with subtraction operation . | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-49.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-49.txt |
| quantexpr-50 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of multiple variables with multiplication operation . | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-50.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-50.txt |
| quantexpr-51 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of multiple variables with division (div) operation . | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-51.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-51.txt |
| quantexpr-52 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of multiple variables with division (idiv) operation . | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-52.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-52.txt |
| quantexpr-53 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of multiple variables and the "fn:string" function. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-53.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-53.txt |
| quantexpr-54 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of multiple variables and the xs:integer data type. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-54.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-54.txt |
| quantexpr-55 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of multiple variables and the xs:decimal data type. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-55.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-55.txt |
| quantexpr-56 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of multiple variables and the xs:float data type. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-56.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-56.txt |
| quantexpr-57 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of multiple variables and the xs:double data type. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-57.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-57.txt |
| quantexpr-58 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of multiple variables and the xs:boolean data type. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-58.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-58.txt |
| quantexpr-59 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of multiple variables and the xs:dateTime data type. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-59.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/quantExpr-59.txt |
| K-QuantExprWithout-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'every': EBV can't be extracted from xs:QName. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-QuantExprWithout-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'some': EBV can't be extracted from xs:QName. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-QuantExprWithout-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| $foo has static type xs:integer; which cannot be compared to xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-QuantExprWithout-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| $foo has static type xs:integer; which cannot be compared to xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-QuantExprWithout-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A some-quantification applied on fn:count(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-5.txt |
| K-QuantExprWithout-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A some-quantification applied on fn:count(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-6.txt |
| K-QuantExprWithout-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| some-quantification combined with fn:boolean(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-7.txt |
| K-QuantExprWithout-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| every-quantification combined with fn:boolean(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-8.txt |
| K-QuantExprWithout-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| every-quantification combined with empty variable binding. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-9.txt |
| K-QuantExprWithout-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| some-quantification combined with empty variable binding. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-10.txt |
| K-QuantExprWithout-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `some $foo in 1 satisfies true()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-11.txt |
| K-QuantExprWithout-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `every $foo in 1 satisfies true()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-12.txt |
| K-QuantExprWithout-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(some $foo in 1 satisfies false())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-13.txt |
| K-QuantExprWithout-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(every $foo in 1 satisfies false())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-14.txt |
| K-QuantExprWithout-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `some $foo in 1 satisfies 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-15.txt |
| K-QuantExprWithout-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `every $foo in 1 satisfies 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-16.txt |
| K-QuantExprWithout-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `some $foo in 1 satisfies "a string"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-17.txt |
| K-QuantExprWithout-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `every $foo in 1 satisfies "a string"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-18.txt |
| K-QuantExprWithout-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `every $var in (true(), true(), true()) satisfies $var`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-19.txt |
| K-QuantExprWithout-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(every $var in (true(), false(), true()) satisfies $var)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-20.txt |
| K-QuantExprWithout-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(every $var in (false(), true(), true()) satisfies $var)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-21.txt |
| K-QuantExprWithout-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(every $var in (true(), true(), false()) satisfies $var)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-22.txt |
| K-QuantExprWithout-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `some $var in (true(), true(), true()) satisfies $var`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-23.txt |
| K-QuantExprWithout-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `some $var in (true(), false(), true()) satisfies $var`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-24.txt |
| K-QuantExprWithout-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `some $var in (false(), true(), true()) satisfies $var`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-25.txt |
| K-QuantExprWithout-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `some $var in (true(), true(), false()) satisfies $var`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-26.txt |
| K-QuantExprWithout-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(some $var in (false(), false(), false()) satisfies $var)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-27.txt |
| K-QuantExprWithout-28 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| EBV cannot be extracted fro xs:hexBinary. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-QuantExprWithout-29 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| EBV cannot be extracted fro xs:hexBinary. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-QuantExprWithout-30 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| EBV cannot be extracted fro xs:hexBinary. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-QuantExprWithout-31 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| EBV cannot be extracted fro xs:hexBinary. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-QuantExprWithout-32 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| EBV cannot be extracted fro xs:hexBinary. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-QuantExprWithout-33 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Since EBV cannot be extracted from xs:hexBinary, FORG0006 is allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-33.txt |
| Error: err:FORG0006 | ||
| K-QuantExprWithout-34 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(every $var in (false(), true(), true()) satisfies $var)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-34.txt |
| K-QuantExprWithout-35 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(every $var in (true(), false(), true()) satisfies $var)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-35.txt |
| K-QuantExprWithout-36 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(every $var in (true(), true(), false()) satisfies $var)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-36.txt |
| K-QuantExprWithout-37 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `some $var in (true(), true(), true()) satisfies $var`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-37.txt |
| K-QuantExprWithout-38 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `some $var in (true(), false(), true()) satisfies $var`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-38.txt |
| K-QuantExprWithout-39 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `some $var in (false(), true(), true()) satisfies $var`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-39.txt |
| K-QuantExprWithout-40 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `some $var in (true(), true(), false()) satisfies $var`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-40.txt |
| K-QuantExprWithout-41 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(some $var in (false(), false(), false()) satisfies $var)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-41.txt |
| K-QuantExprWithout-42 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A binding in a 'some' quantification shadows global variables. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-42.txt |
| K-QuantExprWithout-43 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A binding in a 'some' quantification shadows global variables. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-43.txt |
| K-QuantExprWithout-44 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A binding in a 'every' quantification shadows global variables. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-44.txt |
| K-QuantExprWithout-45 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A binding in a 'every' quantification shadows global variables. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-45.txt |
| K-QuantExprWithout-46 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `some $var in (1, 2, 3) satisfies $var eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-46.txt |
| K-QuantExprWithout-47 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(every $var in (1, 2, 3) satisfies $var eq 3)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-47.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-47.txt |
| K-QuantExprWithout-48 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `every $var in (1, 2, 3) satisfies $var eq 1 or $var eq 2 or $var eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-48.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-48.txt |
| K-QuantExprWithout-49 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `some $var in (1, 2, 3) satisfies $var eq 1 or $var eq 2 or $var eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-49.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-49.txt |
| K-QuantExprWithout-50 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `some $aaa in (1, 2, 3), $bbb in (3, 2, 1) satisfies $aaa + $bbb eq 4`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-50.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-50.txt |
| K-QuantExprWithout-51 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `every $aaa in (3, 3, 3), $bbb in (3, 3, 3) satisfies $aaa + $bbb eq 6`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-51.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-51.txt |
| K-QuantExprWithout-52 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(every $var in (1, 2, 3) satisfies $var eq 3)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-52.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-52.txt |
| K-QuantExprWithout-53 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `some $var in (1, 2, 3) satisfies $var eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-53.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-53.txt |
| K-QuantExprWithout-54 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `true() eq (some $a in 1 satisfies $a)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-54.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-54.txt |
| K-QuantExprWithout-55 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `true() eq (every $a in 1 satisfies $a)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-55.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-55.txt |
| K-QuantExprWithout-56 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `true() eq (some $fn:name in (1, 2) satisfies $fn:name)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-56.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-56.txt |
| K-QuantExprWithout-57 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `true() eq (some $xs:name in (1, 2) satisfies $xs:name)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-57.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-57.txt |
| K-QuantExprWithout-58 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `true() eq (every $fn:name in (1, 2) satisfies $fn:name)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-58.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-58.txt |
| K-QuantExprWithout-59 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `true() eq (every $xs:name in (1, 2) satisfies $xs:name)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-59.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-59.txt |
| K-QuantExprWithout-60 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-60.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-61 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-61.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-62 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-62.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-63 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-63.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-64 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-64.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-65 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-65.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-66 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-66.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-67 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-67.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-68 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-68.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-69 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-69.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-70 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-70.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-71 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-71.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-72 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-72.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-73 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-73.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-74 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| The 'return' keyword is not valid in a 'some' expression, it must be 'satisfies'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-74.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-QuantExprWithout-75 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| The 'return' keyword is not valid in an 'every' expression, it must be 'satisfies'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-75.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-QuantExprWithout-76 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-76.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-77 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-77.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-78 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-78.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-79 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-79.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-80 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-80.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-81 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-81.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-82 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-82.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-83 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-83.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-84 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-84.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-85 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-85.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-86 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-86.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-87 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-87.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-88 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-88.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-QuantExprWithout-89 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Nested variable bindings can reference each other. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-89.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-89.txt |
| K-QuantExprWithout-90 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Nested variable bindings can reference each other. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-90.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-90.txt |
| K-QuantExprWithout-91 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Nested variable bindings can reference each other. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-91.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-91.txt |
| K-QuantExprWithout-92 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Nested variable bindings can reference each other. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-92.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-92.txt |
| K-QuantExprWithout-93 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Nested variable bindings can reference each other. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-93.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-93.txt |
| K-QuantExprWithout-94 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| It is a type error to try to extract the EBV value of two integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-94.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-QuantExprWithout-95 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| It is a type error to try to extract the EBV value of two integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-95.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-QuantExprWithout-96 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| It is a type error to try to extract the EBV value of two integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-96.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-QuantExprWithout-97 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| It is a type error to try to extract the EBV value of two integers. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-97.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-QuantExprWithout-98 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| No 'at' declaration is allowed in 'some'-quantification. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-98.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-QuantExprWithout-99 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| No 'at' declaration is allowed in 'every'-quantification. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/K-QuantExprWithout-99.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| quantExpr-60 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword and use of multiple variables and the xs:date data type. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/quantExpr-60.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWith/quantExpr-60.txt |
| quantexpr-61 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword that binds the declared variables to and xs:integer type. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/quantexpr-61.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWith/truevalue.txt |
| quantexpr-62 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword that binds the declared variable to an xs:string type. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/quantexpr-62.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWith/truevalue.txt |
| quantexpr-63 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword that binds the declared variable to an xs:string type. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/quantexpr-63.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWith/truevalue.txt |
| quantexpr-64 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "every" keyword that binds the declared variables to an xs:string and xs:integer type respectively. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/quantexpr-64.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWith/truevalue.txt |
| quantexpr-65 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple quantified expression using "some" keyword that binds the declared variable to an xs:integer and xs:float type respectively. | ||
| Spec Citations: | ||
| #id-quantified-expressions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/quantexpr-65.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWith/truevalue.txt |
| K-QuantExprWith-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Every-quantification carrying type declarations(cardinalities have no impact). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-1.txt |
| K-QuantExprWith-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Every-quantification carrying type declarations(cardinalities have no impact). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-2.txt |
| K-QuantExprWith-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Every-quantification carrying type declarations(cardinalities have no impact). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-3.txt |
| K-QuantExprWith-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Every-quantification carrying type declarations(cardinalities have no impact). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-4.txt |
| K-QuantExprWith-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Every-quantification carrying type declarations(cardinalities have no impact). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-5.txt |
| K-QuantExprWith-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Every-quantification carrying type declarations(cardinalities have no impact). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-6.txt |
| K-QuantExprWith-7 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Every-quantification; the empty-sequence() cannot have an occurrence indicator. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-QuantExprWith-8 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Every-quantification; the empty-sequence() cannot have an occurrence indicator. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-QuantExprWith-9 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Some-quantification carrying invalid type declarations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-QuantExprWith-10 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Some-quantification carrying invalid type declarations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-QuantExprWith-11 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Every-quantification carrying invalid type declarations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-QuantExprWith-12 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Every-quantification carrying invalid type declarations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-QuantExprWith-13 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Every-quantification carrying invalid type declarations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-QuantExprWith-14 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Some-quantification carrying invalid type declarations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-QuantExprWith-15 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Some-quantification carrying invalid type declarations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-QuantExprWith-16 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Some-quantification carrying invalid type declarations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-QuantExprWith-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Every-quantification carrying invalid type declarations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-17.txt |
| K-QuantExprWith-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Every-quantification carrying invalid type declarations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-18.txt |
| K-QuantExprWith-19 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| No 'at' declaration is allowed in 'some'-quantification. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-QuantExprWith-20 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| No 'at' declaration is allowed in 'every'-quantification. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-QuantExprWith-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Every-quantification with type-declaration. An implementation supporting the static typing feature may raise XPTY0004. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-21.txt |
| Error: err:XPTY0004 | ||
| K-QuantExprWith-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Every-quantification with type-declaration. An implementation supporting the static typing feature may raise XPTY0004. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-22.txt |
| Error: err:XPTY0004 | ||
| K-QuantExprWith-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Every-quantification with type-declaration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-23.txt |
| K-QuantExprWith-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Every-quantification with type-declaration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/QuantExpr/QuantExprWith/K-QuantExprWith-24.txt |
| instanceof1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "dateTime instance of xs:dateTime". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof1.txt |
| instanceof2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "dateTime instance of xs:time". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof2.txt |
| instanceof3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "dateTime instance of xs:date". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof3.txt |
| instanceof4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "dateTime instance of xs:boolean". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof4.txt |
| instanceof5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "dateTime instance of xs:float". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof5.txt |
| instanceof6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "dateTime instance of xs:double". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof6.txt |
| instanceof7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "dateTime instance of xs:anyURI". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof7.txt |
| instanceof8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "dateTime instance of xs:string". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof8.txt |
| instanceof9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "dateTime instance of xs:decimal". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof9.txt |
| instanceof10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "dateTime instance of xs:integer". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof10.txt |
| instanceof11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "dateTime instance of xs:int". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof11.txt |
| instanceof12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "time instance of xs:dateTime". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof12.txt |
| instanceof13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "time instance of xs:time". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof13.txt |
| instanceof14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "time instance of xs:date". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof14.txt |
| instanceof15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "time instance of xs:boolean". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof15.txt |
| instanceof16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "time instance of xs:float". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof16.txt |
| instanceof17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "time instance of xs:double". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof17.txt |
| instanceof18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "time instance of xs:anyURI". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof18.txt |
| instanceof19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "time instance of xs:string". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof19.txt |
| instanceof20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "time instance of xs:decimal". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof20.txt |
| instanceof21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "time instance of xs:integer". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof21.txt |
| instanceof22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "time instance of xs:int". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof22.txt |
| instanceof23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "date instance of xs:dateTime". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof23.txt |
| instanceof24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "date instance of xs:time". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof24.txt |
| instanceof25 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "date instance of xs:date". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof25.txt |
| instanceof26 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "date instance of xs:boolean". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof26.txt |
| instanceof27 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "date instance of xs:float". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof27.txt |
| instanceof28 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "date instance of xs:double". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof28.txt |
| instanceof29 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "date instance of xs:anyURI". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof29.txt |
| instanceof30 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "date instance of xs:string". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof30.txt |
| instanceof31 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "date instance of xs:decimal". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof31.txt |
| instanceof32 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "date instance of xs:integer". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof32.txt |
| instanceof33 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "date instance of xs:int". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof33.txt |
| instanceof34 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "boolean instance of xs:dateTime". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof34.txt |
| instanceof35 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "boolean instance of xs:time". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof35.txt |
| instanceof36 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "boolean instance of xs:date". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof36.txt |
| instanceof37 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "boolean instance of xs:boolean". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof37.txt |
| instanceof38 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "boolean instance of xs:float". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof38.txt |
| instanceof39 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "boolean instance of xs:double". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof39.txt |
| instanceof40 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "boolean instance of xs:anyURI". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof40.txt |
| instanceof41 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "boolean instance of xs:string". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof41.txt |
| instanceof42 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "boolean instance of xs:decimal". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof42.txt |
| instanceof43 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "boolean instance of xs:integer". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof43.txt |
| instanceof44 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "boolean instance of xs:int". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof44.txt |
| instanceof45 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "float instance of xs:dateTime". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof45.txt |
| instanceof46 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "float instance of xs:time". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof46.txt |
| instanceof47 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "float instance of xs:date". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof47.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof47.txt |
| instanceof48 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "float instance of xs:boolean". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof48.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof48.txt |
| instanceof49 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "float instance of xs:float". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof49.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof49.txt |
| instanceof50 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "float instance of xs:double". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof50.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof50.txt |
| instanceof51 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "float instance of xs:anyURI". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof51.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof51.txt |
| instanceof52 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "float instance of xs:string". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof52.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof52.txt |
| instanceof53 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "float instance of xs:decimal". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof53.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof53.txt |
| instanceof54 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "float instance of xs:integer". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof54.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof54.txt |
| instanceof55 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "float instance of xs:int". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof55.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof55.txt |
| instanceof56 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "double instance of xs:dateTime". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof56.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof56.txt |
| instanceof57 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "double instance of xs:time". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof57.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof57.txt |
| instanceof58 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "double instance of xs:date". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof58.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof58.txt |
| instanceof59 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "double instance of xs:boolean". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof59.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof59.txt |
| instanceof60 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "double instance of xs:float". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof60.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof60.txt |
| instanceof61 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "double instance of xs:double". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof61.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof61.txt |
| instanceof62 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "double instance of xs:anyURI". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof62.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof62.txt |
| instanceof63 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "double instance of xs:string". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof63.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof63.txt |
| instanceof64 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "double instance of xs:decimal". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof64.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof64.txt |
| instanceof65 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "double instance of xs:integer". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof65.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof65.txt |
| instanceof66 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "double instance of xs:int". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof66.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof66.txt |
| instanceof67 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "anyURI instance of xs:dateTime". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof67.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof67.txt |
| instanceof68 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "anyURI instance of xs:time". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof68.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof68.txt |
| instanceof69 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "anyURI instance of xs:date". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof69.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof69.txt |
| instanceof70 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "anyURI instance of xs:boolean". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof70.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof70.txt |
| instanceof71 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "anyURI instance of xs:float". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof71.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof71.txt |
| instanceof72 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "anyURI instance of xs:double". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof72.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof72.txt |
| instanceof73 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "anyURI instance of xs:anyURI". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof73.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof73.txt |
| instanceof74 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "anyURI instance of xs:string". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof74.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof74.txt |
| instanceof75 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "anyURI instance of xs:decimal". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof75.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof75.txt |
| instanceof76 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "anyURI instance of xs:integer". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof76.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof76.txt |
| instanceof77 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "anyURI instance of xs:int". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof77.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof77.txt |
| instanceof78 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "string instance of xs:dateTime". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof78.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof78.txt |
| instanceof79 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "string instance of xs:time". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof79.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof79.txt |
| instanceof80 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "string instance of xs:date". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof80.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof80.txt |
| instanceof81 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "string instance of xs:boolean". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof81.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof81.txt |
| instanceof82 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "string instance of xs:float". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof82.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof82.txt |
| instanceof83 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "string instance of xs:double". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof83.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof83.txt |
| instanceof84 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "string instance of xs:anyURI". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof84.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof84.txt |
| instanceof85 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "string instance of xs:string". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof85.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof85.txt |
| instanceof86 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "string instance of xs:decimal". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof86.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof86.txt |
| instanceof87 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "string instance of xs:integer". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof87.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof87.txt |
| instanceof88 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "string instance of xs:int". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof88.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof88.txt |
| instanceof89 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "decimal instance of xs:dateTime". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof89.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof89.txt |
| instanceof90 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "decimal instance of xs:time". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof90.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof90.txt |
| instanceof91 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "decimal instance of xs:date". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof91.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof91.txt |
| instanceof92 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "decimal instance of xs:boolean". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof92.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof92.txt |
| instanceof93 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "decimal instance of xs:float". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof93.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof93.txt |
| instanceof94 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "decimal instance of xs:double". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof94.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof94.txt |
| instanceof95 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "decimal instance of xs:anyURI". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof95.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof95.txt |
| instanceof96 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "decimal instance of xs:string". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof96.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof96.txt |
| instanceof97 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "decimal instance of xs:decimal". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof97.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof97.txt |
| instanceof98 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "decimal instance of xs:integer". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof98.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof98.txt |
| instanceof99 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "decimal instance of xs:int". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof99.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof99.txt |
| instanceof100 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "integer instance of xs:dateTime". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof100.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof100.txt |
| instanceof101 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "integer instance of xs:time". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof101.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof101.txt |
| instanceof102 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "integer instance of xs:date". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof102.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof102.txt |
| instanceof103 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "integer instance of xs:boolean". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof103.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof103.txt |
| instanceof104 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "integer instance of xs:float". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof104.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof104.txt |
| instanceof105 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "integer instance of xs:double". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof105.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof105.txt |
| instanceof106 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "integer instance of xs:anyURI". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof106.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof106.txt |
| instanceof107 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "integer instance of xs:string". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof107.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof107.txt |
| instanceof108 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "integer instance of xs:decimal". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof108.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof108.txt |
| instanceof109 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "integer instance of xs:integer". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof109.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof109.txt |
| instanceof110 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "instance of" expression for pattern "integer instance of xs:int". | ||
| Spec Citations: | ||
| #id-instance-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof110.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof110.txt |
| K-SeqExprInstanceOf-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 instance of item()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-1.txt |
| K-SeqExprInstanceOf-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| item() type with comment appearing inside the paranteses. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-2.txt |
| K-SeqExprInstanceOf-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-3.txt |
| K-SeqExprInstanceOf-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-4.txt |
| K-SeqExprInstanceOf-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 instance of xs:integer?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-5.txt |
| K-SeqExprInstanceOf-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 instance of xs:integer+`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-6.txt |
| K-SeqExprInstanceOf-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 instance of xs:integer*`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-7.txt |
| K-SeqExprInstanceOf-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `false() instance of xs:boolean`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-8.txt |
| K-SeqExprInstanceOf-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `false() instance of xs:anyAtomicType`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-9.txt |
| K-SeqExprInstanceOf-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `"a string" instance of xs:string`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-10.txt |
| K-SeqExprInstanceOf-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not("false" instance of xs:boolean)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-11.txt |
| K-SeqExprInstanceOf-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1.1 instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-12.txt |
| K-SeqExprInstanceOf-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(1.1 instance of xs:integer)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-13.txt |
| K-SeqExprInstanceOf-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:anyURI("http://www.example.com/") instance of xs:anyURI`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-14.txt |
| K-SeqExprInstanceOf-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(xs:anyURI("http://www.example.com/") instance of xs:string)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-15.txt |
| K-SeqExprInstanceOf-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not("a string" instance of xs:untypedAtomic)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-16.txt |
| K-SeqExprInstanceOf-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1, 2, 3, 4, 5) instance of xs:integer+`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-17.txt |
| K-SeqExprInstanceOf-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not((1, 2, 3, 4, 5) instance of xs:integer)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-18.txt |
| K-SeqExprInstanceOf-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not((1, 2, 3, 4, 5) instance of xs:integer?)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-19.txt |
| K-SeqExprInstanceOf-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1, 2, 3, 4, 5) instance of xs:integer*`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-20.txt |
| K-SeqExprInstanceOf-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1, 2, 3, 4, 5) instance of item()+`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-21.txt |
| K-SeqExprInstanceOf-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not((1, 2, "a string", 4, 5) instance of xs:integer*)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-22.txt |
| K-SeqExprInstanceOf-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not((1, 2, 1.1, 4, 5) instance of xs:integer*)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-23.txt |
| K-SeqExprInstanceOf-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not((1, 2, "a string", 4, 5) instance of xs:string*)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-24.txt |
| K-SeqExprInstanceOf-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1, 2, "a string", 4, 5) instance of xs:anyAtomicType*`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-25.txt |
| K-SeqExprInstanceOf-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1, 2, count("one"), 4, 5) instance of xs:integer+`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-26.txt |
| K-SeqExprInstanceOf-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(1 instance of text())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-27.txt |
| K-SeqExprInstanceOf-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(1 instance of node())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-28.txt |
| K-SeqExprInstanceOf-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(1 instance of element())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-29.txt |
| K-SeqExprInstanceOf-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(1 instance of processing-instruction())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-30.txt |
| K-SeqExprInstanceOf-31 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(1 instance of comment())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-31.txt |
| K-SeqExprInstanceOf-32 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A comment appearing inside the paranteses of the sequence type text(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-32.txt |
| K-SeqExprInstanceOf-33 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A comment appearing inside the paranteses of the sequence type node(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-33.txt |
| K-SeqExprInstanceOf-34 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A comment appearing inside the paranteses of the sequence type element(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-34.txt |
| K-SeqExprInstanceOf-35 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A comment appearing inside the paranteses of the sequence type processing-instruction(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-35.txt |
| K-SeqExprInstanceOf-36 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A comment appearing inside the paranteses of the sequence type comment(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-36.txt |
| K-SeqExprInstanceOf-37 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(1 instance of empty-sequence())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-37.txt |
| K-SeqExprInstanceOf-38 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not( (1, 2, 3) instance of empty-sequence())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-38.txt |
| K-SeqExprInstanceOf-39 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `() instance of empty-sequence()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-39.txt |
| K-SeqExprInstanceOf-40 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Comment appearing inside the paranteses of empty-sequence(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-40.txt |
| K-SeqExprInstanceOf-41 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(((()))) instance of empty-sequence()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-41.txt |
| K-SeqExprInstanceOf-42 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `((), (), ()) instance of empty-sequence()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-42.txt |
| K-SeqExprInstanceOf-43 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `((), "xs:string") instance of xs:string`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-43.txt |
| K-SeqExprInstanceOf-44 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `("xs:string", (), "xs:string") instance of xs:string+`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-44.txt |
| K-SeqExprInstanceOf-45 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1.1, (), 1) instance of xs:decimal+`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-45.txt |
| K-SeqExprInstanceOf-46 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not("a string" instance of xs:NOTATION)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-46.txt |
| K-SeqExprInstanceOf-47 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not("a string" instance of xs:QName)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-47.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-47.txt |
| K-SeqExprInstanceOf-48 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1.1 instance of xs:decimal and not(1.1 instance of xs:integer)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-48.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-48.txt |
| K-SeqExprInstanceOf-49 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A type is referenced which doesn't exist. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-49.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| K-SeqExprInstanceOf-50 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A type is referenced which doesn't exist. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-50.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0051 | ||
| K-SeqExprInstanceOf-51 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A type is referenced which doesn't exist. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-51.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0051 | ||
| K-SeqExprInstanceOf-52 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A type is referenced which doesn't exist. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-52.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0051 | ||
| K-SeqExprInstanceOf-53 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A type is referenced which doesn't exist. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-53.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0051 | ||
| K-SeqExprInstanceOf-54 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A type is referenced which doesn't exist. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-54.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-SeqExprInstanceOf-55 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A type is referenced which doesn't exist. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-55.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-SeqExprInstanceOf-56 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The fn:error() function in combination with 'instance of'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-56.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-SeqExprInstanceOf-57 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The fn:error() function in combination with 'instance of'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-57.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-SeqExprInstanceOf-58 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The fn:error() function in combination with 'instance of'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-58.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-SeqExprInstanceOf-59 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The fn:error() function in combination with 'instance of'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-59.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-SeqExprInstanceOf-60 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The fn:error() function in combination with 'instance of'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-60.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-SeqExprInstanceOf-61 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The fn:error() function in combination with 'instance of'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-61.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-SeqExprInstanceOf-62 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The fn:error() function in combination with 'instance of'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-62.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-SeqExprInstanceOf-63 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The fn:error() function in combination with 'instance of'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-63.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-SeqExprInstanceOf-64 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(((10)div(3)) instance of xs:integer)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-64.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-64.txt |
| K-SeqExprInstanceOf-65 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `((10)idiv(3)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-65.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-65.txt |
| K-SeqExprInstanceOf-66 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `((10)mod(3)) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-66.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-66.txt |
| typeswitchhc1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression with operand expression using an atomic integer value. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc1.txt |
| typeswitchhc2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression with operand expression using an atomic decimal value. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc2.txt |
| typeswitchhc3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression with operand expression using an atomic double value. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc3.txt |
| typeswitchhc4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression with operand expression using an atomic string value. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc4.txt |
| typeswitchhc5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression with operand expression using an atomic float value. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc5.txt |
| typeswitchhc6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression with operand expression using an atomic boolean value. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc6.txt |
| typeswitchhc7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression with operand expression using a date value. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc7.txt |
| typeswitchhc8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression with operand expression using a time value. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc8.txt |
| typeswitchhc9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression with operand expression using a dateTime value. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc9.txt |
| typeswitchhc10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression where the "default" should be evaluated. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc10.txt |
| typeswitchhc11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression where a dynamic error from default clause should not be raised. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc11.txt |
| typeswitchhc12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression where a dynamic error from default clause should not be raised. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc12.txt |
| typeswitchhc13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression operand expression is an if expression that evaluates to integer type. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc13.txt |
| typeswitchhc14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression operand expression is an "and expression" that evaluates to boolean type. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc14.txt |
| typeswitchhc15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression operand expression is an "or expression" that evaluates to boolean type. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc15.txt |
| typeswitchhc16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression operand expression is a "typeswitch expression" that evaluates to integer type. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc16.txt |
| typeswitchhc17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression with return clause containing an integer addition operation. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc17.txt |
| typeswitchhc18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression with return clause containing a decimal addition operation. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc18.txt |
| typeswitchhc19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression with return clause containing a double addition operation. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc19.txt |
| typeswitchhc20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression with return clause containing a string operation. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc20.txt |
| typeswitchhc21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression with return clause containing an fn:count function. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc21.txt |
| typeswitchhc22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression with return clause containing a subtraction operation. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc22.txt |
| typeswitchhc23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression with return clause containing a multiplication operation. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc23.txt |
| typeswitchhc24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression with return clause containing a division (div) operation. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc24.txt |
| typeswitchhc25 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluating a typeswitch expression with return clause containing a division (idiv) operation. | ||
| Spec Citations: | ||
| #id-typeswitch | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc25.txt |
| K-sequenceExprTypeswitch-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| typeswitch test where the sequence types only differs in cardinality. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-1.txt |
| K-sequenceExprTypeswitch-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A string literal is of type xs:string, even though it can be promoted to xs:anyURI. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-2.txt |
| K-sequenceExprTypeswitch-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| typeswitch test: A string literal is of type xs:string, even though it can be promoted to xs:untypedAtomic. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-3.txt |
| K-sequenceExprTypeswitch-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A sequence of atomic items are not treated individually, but as a whole. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-4.txt |
| K-sequenceExprTypeswitch-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A typeswitch scenario which in some implementations trigger certain optimization code paths. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-5.txt |
| K-sequenceExprTypeswitch-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A typeswitch scenario involving empty-sequence(). Both the 'xs:integer*' branch and the 'empty-sequnec()' branch are valid. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-6.txt |
| K-sequenceExprTypeswitch-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A typeswitch with an operand expression being the comma operator using no paranteses. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-7.txt |
| K-sequenceExprTypeswitch-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A typeswitch where the case clauses will never be evaluated. In some implementations this trigger optimization code paths. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-8.txt |
| K2-sequenceExprTypeswitch-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Extract the EBV from the result of a typeswitch. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/sequenceExprTypeswitch/K2-sequenceExprTypeswitch-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/sequenceExprTypeswitch/K2-sequenceExprTypeswitch-1.txt |
| K2-sequenceExprTypeswitch-2 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A default clause must be specified. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/sequenceExprTypeswitch/K2-sequenceExprTypeswitch-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K2-sequenceExprTypeswitch-3 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Parenteses must be specified for the expression that's switched. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/sequenceExprTypeswitch/K2-sequenceExprTypeswitch-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| cast-derived-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from float to a decimal. | ||
| Spec Citations: | ||
| #casting-to-derived-types | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerived/cast-derived-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerived/value10.txt |
| cast-derived-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from float to an integer. | ||
| Spec Citations: | ||
| #casting-to-derived-types | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerived/cast-derived-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerived/value10.txt |
| cast-derived-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from float to non positive integer. | ||
| Spec Citations: | ||
| #casting-to-derived-types | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerived/cast-derived-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerived/minus10.txt |
| cast-derived-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from float to a long. | ||
| Spec Citations: | ||
| #casting-to-derived-types | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerived/cast-derived-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerived/value10.txt |
| cast-derived-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from float to a nonNegativeInteger. | ||
| Spec Citations: | ||
| #casting-to-derived-types | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerived/cast-derived-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerived/value10.txt |
| cast-derived-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from float to negativeInteger. | ||
| Spec Citations: | ||
| #casting-to-derived-types | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerived/cast-derived-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerived/minus10.txt |
| cast-derived-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from float to an int. | ||
| Spec Citations: | ||
| #casting-to-derived-types | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerived/cast-derived-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerived/value10.txt |
| cast-derived-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from float to an unsignedLong. | ||
| Spec Citations: | ||
| #casting-to-derived-types | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerived/cast-derived-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerived/value10.txt |
| cast-derived-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from float to an positiveInteger. | ||
| Spec Citations: | ||
| #casting-to-derived-types | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerived/cast-derived-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerived/value10.txt |
| cast-derived-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from float to an short. | ||
| Spec Citations: | ||
| #casting-to-derived-types | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerived/cast-derived-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerived/value10.txt |
| cast-derived-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from float to an unsignedInt. | ||
| Spec Citations: | ||
| #casting-to-derived-types | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerived/cast-derived-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerived/value10.txt |
| cast-derived-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from float to an unsignedShort. | ||
| Spec Citations: | ||
| #casting-to-derived-types | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerived/cast-derived-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerived/value10.txt |
| cast-derived-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from float to an unsignedByte. | ||
| Spec Citations: | ||
| #casting-to-derived-types | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerived/cast-derived-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerived/value10.txt |
| cast-derived-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from float to a byte. | ||
| Spec Citations: | ||
| #casting-to-derived-types | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerived/cast-derived-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerived/value10.txt |
| cast-derived-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from double to a decimal. | ||
| Spec Citations: | ||
| #casting-to-derived-types | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerived/cast-derived-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerived/thousand.txt |
| cast-derived-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from double to an integer. | ||
| Spec Citations: | ||
| #casting-to-derived-types | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerived/cast-derived-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerived/thousand.txt |
| cast-derived-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from double to a positiveInteger. | ||
| Spec Citations: | ||
| #casting-to-derived-types | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerived/cast-derived-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerived/thousand.txt |
| cast-derived-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from double to a long. | ||
| Spec Citations: | ||
| #casting-to-derived-types | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerived/cast-derived-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerived/thousand.txt |
| cast-derived-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from double to a int. | ||
| Spec Citations: | ||
| #casting-to-derived-types | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerived/cast-derived-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerived/thousand.txt |
| cast-derived-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from double to a unsignedLong. | ||
| Spec Citations: | ||
| #casting-to-derived-types | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerived/cast-derived-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerived/thousand.txt |
| cast-derived-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from double to a short. | ||
| Spec Citations: | ||
| #casting-to-derived-types | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerived/cast-derived-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerived/thousand.txt |
| cast-to-parent-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from decimal to a float. | ||
| Spec Citations: | ||
| #casting-from-derived-to-parent | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/cast-to-parent-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/value10.txt |
| cast-to-parent-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from integer to an float. | ||
| Spec Citations: | ||
| #casting-from-derived-to-parent | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/cast-to-parent-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/value10.txt |
| cast-to-parent-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from nonPositiveInteger to a float. | ||
| Spec Citations: | ||
| #casting-from-derived-to-parent | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/cast-to-parent-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/minus10.txt |
| cast-to-parent-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from long float to a float. | ||
| Spec Citations: | ||
| #casting-from-derived-to-parent | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/cast-to-parent-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/value10.txt |
| cast-to-parent-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from a nonNegativeInteger to a float. | ||
| Spec Citations: | ||
| #casting-from-derived-to-parent | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/cast-to-parent-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/value10.txt |
| cast-to-parent-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from negativeInteger to float. | ||
| Spec Citations: | ||
| #casting-from-derived-to-parent | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/cast-to-parent-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/minus10.txt |
| cast-to-parent-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from an int to float. | ||
| Spec Citations: | ||
| #casting-from-derived-to-parent | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/cast-to-parent-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/value10.txt |
| cast-to-parent-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from an unsignedLong to float. | ||
| Spec Citations: | ||
| #casting-from-derived-to-parent | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/cast-to-parent-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/value10.txt |
| cast-to-parent-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from a positiveInteger to float. | ||
| Spec Citations: | ||
| #casting-from-derived-to-parent | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/cast-to-parent-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/value10.txt |
| cast-to-parent-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from a short to float. | ||
| Spec Citations: | ||
| #casting-from-derived-to-parent | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/cast-to-parent-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/value10.txt |
| cast-to-parent-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from an unsignedInt to float. | ||
| Spec Citations: | ||
| #casting-from-derived-to-parent | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/cast-to-parent-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/value10.txt |
| cast-to-parent-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from an unsignedShort to float. | ||
| Spec Citations: | ||
| #casting-from-derived-to-parent | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/cast-to-parent-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/value10.txt |
| cast-to-parent-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from an unsignedByte to float. | ||
| Spec Citations: | ||
| #casting-from-derived-to-parent | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/cast-to-parent-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/value10.txt |
| cast-to-parent-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast a byte to float. | ||
| Spec Citations: | ||
| #casting-from-derived-to-parent | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/cast-to-parent-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/value10.txt |
| cast-to-parent-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from a decimal to a double. | ||
| Spec Citations: | ||
| #casting-from-derived-to-parent | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/cast-to-parent-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/thousand.txt |
| cast-to-parent-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from an integer to a double. | ||
| Spec Citations: | ||
| #casting-from-derived-to-parent | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/cast-to-parent-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/thousand.txt |
| cast-to-parent-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from a positiveInteger to a double. | ||
| Spec Citations: | ||
| #casting-from-derived-to-parent | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/cast-to-parent-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/thousand.txt |
| cast-to-parent-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from a long to a double. | ||
| Spec Citations: | ||
| #casting-from-derived-to-parent | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/cast-to-parent-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/thousand.txt |
| cast-to-parent-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from an int to a double. | ||
| Spec Citations: | ||
| #casting-from-derived-to-parent | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/cast-to-parent-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/thousand.txt |
| cast-to-parent-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from unsignedLong to a double. | ||
| Spec Citations: | ||
| #casting-from-derived-to-parent | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/cast-to-parent-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/thousand.txt |
| cast-to-parent-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from a short to a double. | ||
| Spec Citations: | ||
| #casting-from-derived-to-parent | ||
| #casting-to-numerics | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/cast-to-parent-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastToDerivedParents/thousand.txt |
| cast-within-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from integer to nonPositiveInteger. | ||
| Spec Citations: | ||
| #casting-within-branch | ||
| #casting-across-hierarchy | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastWithinBranch/cast-within-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastWithinBranch/minus10.txt |
| cast-within-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from integer to long. | ||
| Spec Citations: | ||
| #casting-within-branch | ||
| #casting-across-hierarchy | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastWithinBranch/cast-within-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastWithinBranch/value10.txt |
| cast-within-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from integer to nonNegativeInteger. | ||
| Spec Citations: | ||
| #casting-within-branch | ||
| #casting-across-hierarchy | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastWithinBranch/cast-within-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastWithinBranch/value10.txt |
| cast-within-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from integer to negativeInteger. | ||
| Spec Citations: | ||
| #casting-within-branch | ||
| #casting-across-hierarchy | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastWithinBranch/cast-within-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastWithinBranch/minus10.txt |
| cast-within-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from integer to int. | ||
| Spec Citations: | ||
| #casting-within-branch | ||
| #casting-across-hierarchy | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastWithinBranch/cast-within-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastWithinBranch/value10.txt |
| cast-within-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from integer to unsignedLong. | ||
| Spec Citations: | ||
| #casting-within-branch | ||
| #casting-across-hierarchy | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastWithinBranch/cast-within-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastWithinBranch/value10.txt |
| cast-within-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from integer to positiveInteger. | ||
| Spec Citations: | ||
| #casting-within-branch | ||
| #casting-across-hierarchy | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastWithinBranch/cast-within-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastWithinBranch/value10.txt |
| cast-within-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from integer to short. | ||
| Spec Citations: | ||
| #casting-within-branch | ||
| #casting-across-hierarchy | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastWithinBranch/cast-within-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastWithinBranch/value10.txt |
| cast-within-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from integer to unsignedInt. | ||
| Spec Citations: | ||
| #casting-within-branch | ||
| #casting-across-hierarchy | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastWithinBranch/cast-within-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastWithinBranch/value10.txt |
| cast-within-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from integer to byte. | ||
| Spec Citations: | ||
| #casting-within-branch | ||
| #casting-across-hierarchy | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastWithinBranch/cast-within-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastWithinBranch/value10.txt |
| cast-within-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from integer to unsignedShort. | ||
| Spec Citations: | ||
| #casting-within-branch | ||
| #casting-across-hierarchy | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastWithinBranch/cast-within-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastWithinBranch/value10.txt |
| cast-within-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from integer to an unsignedByte. | ||
| Spec Citations: | ||
| #casting-within-branch | ||
| #casting-across-hierarchy | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastWithinBranch/cast-within-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastWithinBranch/value10.txt |
| cast-within-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from a long to an integer. | ||
| Spec Citations: | ||
| #casting-within-branch | ||
| #casting-to-numerics | ||
| #casting-across-hierarchy | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastWithinBranch/cast-within-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastWithinBranch/value10.txt |
| cast-within-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from long to a nonNegativeInteger. | ||
| Spec Citations: | ||
| #casting-within-branch | ||
| #casting-across-hierarchy | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastWithinBranch/cast-within-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastWithinBranch/value10.txt |
| cast-within-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from long to a negativeInteger. | ||
| Spec Citations: | ||
| #casting-within-branch | ||
| #casting-across-hierarchy | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastWithinBranch/cast-within-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastWithinBranch/minus10.txt |
| cast-within-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from long to an int. | ||
| Spec Citations: | ||
| #casting-within-branch | ||
| #casting-across-hierarchy | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastWithinBranch/cast-within-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastWithinBranch/value10.txt |
| cast-within-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from long to an unsignedLong. | ||
| Spec Citations: | ||
| #casting-within-branch | ||
| #casting-across-hierarchy | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastWithinBranch/cast-within-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastWithinBranch/value10.txt |
| cast-within-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from long to a positiveInteger. | ||
| Spec Citations: | ||
| #casting-within-branch | ||
| #casting-across-hierarchy | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastWithinBranch/cast-within-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastWithinBranch/value10.txt |
| cast-within-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from long to a short. | ||
| Spec Citations: | ||
| #casting-within-branch | ||
| #casting-across-hierarchy | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastWithinBranch/cast-within-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastWithinBranch/value10.txt |
| cast-within-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from long to unsignedInt. | ||
| Spec Citations: | ||
| #casting-within-branch | ||
| #casting-across-hierarchy | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastWithinBranch/cast-within-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastWithinBranch/value10.txt |
| cast-within-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of cast from long to a byte. | ||
| Spec Citations: | ||
| #casting-within-branch | ||
| #casting-across-hierarchy | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastWithinBranch/cast-within-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastWithinBranch/value10.txt |
| casthc1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluate an expression and cast it as an xs:integer. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc1.txt |
| casthc2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluate an expression and cast it as an xs:float. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc2.txt |
| casthc3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluate an expression and cast it as an xs:boolean. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc3.txt |
| casthc4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluate an expression and cast it as an xs:double. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc4.txt |
| casthc5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluate an expression and cast it as an xs:decimal. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc5.txt |
| casthc6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluate an expression and cast it as an xs:string. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc6.txt |
| casthc7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a xs:string value casted as an xs:string. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc7.txt |
| casthc8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a xs:float value casted as an xs:float. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc8.txt |
| casthc9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a xs:float value casted as an xs:string. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc9.txt |
| casthc10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a xs:float value casted as an xs:double. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc10.txt |
| casthc11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a xs:float value casted as an xs:boolean. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc11.txt |
| casthc12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:double value casted as an xs:double. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc12.txt |
| casthc13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:double value casted as an xs:string. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc13.txt |
| casthc14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:double value casted as an xs:float. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/truevalue.txt |
| casthc15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:double value casted as an xs:boolean. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc15.txt |
| casthc16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:decimal value casted as an xs:string. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc16.txt |
| casthc17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:decimal value casted as an xs:float. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc17.txt |
| casthc18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:decimal value casted as an xs:double. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc18.txt |
| casthc19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:decimal value casted as an xs:decimal. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc19.txt |
| casthc20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:decimal value casted as an xs:integer. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc20.txt |
| casthc21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:decimal value casted as an xs:boolean. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc21.txt |
| casthc22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:integer value casted as an xs:string. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc22.txt |
| casthc23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:integer value casted as an xs:float. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/truevalue.txt |
| casthc24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:integer value casted as an xs:double. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc24.txt |
| casthc25 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:integer value casted as an xs:decimal. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc25.txt |
| casthc26 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:integer value casted as an xs:integer. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc26.txt |
| casthc27 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:integer value casted as an xs:boolean. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc27.txt |
| casthc28 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:dateTime value casted as an xs:string. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc28.txt |
| casthc29 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:dateTime value casted as an xs:dateTime. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc29.txt |
| casthc30 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:dateTime value casted as an xs:time. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc30.txt |
| casthc31 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:dateTime value casted as an xs:date. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc31.txt |
| casthc32 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:date value casted as an xs:string. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc32.txt |
| casthc33 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:date value casted as an xs:dateTime. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc33.txt |
| casthc34 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:date value casted as an xs:date. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc34.txt |
| casthc35 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:time value casted as an xs:string. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc35.txt |
| casthc36 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:time value casted as an xs:time. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc36.txt |
| casthc37 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:boolean value casted as an xs:string. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc37.txt |
| casthc38 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:boolean value casted as an xs:float. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc38.txt |
| casthc39 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:boolean value casted as an xs:double. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc39.txt |
| casthc40 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:boolean value casted as an xs:decimal. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc40.txt |
| casthc41 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:boolean value casted as an xs:integer. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc41.txt |
| casthc42 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:boolean value casted as an xs:boolean. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/casthc42.txt |
| casthc43 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:string value casted as an xs:NOTATION. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/casthc43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| CastAs001 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(INF) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-string | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs001.txt |
| CastAs002 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(0.0E0) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-string | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs002.txt |
| CastAs003 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(true) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-string | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs003.txt |
| CastAs004 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(INF) to xs:string. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs004.txt |
| CastAs005 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(0.0E0) to xs:string. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs005.txt |
| CastAs006 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(true) to xs:string. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs006.txt |
| CastAs007 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(-0.0E0) to xs:float. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs007.txt |
| CastAs008 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(NaN) to xs:float. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs008.txt |
| CastAs009 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(1e-5) to xs:float. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs009.txt |
| CastAs010 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(-10000000) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs010.txt |
| CastAs011 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(true) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs012 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(-0.0E0) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs012.txt |
| CastAs013 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(NaN) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs013.txt |
| CastAs014 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(1e-5) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs014.txt |
| CastAs015 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(-10000000) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs015.txt |
| CastAs016 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(true) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs017 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(-0.0E0) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs018 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(NaN) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs019 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(1e-5) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs020 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(5.5432) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs020.txt |
| CastAs021 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(true) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs022 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(-0.0E0) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs023 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(NaN) to xs:integer. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs023.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs024 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(1e-5) to xs:integer. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs024.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs025 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(-1.1234) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs025.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs026 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(true) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs026.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs027 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(P1Y2M3DT10H30M23S) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs027.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs027.txt |
| CastAs028 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(-P1Y1M1DT1H1M1.123S) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs028.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs028.txt |
| CastAs029 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(true) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs029.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs030 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(-P1Y1M1DT1H1M1.123S) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs030.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs031 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(P24M) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs031.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs031.txt |
| CastAs032 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(-P21M) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs032.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs032.txt |
| CastAs033 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(true) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs033.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs034 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(-P1Y1M1DT1H1M1.123S) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs034.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs035 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(P3DT10H30M) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs035.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs035.txt |
| CastAs036 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(-PT100M) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs036.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs036.txt |
| CastAs037 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(true) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs037.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs038 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(1999-05-31T13:20:00) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs038.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs038.txt |
| CastAs039 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(-1999-05-31T13:20:00+14:00) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs039.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs039.txt |
| CastAs040 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(2000-01-16T00:00:00Z) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs040.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs040.txt |
| CastAs041 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(true) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs041.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs042 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(13:20:00-05:00) to xs:time. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs042.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs042.txt |
| CastAs043 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(13:20:02.123) to xs:time. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs043.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs043.txt |
| CastAs044 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(13:20:00Z) to xs:time. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs044.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs044.txt |
| CastAs045 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(true) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs045.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs046 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(1999-05-31) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs046.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs046.txt |
| CastAs047 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(-0012-12-03-05:00) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs047.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs047.txt |
| CastAs048 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(1999-05-31Z) to xs:date. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs048.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs048.txt |
| CastAs049 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(true) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs049.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs050 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(1999-05) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs050.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs050.txt |
| CastAs051 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(-0012-12-05:00) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs051.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs051.txt |
| CastAs052 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(1999-05Z) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs052.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs052.txt |
| CastAs053 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(true) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs053.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs054 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(1999) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs054.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs054.txt |
| CastAs055 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(-0012-05:00) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs055.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs055.txt |
| CastAs056 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(1999Z) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs056.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs056.txt |
| CastAs057 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(true) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs057.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs058 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(--05-31) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs058.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs058.txt |
| CastAs059 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(--05-31+14:00) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs059.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs059.txt |
| CastAs060 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(--05-31Z) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs060.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs060.txt |
| CastAs061 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(true) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs061.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs062 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(---31) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs062.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs062.txt |
| CastAs063 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(---03-05:00) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs063.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs063.txt |
| CastAs064 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(---31Z) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs064.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs064.txt |
| CastAs065 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(true) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs065.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs066 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(--05) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs066.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs066.txt |
| CastAs067 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(--12-05:00) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs067.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs067.txt |
| CastAs068 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(--05Z) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs068.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs068.txt |
| CastAs069 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(true) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs069.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs070 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(0.0) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs070.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs071 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(0) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs071.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs071.txt |
| CastAs072 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(true) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs072.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs072.txt |
| CastAs073 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(true) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs073.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs073.txt |
| CastAs074 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(00000000) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs074.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs074.txt |
| CastAs075 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(D74D35D35D35) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs075.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs075.txt |
| CastAs076 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(true) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs076.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs077 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(010010101) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs077.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs078 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(0fb7) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs078.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs078.txt |
| CastAs079 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(D74D35D35D35) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs079.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs079.txt |
| CastAs080 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(http://www.example.com/~b%C3%A9b%C3%A9) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs080.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs080.txt |
| CastAs081 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(true) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs081.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs081.txt |
| CastAs082 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:untypedAtomic(http://www.ietf.org/rfc/rfc2396.txt) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs082.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs082.txt |
| CastAs083 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(INF) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs083.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs083.txt |
| CastAs084 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(0.0E0) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs084.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs084.txt |
| CastAs085 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(true) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs085.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs085.txt |
| CastAs086 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(INF) to xs:string. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-string | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs086.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs086.txt |
| CastAs087 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(0.0E0) to xs:string. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-string | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs087.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs087.txt |
| CastAs088 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(true) to xs:string. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-string | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs088.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs088.txt |
| CastAs089 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(-0.0E0) to xs:float. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs089.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs089.txt |
| CastAs090 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(NaN) to xs:float. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs090.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs090.txt |
| CastAs091 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(1e-5) to xs:float. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs091.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs091.txt |
| CastAs092 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(-10000000) to xs:float. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs092.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs092.txt |
| CastAs093 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(true) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs093.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs094 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(-0.0E0) to xs:double. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs094.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs094.txt |
| CastAs095 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(NaN) to xs:double. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs095.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs095.txt |
| CastAs096 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(1e-5) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs096.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs096.txt |
| CastAs097 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(-10000000) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs097.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs097.txt |
| CastAs098 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(true) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs098.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs099 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(-0.0E0) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs099.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs100 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(NaN) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs100.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs101 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(1e-5) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs101.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs102 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(5.5432) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs102.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs102.txt |
| CastAs103 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(true) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs103.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs104 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(-0.0E0) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs104.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs105 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(NaN) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs105.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs106 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(1e-5) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs106.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs107 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(-1.1234) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs107.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs108 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(true) to xs:integer. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs108.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs109 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(P1Y2M3DT10H30M23S) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs109.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs109.txt |
| CastAs110 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(-P1Y1M1DT1H1M1.123S) to xs:duration. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs110.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs110.txt |
| CastAs111 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(true) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs111.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs112 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(-P1Y1M1DT1H1M1.123S) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs112.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs113 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(P24M) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs113.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs113.txt |
| CastAs114 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(-P21M) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs114.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs114.txt |
| CastAs115 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(true) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs115.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs116 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(-P1Y1M1DT1H1M1.123S) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs116.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs117 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(P3DT10H30M) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs117.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs117.txt |
| CastAs118 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(-PT100M) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs118.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs118.txt |
| CastAs119 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(true) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs119.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs120 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(1999-05-31T13:20:00) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #casting-from-strings | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs120.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs120.txt |
| CastAs121 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(-1999-05-31T13:20:00+14:00) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs121.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs121.txt |
| CastAs122 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(2000-01-16T00:00:00Z) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs122.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs122.txt |
| CastAs123 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(true) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs123.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs124 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(13:20:00-05:00) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs124.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs124.txt |
| CastAs125 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(13:20:02.123) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs125.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs125.txt |
| CastAs126 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(13:20:00Z) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs126.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs126.txt |
| CastAs127 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(true) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs127.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs128 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(1999-05-31) to xs:date. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs128.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs128.txt |
| CastAs129 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(-0012-12-03-05:00) to xs:date. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs129.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs129.txt |
| CastAs130 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(1999-05-31Z) to xs:date. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs130.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs130.txt |
| CastAs131 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(true) to xs:date. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs131.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs132 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(1999-05) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs132.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs132.txt |
| CastAs133 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(-0012-12-05:00) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs133.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs133.txt |
| CastAs134 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(1999-05Z) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs134.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs134.txt |
| CastAs135 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(true) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #casting-from-strings | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs135.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs136 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(1999) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs136.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs136.txt |
| CastAs137 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(-0012-05:00) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs137.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs137.txt |
| CastAs138 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(1999Z) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs138.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs138.txt |
| CastAs139 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(true) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs139.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs140 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(--05-31) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs140.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs140.txt |
| CastAs141 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(--05-31+14:00) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs141.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs141.txt |
| CastAs142 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(--05-31Z) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs142.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs142.txt |
| CastAs143 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(true) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs143.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs144 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(---31) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs144.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs144.txt |
| CastAs145 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(---03-05:00) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs145.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs145.txt |
| CastAs146 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(---31Z) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs146.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs146.txt |
| CastAs147 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(true) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs147.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs148 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(--05) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs148.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs148.txt |
| CastAs149 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(--12-05:00) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs149.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs149.txt |
| CastAs150 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(--05Z) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs150.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs150.txt |
| CastAs151 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(true) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs151.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs152 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(0.0) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs152.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs153 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(0) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs153.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs153.txt |
| CastAs154 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(true) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs154.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs154.txt |
| CastAs155 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(true) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs155.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs155.txt |
| CastAs156 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(00000000) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs156.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs156.txt |
| CastAs157 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(D74D35D35D35) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs157.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs157.txt |
| CastAs158 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(true) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs158.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs159 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(010010101) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs159.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| CastAs160 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(0fb7) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs160.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs160.txt |
| CastAs161 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(D74D35D35D35) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs161.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs161.txt |
| CastAs162 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(http://www.example.com/~b%C3%A9b%C3%A9) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs162.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs162.txt |
| CastAs163 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(true) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs163.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs163.txt |
| CastAs164 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:string(http://www.ietf.org/rfc/rfc2396.txt) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs164.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs164.txt |
| CastAs165 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(1e5) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs165.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs165.txt |
| CastAs166 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(-INF) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs166.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs166.txt |
| CastAs167 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(-0.0E0) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs167.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs167.txt |
| CastAs168 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(NaN) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs168.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs168.txt |
| CastAs169 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(5.4321E-100) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs169.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs169.txt |
| Error: err:FOAR0002 | ||
| CastAs170 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(-1.75e-3) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs170.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs170.txt |
| CastAs171 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(INF) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs171.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs171.txt |
| CastAs172 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(-0.0E0) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs172.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs172.txt |
| CastAs173 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(-INF) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs173.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs173.txt |
| CastAs174 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(-0.0E0) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs174.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs174.txt |
| CastAs175 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(5.4321E-100) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs175.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs175.txt |
| CastAs176 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(1e5) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs176.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs176.txt |
| CastAs177 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(-1.75e-3) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs177.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs177.txt |
| CastAs178 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(-0.0E0) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs178.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs178.txt |
| CastAs179 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(1e5) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs179.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs179.txt |
| CastAs180 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(INF) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs180.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0002 | ||
| CastAs181 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(-1.75e-3) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs181.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs182 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(5.4321E-100) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs182.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Error: err:FOAR0002 | ||
| CastAs183 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(5.4321E-100) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs183.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Error: err:FOAR0002 | ||
| CastAs184 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(5.4321E-100) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs184.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Error: err:FOAR0002 | ||
| CastAs185 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(5.4321E-100) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs185.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Error: err:FOAR0002 | ||
| CastAs186 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(5.4321E-100) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs186.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Error: err:FOAR0002 | ||
| CastAs187 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(5.4321E-100) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs187.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Error: err:FOAR0002 | ||
| CastAs188 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(5.4321E-100) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs188.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Error: err:FOAR0002 | ||
| CastAs189 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(5.4321E-100) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs189.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Error: err:FOAR0002 | ||
| CastAs190 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(5.4321E-100) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs190.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Error: err:FOAR0002 | ||
| CastAs191 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(5.4321E-100) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs191.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Error: err:FOAR0002 | ||
| CastAs192 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(-0.0E0) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs192.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs192.txt |
| CastAs193 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(1e5) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs193.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs193.txt |
| CastAs194 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(-INF) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs194.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs194.txt |
| CastAs195 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(NaN) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs195.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs195.txt |
| CastAs196 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(5.4321E-100) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs196.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Error: err:FOAR0002 | ||
| CastAs197 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(5.4321E-100) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs197.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Error: err:FOAR0002 | ||
| CastAs198 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:float(5.4321E-100) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs198.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Error: err:FOAR0002 | ||
| CastAs199 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(1e5) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs199.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs199.txt |
| CastAs200 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(INF) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs200.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs200.txt |
| CastAs201 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(1e8) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs201.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs201.txt |
| CastAs202 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(INF) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs202.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs202.txt |
| CastAs203 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(-0.0E0) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs203.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs203.txt |
| CastAs204 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(5.4321E-1001) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs204.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs204.txt |
| Error: err:FOAR0002 | ||
| CastAs205 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(1e5) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs205.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs205.txt |
| CastAs206 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(-1.75e-3) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs206.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs206.txt |
| CastAs207 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(NaN) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs207.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs207.txt |
| CastAs208 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(1e5) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs208.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs208.txt |
| CastAs209 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(INF) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs209.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs209.txt |
| CastAs210 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(-0.0E0) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs210.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs210.txt |
| CastAs211 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(5.4321E-1001) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs211.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs211.txt |
| CastAs212 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(-1.75e-3) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs212.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs212.txt |
| CastAs213 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(INF) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs213.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0002 | ||
| CastAs214 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(-0.0E0) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs214.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs214.txt |
| CastAs215 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(1e5) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs215.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs215.txt |
| CastAs216 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(-1.75e-3) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs216.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs216.txt |
| CastAs217 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(INF) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs217.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0002 | ||
| CastAs218 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(NaN) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs218.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0002 | ||
| CastAs219 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(1e5) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs219.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs220 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(1e5) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs220.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs221 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(1e5) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs221.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs222 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(1e5) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs222.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs223 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(1e5) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs223.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs224 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(1e5) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs224.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs225 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(1e5) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs225.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs226 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(1e5) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs226.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs227 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(1e5) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs227.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs228 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(1e5) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs228.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs229 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(1e5) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs229.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs230 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(1e5) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs230.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs230.txt |
| CastAs231 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(1e5) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs231.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs232 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(1e5) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs232.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs233 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:double(1e5) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs233.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs234 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:decimal(-1.1234) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs234.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs234.txt |
| CastAs235 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:decimal(-1.1234) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs235.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs235.txt |
| CastAs236 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:decimal(-1.1234) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs236.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs236.txt |
| CastAs237 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:decimal(-1.1234) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs237.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs237.txt |
| CastAs238 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:decimal(-1.1234) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs238.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs238.txt |
| CastAs239 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:decimal(-1.1234) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs239.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs239.txt |
| CastAs240 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:decimal(5.5432) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs240.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs240.txt |
| CastAs241 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:decimal(-1.1234) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs241.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs242 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:decimal(-1.1234) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs242.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs243 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:decimal(-1.1234) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs243.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs244 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:decimal(-1.1234) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs244.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs245 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:decimal(-1.1234) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs245.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs246 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:decimal(-1.1234) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs246.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs247 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:decimal(-1.1234) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs247.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs248 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:decimal(-1.1234) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs248.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs249 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:decimal(-1.1234) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs249.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs250 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:decimal(-1.1234) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs250.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs251 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:decimal(-1.1234) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs251.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs252 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:decimal(-1.1234) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs252.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs252.txt |
| CastAs253 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:decimal(-1.1234) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs253.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs254 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:decimal(-1.1234) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs254.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs255 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:decimal(-1.1234) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs255.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs256 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:integer(1) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs256.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs256.txt |
| CastAs257 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:integer(-100) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs257.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs257.txt |
| CastAs258 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:integer(-100) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs258.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs258.txt |
| CastAs259 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:integer(-100) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs259.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs259.txt |
| CastAs260 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:integer(-100) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs260.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs260.txt |
| CastAs261 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:integer(-100) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs261.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs261.txt |
| CastAs262 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:integer(-100) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs262.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs263 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:integer(-100) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs263.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs264 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:integer(-100) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs264.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs265 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:integer(-100) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs265.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs266 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:integer(-100) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs266.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs267 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:integer(-100) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs267.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs268 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:integer(-100) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs268.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs269 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:integer(-100) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs269.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs270 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:integer(-100) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs270.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs271 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:integer(-100) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs271.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs272 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:integer(-100) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs272.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs273 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:integer(-100) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs273.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs273.txt |
| CastAs274 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:integer(-100) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs274.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs275 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:integer(-100) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs275.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs276 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:integer(-100) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs276.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs277 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P1Y2M3DT10H30M23S) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs277.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs277.txt |
| CastAs278 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P1Y2M3DT10H30M23S) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs278.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs278.txt |
| CastAs279 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P1Y2M3DT10H30M23S) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs279.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs280 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P1Y2M3DT10H30M23S) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs280.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs281 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P1Y2M3DT10H30M23S) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs281.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs282 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P1Y2M3DT10H30M23S) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs282.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs283 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P1Y2M3DT10H30M23S) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs283.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs283.txt |
| CastAs284 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(PT10H) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs284.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs284.txt |
| CastAs285 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P1Y2M3DT10H30M23S) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs285.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs285.txt |
| CastAs286 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(PT10H) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs286.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs286.txt |
| CastAs287 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P24M) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs287.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs287.txt |
| CastAs288 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P1Y2M3DT10H30M23S) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs288.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs288.txt |
| CastAs289 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(PT10H) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs289.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs289.txt |
| CastAs290 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P24M) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs290.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs290.txt |
| CastAs291 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P1Y2M3DT10H30M23S) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs291.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs292 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P1Y2M3DT10H30M23S) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs292.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs293 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P1Y2M3DT10H30M23S) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs293.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs294 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P1Y2M3DT10H30M23S) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs294.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs295 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P1Y2M3DT10H30M23S) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs295.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs296 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P1Y2M3DT10H30M23S) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs296.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs297 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P1Y2M3DT10H30M23S) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs297.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs298 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P1Y2M3DT10H30M23S) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs298.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs299 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P1Y2M3DT10H30M23S) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs299.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs300 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P1Y2M3DT10H30M23S) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs300.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs301 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P1Y2M3DT10H30M23S) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs301.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs302 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:duration(P1Y2M3DT10H30M23S) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs302.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs303 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:yearMonthDuration(P1Y2M) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs303.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs303.txt |
| CastAs304 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:yearMonthDuration(P1Y2M) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs304.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs304.txt |
| CastAs305 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:yearMonthDuration(P1Y2M) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs305.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs306 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:yearMonthDuration(P1Y2M) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs306.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs307 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:yearMonthDuration(P1Y2M) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs307.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs308 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:yearMonthDuration(P1Y2M) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs308.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs309 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:yearMonthDuration(P1Y2M) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs309.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs309.txt |
| CastAs310 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:yearMonthDuration(P1Y2M) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs310.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs310.txt |
| CastAs311 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:yearMonthDuration(-P21M) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs311.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs311.txt |
| CastAs312 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:yearMonthDuration(P1Y2M) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs312.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs312.txt |
| CastAs313 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:yearMonthDuration(P1Y2M) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs313.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs314 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:yearMonthDuration(P1Y2M) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs314.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs315 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:yearMonthDuration(P1Y2M) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs315.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs316 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:yearMonthDuration(P1Y2M) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs316.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs317 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:yearMonthDuration(P1Y2M) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs317.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs318 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:yearMonthDuration(P1Y2M) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs318.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs319 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:yearMonthDuration(P1Y2M) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs319.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs320 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:yearMonthDuration(P1Y2M) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs320.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs321 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:yearMonthDuration(P1Y2M) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs321.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs322 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:yearMonthDuration(P1Y2M) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs322.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs323 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:yearMonthDuration(P1Y2M) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs323.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs324 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:yearMonthDuration(P1Y2M) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs324.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs325 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(P3DT10H30M) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs325.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs325.txt |
| CastAs326 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(-PT100M) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs326.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs326.txt |
| CastAs327 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(P3DT10H30M) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs327.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs327.txt |
| CastAs328 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(-PT100M) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs328.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs328.txt |
| CastAs329 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(P3DT10H30M) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs329.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs330 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(P3DT10H30M) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs330.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs331 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(P3DT10H30M) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs331.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs332 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(P3DT10H30M) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs332.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs333 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(P3DT10H30M) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs333.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs333.txt |
| CastAs334 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(PT24H) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs334.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs334.txt |
| CastAs335 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(-PT100M) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs335.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs335.txt |
| CastAs336 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(P3DT10H30M) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs336.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs336.txt |
| CastAs337 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(P3DT10H30M) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs337.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs337.txt |
| CastAs338 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(P14D) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs338.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs338.txt |
| CastAs339 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(-PT100M) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs339.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs339.txt |
| CastAs340 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(P3DT10H30M) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs340.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs341 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(P3DT10H30M) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs341.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs342 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(P3DT10H30M) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs342.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs343 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(P3DT10H30M) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs343.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs344 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(P3DT10H30M) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs344.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs345 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(P3DT10H30M) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs345.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs346 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(P3DT10H30M) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs346.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs347 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(P3DT10H30M) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs347.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs348 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(P3DT10H30M) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs348.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs349 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(P3DT10H30M) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs349.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs350 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(P3DT10H30M) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs350.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs351 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dayTimeDuration(P3DT10H30M) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs351.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs352 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(1999-05-31T13:20:00) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs352.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs352.txt |
| CastAs353 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(-1999-05-31T13:20:00+14:00) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs353.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs353.txt |
| CastAs354 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(1999-05-31T13:20:00) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs354.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs354.txt |
| CastAs355 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(-1999-05-31T13:20:00+14:00) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs355.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs355.txt |
| CastAs356 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(1999-05-31T13:20:00) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs356.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs357 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(2000-01-16T00:00:00Z) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs357.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs358 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(1999-05-31T13:20:00) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs358.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs359 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(1999-05-31T13:20:00) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs359.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs360 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(1999-05-31T13:20:00) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs360.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs361 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(1999-05-31T13:20:00) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs361.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs362 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(1999-05-31T13:20:00) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs362.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs363 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(1999-05-31T13:20:00) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs363.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs363.txt |
| CastAs364 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(1999-05-31T13:20:00) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs364.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs364.txt |
| CastAs365 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(-1999-05-31T13:20:00+14:00) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs365.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs365.txt |
| CastAs366 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(1999-05-31T13:20:00) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs366.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs366.txt |
| CastAs367 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(-1999-05-31T13:20:00+14:00) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs367.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs367.txt |
| CastAs368 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(1999-05-31T13:20:00) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs368.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs368.txt |
| CastAs369 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(-1999-05-31T13:20:00+14:00) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs369.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs369.txt |
| CastAs370 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(1999-05-31T13:20:00) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs370.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs370.txt |
| CastAs371 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(-1999-05-31T13:20:00+14:00) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs371.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs371.txt |
| CastAs372 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(1999-05-31T13:20:00) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs372.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs372.txt |
| CastAs373 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(-1999-05-31T13:20:00+14:00) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs373.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs373.txt |
| CastAs374 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(1999-05-31T13:20:00) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs374.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs374.txt |
| CastAs375 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(-1999-05-31T13:20:00+14:00) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs375.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs375.txt |
| CastAs376 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(1999-05-31T13:20:00) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs376.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs376.txt |
| CastAs377 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(-1999-05-31T13:20:00+14:00) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs377.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs377.txt |
| CastAs378 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(1999-05-31T13:20:00) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs378.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs379 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(1999-05-31T13:20:00) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs379.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs380 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(1999-05-31T13:20:00) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs380.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs381 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:dateTime(1999-05-31T13:20:00) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs381.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs382 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:00-05:00) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs382.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs382.txt |
| CastAs383 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:00-05:00) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs383.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs383.txt |
| CastAs384 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:00-05:00) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs384.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs385 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:00-05:00) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs385.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs386 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:00-05:00) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs386.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs387 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:00-05:00) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs387.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs388 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:00-05:00) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs388.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs389 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:00-05:00) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs389.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs390 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:00-05:00) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs390.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs391 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:00-05:00) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs391.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs392 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:00-05:00) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs392.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs392.txt |
| CastAs393 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:02.123) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs393.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs393.txt |
| CastAs394 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:00Z) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs394.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs394.txt |
| CastAs395 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:00-05:00) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs395.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs396 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:00-05:00) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs396.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs397 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:00-05:00) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs397.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs398 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:00-05:00) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs398.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs399 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:00-05:00) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs399.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs400 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:00-05:00) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs400.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs401 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:00-05:00) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs401.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs402 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:00-05:00) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs402.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs403 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:00-05:00) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs403.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs404 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:time(13:20:00-05:00) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs404.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs405 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs405.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs405.txt |
| CastAs406 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(-0012-12-03-05:00) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs406.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs406.txt |
| CastAs407 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs407.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs407.txt |
| CastAs408 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(-0012-12-03-05:00) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs408.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs408.txt |
| CastAs409 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs409.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs410 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs410.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs411 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31Z) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs411.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs412 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs412.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs413 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs413.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs414 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs414.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs415 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs415.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs416 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs416.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs416.txt |
| CastAs417 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs417.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs418 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs418.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs418.txt |
| CastAs419 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(-0012-12-03-05:00) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs419.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs419.txt |
| CastAs420 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31Z) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs420.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs420.txt |
| CastAs421 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs421.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs421.txt |
| CastAs422 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs422.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs422.txt |
| CastAs423 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(-0012-12-03-05:00) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs423.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs423.txt |
| CastAs424 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31Z) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs424.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs424.txt |
| CastAs425 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs425.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs425.txt |
| CastAs426 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(-0012-12-03-05:00) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs426.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs426.txt |
| CastAs427 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31Z) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs427.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs427.txt |
| CastAs428 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31Z) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs428.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs428.txt |
| CastAs429 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(-0012-12-03-05:00) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs429.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs429.txt |
| CastAs430 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31Z) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs430.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs430.txt |
| CastAs431 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs431.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs432 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs432.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs433 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs433.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs434 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:date(1999-05-31) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs434.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs435 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs435.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs435.txt |
| CastAs436 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs436.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs436.txt |
| CastAs437 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs437.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs438 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs438.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs439 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05Z) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs439.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs440 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05Z) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs440.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs441 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05Z) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs441.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs442 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05Z) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs442.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs443 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05Z) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs443.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs444 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05Z) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs444.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs445 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05Z) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs445.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs446 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05Z) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs446.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs447 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05Z) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs447.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs448 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs448.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs448.txt |
| CastAs449 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(-0012-12-05:00) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs449.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs449.txt |
| CastAs450 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05Z) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs450.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs450.txt |
| CastAs451 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05Z) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs451.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs452 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05Z) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs452.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs453 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05Z) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs453.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs454 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05Z) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs454.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs455 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05Z) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs455.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs456 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05Z) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs456.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs457 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05Z) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs457.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs458 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYearMonth(1999-05Z) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs458.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs459 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYear(1999) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs459.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs459.txt |
| CastAs460 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYear(1999) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs460.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs460.txt |
| CastAs461 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYear(1999) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs461.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs462 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYear(1999) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs462.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs463 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYear(1999) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs463.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs464 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYear(1999) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs464.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs465 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYear(1999) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs465.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs466 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYear(1999) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs466.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs467 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYear(1999) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs467.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs468 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYear(1999) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs468.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs469 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYear(1999) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs469.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs470 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYear(1999) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs470.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs471 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYear(1999) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs471.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs471.txt |
| CastAs472 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYear(-0012-05:00) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs472.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs472.txt |
| CastAs473 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYear(1999Z) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs473.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs473.txt |
| CastAs474 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYear(1999) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs474.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs475 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYear(1999) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs475.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs476 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYear(1999) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs476.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs477 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYear(1999) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs477.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs478 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYear(1999) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs478.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs479 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYear(1999) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs479.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs480 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gYear(1999) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs480.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs481 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--05-31) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs481.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs481.txt |
| CastAs482 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--05-31) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs482.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs482.txt |
| CastAs483 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--05-31) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs483.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs484 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--05-31) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs484.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs485 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--05-31) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs485.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs486 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--05-31) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs486.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs487 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--05-31) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs487.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs488 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--05-31) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs488.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs489 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--05-31) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs489.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs490 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--05-31) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs490.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs491 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--05-31) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs491.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs492 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--05-31) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs492.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs493 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--05-31) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs493.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs494 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--05-31) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs494.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs495 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--05-31) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs495.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs495.txt |
| CastAs496 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--12-03-05:00) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs496.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs496.txt |
| CastAs497 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--05-31Z) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs497.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs497.txt |
| CastAs498 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--05-31) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs498.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs499 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--05-31) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs499.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs500 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--05-31) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs500.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs501 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--05-31) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs501.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs502 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--05-31) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs502.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs503 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonthDay(--05-31) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs503.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs504 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---31) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs504.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs504.txt |
| CastAs505 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---31) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs505.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs505.txt |
| CastAs506 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---31) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs506.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs507 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---31) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs507.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs508 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---31) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs508.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs509 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---31) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs509.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs510 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---31) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs510.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs511 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---31) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs511.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs512 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---31) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs512.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs513 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---31) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs513.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs514 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---31) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs514.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs515 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---31) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs515.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs516 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---31) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs516.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs517 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---31) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs517.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs518 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---31) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs518.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs519 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---31) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs519.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs519.txt |
| CastAs520 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---03-05:00) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs520.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs520.txt |
| CastAs521 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---31Z) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs521.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs521.txt |
| CastAs522 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---31) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs522.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs523 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---31) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs523.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs524 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---31) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs524.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs525 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---31) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs525.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs526 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gDay(---31) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs526.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs527 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--05) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs527.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs527.txt |
| CastAs528 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--05) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs528.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs528.txt |
| CastAs529 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--05) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs529.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs530 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--05) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs530.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs531 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--05) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs531.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs532 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--05) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs532.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs533 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--05) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs533.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs534 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--05) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs534.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs535 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--05) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs535.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs536 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--05) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs536.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs537 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--05) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs537.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs538 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--05) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs538.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs539 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--05) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs539.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs540 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--05) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs540.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs541 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--05) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs541.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs542 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--05) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs542.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs543 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--05) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs543.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs543.txt |
| CastAs544 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--12-05:00) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs544.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs544.txt |
| CastAs545 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--05Z) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs545.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs545.txt |
| CastAs546 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--05) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs546.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs547 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--05) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs547.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs548 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--05) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs548.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs549 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:gMonth(--05) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs549.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs550 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(true) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs550.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs550.txt |
| CastAs551 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(true) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs551.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs551.txt |
| CastAs552 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(true) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs552.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs552.txt |
| CastAs553 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(false) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs553.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs553.txt |
| CastAs554 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(true) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs554.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs554.txt |
| CastAs555 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(false) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs555.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs555.txt |
| CastAs556 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(true) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs556.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs556.txt |
| CastAs557 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(false) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs557.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs557.txt |
| CastAs558 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(true) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs558.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs558.txt |
| CastAs559 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(false) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs559.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs559.txt |
| CastAs560 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(true) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs560.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs561 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(true) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs561.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs562 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(true) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs562.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs563 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(true) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs563.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs564 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(true) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs564.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs565 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(true) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs565.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs566 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(true) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs566.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs567 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(true) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs567.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs568 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(true) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs568.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs569 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(true) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs569.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs570 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(true) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs570.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs571 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(true) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs571.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs571.txt |
| CastAs572 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(false) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs572.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs572.txt |
| CastAs573 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(true) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs573.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs574 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(true) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs574.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs575 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:boolean(true) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs575.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs576 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(01001010) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs576.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs576.txt |
| CastAs577 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(0FB7) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs577.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs577.txt |
| CastAs578 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(01001010) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs578.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs578.txt |
| CastAs579 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(0FB7) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs579.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs579.txt |
| CastAs580 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(10010101) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs580.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs581 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(10010101) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs581.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs582 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(10010101) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs582.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs583 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(10010101) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs583.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs584 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(10010101) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs584.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs585 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(10010101) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs585.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs586 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(10010101) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs586.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs587 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(10010101) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs587.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs588 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(10010101) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs588.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs589 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(10010101) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs589.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs590 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(10010101) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs590.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs591 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(10010101) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs591.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs592 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(10010101) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs592.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs593 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(10010101) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs593.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs594 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(10010101) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs594.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs595 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(10010101) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs595.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs596 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(01001010) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs596.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs596.txt |
| CastAs597 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(0FB7) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs597.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs597.txt |
| CastAs598 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(00000000) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs598.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs598.txt |
| CastAs599 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(10010101) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs599.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs599.txt |
| CastAs600 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(aA+zZ/09) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs600.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs600.txt |
| CastAs601 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(0FB7) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs601.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs601.txt |
| CastAs602 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:base64Binary(10010101) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs602.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs603 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(D74D35D35D35) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs603.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs603.txt |
| CastAs604 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(D74D35D35D35) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs604.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs604.txt |
| CastAs605 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(D74D35D35D35) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs605.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs606 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(D74D35D35D35) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs606.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs607 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(D74D35D35D35) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs607.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs608 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(D74D35D35D35) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs608.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs609 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(D74D35D35D35) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs609.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs610 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(D74D35D35D35) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs610.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs611 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(D74D35D35D35) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs611.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs612 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(D74D35D35D35) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs612.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs613 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(D74D35D35D35) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs613.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs614 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(D74D35D35D35) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs614.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs615 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(D74D35D35D35) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs615.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs616 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(D74D35D35D35) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs616.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs617 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(D74D35D35D35) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs617.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs618 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(D74D35D35D35) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs618.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs619 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(D74D35D35D35) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs619.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs620 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(D74D35D35D35) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs620.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs621 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(D74D35D35D35) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs621.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs621.txt |
| CastAs622 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(0fb7) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs622.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs622.txt |
| CastAs623 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(D74D35D35D35) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs623.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs623.txt |
| CastAs624 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(d74d35d35d35) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs624.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs624.txt |
| CastAs625 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:hexBinary(D74D35D35D35) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs625.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs626 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) to xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs626.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs626.txt |
| CastAs627 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) to xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs627.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs627.txt |
| CastAs628 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) to xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs628.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs629 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) to xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs629.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs630 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) to xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs630.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs631 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) to xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #casting-to-numerics | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs631.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs632 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) to xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs632.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs633 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs633.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs634 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs634.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs635 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) to xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs635.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs636 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) to xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs636.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs637 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) to xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs637.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs638 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) to xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs638.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs639 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) to xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs639.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs640 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) to xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs640.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs641 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) to xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs641.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs642 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) to xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs642.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs643 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) to xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs643.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs644 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) to xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs644.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs645 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) to xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs645.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastAs646 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try casting xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) to xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-cast | ||
| #constructor-functions-for-xsd-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs646.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs646.txt |
| CastAs647 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting large string (of numbers) as an xs:decimal. May have multiple outcomes. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs647.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs647.txt |
| Error: err:FOCA0006 | ||
| CastAs648 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting a string (of numbers) as an xs:nonPositiveInteger. | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs648.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs648.txt |
| CastAs649 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting a string (of numbers) as an xs:long | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs649.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs649.txt |
| CastAs650 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting a string (of numbers) as an xs:nonNegativeInteger | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs650.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs650.txt |
| CastAs651 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting a string (of numbers) as an xs:negativeInteger | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs651.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs651.txt |
| CastAs652 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting a string (of numbers) as an xs:int | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs652.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs652.txt |
| CastAs653 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting a string (of numbers) as an xs:unsignedLong | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs653.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs653.txt |
| CastAs654 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting a string (of numbers) as an xs:positiveInteger | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs654.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs654.txt |
| CastAs655 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting a string (of numbers) as an xs:short | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs655.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs655.txt |
| CastAs656 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting a string (of numbers) as an xs:unsignedInt | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs656.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs656.txt |
| CastAs657 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting a string (of numbers) as an xs:byte | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs657.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs657.txt |
| CastAs658 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting a string (of numbers) as an xs:unsignedShort | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs658.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs658.txt |
| CastAs659 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting a string (of numbers) as an xs:unsignedByte | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs659.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs659.txt |
| CastAs660 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting an xs:long as an xs:short. | ||
| Spec Citations: | ||
| #casting-across-hierarchy | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs660.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/truevalue.txt |
| CastAs661 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting an xs:short as an xs:long. | ||
| Spec Citations: | ||
| #casting-across-hierarchy | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs661.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/truevalue.txt |
| CastAs662 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting an xs:nonPositiveInteger as an xs:NegativeInteger. | ||
| Spec Citations: | ||
| #casting-across-hierarchy | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs662.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/truevalue.txt |
| CastAs663 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting an xs:nonNegativeInteger as an xs:positiveInteger. | ||
| Spec Citations: | ||
| #casting-across-hierarchy | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs663.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/truevalue.txt |
| CastAs664 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting an xs:short as an xs:unsignedShort. | ||
| Spec Citations: | ||
| #casting-across-hierarchy | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs664.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/truevalue.txt |
| CastAs665 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting an xs:int as an xs:long. | ||
| Spec Citations: | ||
| #casting-across-hierarchy | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs665.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/truevalue.txt |
| CastAs666 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting an xs:long as an xs:int. | ||
| Spec Citations: | ||
| #casting-across-hierarchy | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs666.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/truevalue.txt |
| CastAs667 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting an xs:unsignedShort as an xs:unsignedInt. | ||
| Spec Citations: | ||
| #casting-across-hierarchy | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs667.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/truevalue.txt |
| CastAs668 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting an xs:unsignedInt as an xs:unsignedShort. | ||
| Spec Citations: | ||
| #casting-across-hierarchy | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs668.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/truevalue.txt |
| CastAs669 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try casting an xs:byte as an xs:unsignedByte. | ||
| Spec Citations: | ||
| #casting-across-hierarchy | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs669.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/truevalue.txt |
| CastAs670 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates overflow of an xs:date time (error FODT0001). It adds 9,000 years to a date created in 2006. Some implementations may return a value | ||
| Spec Citations: | ||
| #casting-from-strings | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs670.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastAs670.txt |
| Error: err:FODT0001 | ||
| CastAs671 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates Casting a string into an ENTITY. | ||
| Spec Citations: | ||
| #casting-to-ENTITY | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs671.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/truevalue.txt |
| CastAs672 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates casting a sequence of strings into an ENTITY. | ||
| Spec Citations: | ||
| #casting-to-ENTITY | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastAs672.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| CastFOCA0001-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| A value too big to be casted as xs:decimal. May process it or generate error. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastFOCA0001-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastFOCA0001-1.txt |
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastFOCA0001alt-1.txt |
| Error: err:FOCA0001 | ||
| CastFOCA0003-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| A value too big to be casted as xs:integer. may proccess it or generate error. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCast/CastFOCA0003-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastFOCA0003-1.txt |
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCast/CastFOCA0003alt-1.txt |
| Error: err:FOCA0003 | ||
| K-SeqExprCast-1 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Syntax: only ? is allowed as occurence indicator in 'cast as' expressions. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-SeqExprCast-2 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Syntax: only ? is allowed as occurence indicator in 'cast as' expressions. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-SeqExprCast-3 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Syntax: only ? is allowed as occurence indicator in 'cast as' expressions. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Error: err:XPST0051 | ||
| K-SeqExprCast-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'cast as' where the type is invalid. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0051 | ||
| K-SeqExprCast-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'cast as' where the type is invalid. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0051 | ||
| K-SeqExprCast-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'cast as' where the type is invalid. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'cast as' where the type is invalid. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0051 | ||
| K-SeqExprCast-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A prefix is used which isn't declared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| K-SeqExprCast-9 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A type is specified which doesn't exist. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0051 | ||
| K-SeqExprCast-10 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A non-atomic type is referenced, leading to a syntax error. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Error: err:XPST0051 | ||
| K-SeqExprCast-11 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A non-atomic type is referenced, leading to a syntax error. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Error: err:XPST0051 | ||
| K-SeqExprCast-12 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A non-atomic type is referenced, leading to a syntax error. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Error: err:XPST0051 | ||
| K-SeqExprCast-13 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A non-atomic type is referenced, leading to a syntax error. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Error: err:XPST0051 | ||
| K-SeqExprCast-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `'1' cast as xs:boolean eq true()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-14.txt |
| K-SeqExprCast-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `'true' cast as xs:boolean eq true()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-15.txt |
| K-SeqExprCast-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `'false' cast as xs:boolean eq false()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-16.txt |
| K-SeqExprCast-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `'0' cast as xs:boolean eq false()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-17.txt |
| K-SeqExprCast-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `false() cast as xs:boolean eq false()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-18.txt |
| K-SeqExprCast-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(true() cast as xs:boolean eq false())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-19.txt |
| K-SeqExprCast-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:boolean(xs:double(3)) eq true()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-20.txt |
| K-SeqExprCast-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:boolean(xs:string(1)) eq true()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-21.txt |
| K-SeqExprCast-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:boolean(xs:integer(3)) eq true()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-22.txt |
| K-SeqExprCast-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:boolean(xs:decimal(3)) eq true()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-23.txt |
| K-SeqExprCast-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:boolean(xs:double(0)) eq false()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-24.txt |
| K-SeqExprCast-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:boolean(xs:string(0)) eq false()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-25.txt |
| K-SeqExprCast-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:boolean(xs:integer(0)) eq false()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-26.txt |
| K-SeqExprCast-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:boolean(xs:decimal(0)) eq false()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-27.txt |
| K-SeqExprCast-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:boolean(xs:decimal(0.0)) eq false()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-28.txt |
| K-SeqExprCast-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:boolean(+0) eq false()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-29.txt |
| K-SeqExprCast-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:boolean(-0) eq false()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-30.txt |
| K-SeqExprCast-31 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:boolean(xs:double(+0)) eq false()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-31.txt |
| K-SeqExprCast-32 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:boolean(xs:double(-0)) eq false()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-32.txt |
| K-SeqExprCast-33 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:boolean(0.0E0) eq false()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-33.txt |
| K-SeqExprCast-34 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:boolean(xs:double("NaN")) eq false()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-34.txt |
| K-SeqExprCast-35 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:boolean(xs:float("NaN")) eq false()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-35.txt |
| K-SeqExprCast-36 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invalid casting combination, combined with value comparison. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-37 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `false() cast as xs:string eq "false"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-37.txt |
| K-SeqExprCast-38 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `true() cast as xs:string eq "true"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-38.txt |
| K-SeqExprCast-39 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `('1' cast as xs:boolean) cast as xs:string eq 'true'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-39.txt |
| K-SeqExprCast-40 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:boolean('0') cast as xs:string eq 'false'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-40.txt |
| K-SeqExprCast-41 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `" white space left alone" cast as xs:string eq xs:string(" white space left alone")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-41.txt |
| K-SeqExprCast-42 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:QName("fn:local-name") cast as xs:string) eq "fn:local-name"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-42.txt |
| K-SeqExprCast-43 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:QName("local-name") cast as xs:string) eq "local-name"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-43.txt |
| K-SeqExprCast-44 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:anyURI('example.com/')) eq 'example.com/'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-44.txt |
| K-SeqExprCast-45 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:double(3)) eq '3'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-45.txt |
| K-SeqExprCast-46 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:string(3)) eq '3'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-46.txt |
| K-SeqExprCast-47 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:integer(3)) eq '3'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-47.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-47.txt |
| K-SeqExprCast-48 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:decimal(3)) eq '3'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-48.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-48.txt |
| K-SeqExprCast-49 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `"untyped a " cast as xs:untypedAtomic eq xs:untypedAtomic("untyped a ")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-49.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-49.txt |
| K-SeqExprCast-50 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `false() cast as xs:untypedAtomic eq xs:untypedAtomic("false")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-50.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-50.txt |
| K-SeqExprCast-51 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `true() cast as xs:untypedAtomic eq xs:untypedAtomic("true")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-51.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-51.txt |
| K-SeqExprCast-52 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `false() cast as xs:untypedAtomic instance of xs:untypedAtomic`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-52.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-52.txt |
| K-SeqExprCast-53 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `true() cast as xs:untypedAtomic instance of xs:untypedAtomic`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-53.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-53.txt |
| K-SeqExprCast-54 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:QName("local-name") cast as xs:untypedAtomic) eq xs:untypedAtomic("local-name")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-54.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-54.txt |
| K-SeqExprCast-55 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:QName("fn:local-name") cast as xs:untypedAtomic) eq xs:untypedAtomic("fn:local-name")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-55.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-55.txt |
| K-SeqExprCast-56 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:untypedAtomic(xs:anyURI('example.com/')) eq 'example.com/'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-56.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-56.txt |
| K-SeqExprCast-57 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:untypedAtomic(xs:double(3)) eq '3'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-57.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-57.txt |
| K-SeqExprCast-58 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:untypedAtomic(xs:string(3)) eq '3'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-58.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-58.txt |
| K-SeqExprCast-59 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:untypedAtomic(xs:integer(3)) eq '3'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-59.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-59.txt |
| K-SeqExprCast-60 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:untypedAtomic(xs:decimal(3)) eq '3'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-60.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-60.txt |
| K-SeqExprCast-61 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting to xs:notation is not allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-61.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-62 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting to xs:notation is not allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-62.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-63 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting to xs:notation is not allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-63.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-64 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting to xs:notation is not allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-64.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-65 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting to xs:notation is not allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-65.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-66 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting to xs:notation is not allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-66.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-67 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting to xs:QName where the cardinality is wrong. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-67.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-68 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Input when casting to xs:QName must be a string literal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-68.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-69 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Input when casting to xs:QName must be a string literal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-69.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Error: err:XPDY0002 | ||
| K-SeqExprCast-70 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting a xs:QName value to xs:QName is possible. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-70.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-70.txt |
| K-SeqExprCast-71 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting xs:untypedAtomic to xs:QName is an error. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-71.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-72 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `"example.com/" cast as xs:anyURI eq xs:anyURI('example.com/')`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-72.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-72.txt |
| K-SeqExprCast-73 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:untypedAtomic("example.com/") cast as xs:anyURI eq xs:anyURI('example.com/')`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-73.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-73.txt |
| K-SeqExprCast-74 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:anyURI("example.com/") cast as xs:anyURI eq xs:anyURI('example.com/')`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-74.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-74.txt |
| K-SeqExprCast-75 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double(3) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-75.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-75.txt |
| K-SeqExprCast-76 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double(3.1) eq 3.1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-76.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-76.txt |
| K-SeqExprCast-77 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double(6) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-77.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-77.txt |
| K-SeqExprCast-78 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:double("INF")) eq "INF"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-78.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-78.txt |
| K-SeqExprCast-79 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:double("-INF")) eq "-INF"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-79.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-79.txt |
| K-SeqExprCast-80 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float(3) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-80.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-80.txt |
| K-SeqExprCast-81 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float(3.1) eq 3.1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-81.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-81.txt |
| K-SeqExprCast-82 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float(6) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-82.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-82.txt |
| K-SeqExprCast-83 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:float("INF")) eq "INF"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-83.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-83.txt |
| K-SeqExprCast-84 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:float("-INF")) eq "-INF"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-84.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-84.txt |
| K-SeqExprCast-85 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:decimal(3) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-85.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-85.txt |
| K-SeqExprCast-86 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:decimal(3.1) eq 3.1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-86.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-86.txt |
| K-SeqExprCast-87 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:decimal(6) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-87.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-87.txt |
| K-SeqExprCast-88 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:integer(3) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-88.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-88.txt |
| K-SeqExprCast-89 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:integer(3.1) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-89.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-89.txt |
| K-SeqExprCast-90 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that when casting xs:decimal to xs:integer that conversion happens. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-90.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-90.txt |
| K-SeqExprCast-91 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:integer(6) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-91.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-91.txt |
| K-SeqExprCast-92 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:integer(6) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-92.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-92.txt |
| K-SeqExprCast-93 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:hexBinary("FFF")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-93.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-94 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:hexBinary("FFxF")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-94.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-95 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:hexBinary("0xFF")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-95.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-96 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:hexBinary("F")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-96.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-97 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:hexBinary("x")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-97.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-98 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `exists(xs:hexBinary("Ab08bcFFAA08b6"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-98.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-98.txt |
| K-SeqExprCast-99 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `exists(xs:hexBinary("FF"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-99.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-99.txt |
| K-SeqExprCast-100 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `exists(xs:hexBinary("aa"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-100.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-100.txt |
| K-SeqExprCast-101 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(xs:hexBinary(xs:hexBinary("03"))) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-101.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-101.txt |
| K-SeqExprCast-102 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:hexBinary("aa")) eq "AA"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-102.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-102.txt |
| K-SeqExprCast-103 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:hexBinary("0a")) eq "0A"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-103.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-103.txt |
| K-SeqExprCast-104 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:hexBinary("a0")) eq "A0"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-104.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-104.txt |
| K-SeqExprCast-105 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:hexBinary("a4")) eq "A4"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-105.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-105.txt |
| K-SeqExprCast-106 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:hexBinary("c0")) eq "C0"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-106.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-106.txt |
| K-SeqExprCast-107 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:hexBinary("fA")) eq "FA"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-107.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-107.txt |
| K-SeqExprCast-108 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:hexBinary("10")) eq "10"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-108.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-108.txt |
| K-SeqExprCast-109 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:hexBinary("031a34123b")) eq "031A34123B"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-109.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-109.txt |
| K-SeqExprCast-110 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:hexBinary("03")) eq "03"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-110.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-110.txt |
| K-SeqExprCast-111 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:hexBinary("0c")) eq "0C"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-111.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-111.txt |
| K-SeqExprCast-112 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:hexBinary("0b")) eq "0B"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-112.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-112.txt |
| K-SeqExprCast-113 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:hexBinary("3a")) eq "3A"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-113.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-113.txt |
| K-SeqExprCast-114 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An empty string is a valid lexical representation for xs:hexBinary, and means 'no data. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-114.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-114.txt |
| K-SeqExprCast-115 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An invalid lexical representation for xs:base64Binary. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-115.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-116 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An invalid lexical representation for xs:base64Binary. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-116.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-117 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An invalid lexical representation for xs:base64Binary. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-117.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-118 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An invalid lexical representation for xs:base64Binary. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-118.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-119 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An invalid lexical representation for xs:base64Binary. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-119.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-120 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An invalid lexical representation for xs:base64Binary. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-120.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-121 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An invalid lexical representation for xs:base64Binary. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-121.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-122 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An invalid lexical representation for xs:base64Binary. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-122.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-123 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An invalid lexical representation for xs:base64Binary. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-123.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-124 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An invalid lexical representation for xs:base64Binary. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-124.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-125 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An invalid lexical representation for xs:base64Binary. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-125.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-126 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:base64Binary("0w==")) eq "0w=="`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-126.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-126.txt |
| K-SeqExprCast-127 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:base64Binary("aaa a")) eq "aaaa"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-127.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-127.txt |
| K-SeqExprCast-128 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:base64Binary("frfhforlksid7453")) eq "frfhforlksid7453"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-128.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-128.txt |
| K-SeqExprCast-129 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| If the last tetragram ends in '==' then the previous character must be one of [AQgw]. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-129.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-130 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:base64Binary(xs:hexBinary("03"))) eq "Aw=="`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-130.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-130.txt |
| K-SeqExprCast-131 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:base64Binary(xs:hexBinary("0f3c"))) eq "Dzw="`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-131.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-131.txt |
| K-SeqExprCast-132 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:base64Binary(xs:hexBinary("12"))) eq "Eg=="`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-132.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-132.txt |
| K-SeqExprCast-133 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:base64Binary(xs:hexBinary("3B"))) eq "Ow=="`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-133.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-133.txt |
| K-SeqExprCast-134 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:base64Binary(xs:hexBinary("69A69A"))) eq "aaaa"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-134.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-134.txt |
| K-SeqExprCast-135 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:base64Binary(xs:hexBinary("F43D1234ce8f"))) eq "9D0SNM6P"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-135.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-135.txt |
| K-SeqExprCast-136 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:base64Binary(xs:hexBinary("f0"))) eq "8A=="`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-136.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-136.txt |
| K-SeqExprCast-137 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:base64Binary(xs:hexBinary("ffaabbddcceeff0134f001d8ca9bc77899c83e6f7d"))) eq "/6q73czu/wE08AHYypvHeJnIPm99"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-137.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-137.txt |
| K-SeqExprCast-138 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:base64Binary(xs:hexBinary("ffff"))) eq "//8="`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-138.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-138.txt |
| K-SeqExprCast-139 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:base64Binary(xs:hexBinary("ffff34564321deac9876"))) eq "//80VkMh3qyYdg=="`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-139.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-139.txt |
| K-SeqExprCast-140 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:hexBinary(xs:base64Binary("Ow=="))) eq "3B"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-140.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-140.txt |
| K-SeqExprCast-141 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:string(xs:hexBinary(xs:base64Binary("aaa a"))) eq "69A69A"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-141.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-141.txt |
| K-SeqExprCast-142 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An empty string is a valid lexical representation for xs:base64Binary, and means 'no data. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-142.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-142.txt |
| K-SeqExprCast-143 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting where the source type typically cannot be determined statically. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-143.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-143.txt |
| K-SeqExprCast-144 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(xs:decimal(remove((3e3, 1.1), 1))) eq 1.1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-144.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-144.txt |
| K-SeqExprCast-145 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting where the cardinality of the source value is wrong. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-145.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-148 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A preceding plus sign('+') is disallowed for xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-148.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-149 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No zone offset is allowed for xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-149.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-150 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A preceding 'P' must always exist in a xs:duration value. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-150.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-151 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| At least one number and its designator must be present in a xs:duration value. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-151.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-152 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| At least one number and its designator must be present in a xs:duration value, a minus sign is insufficient. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-152.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-153 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A 'T' separator in a xs:duration must be followed by time components. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-153.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-154 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'P24H' is an invalid lexical representation for xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-154.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-155 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure that when casting xs:duration to xs:string, preceding zeros are handled properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-155.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-155.txt |
| K-SeqExprCast-156 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure that a negative xs:duration is properly serialized when cast to xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-156.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-156.txt |
| K-SeqExprCast-157 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure that when casting xs:duration to xs:string, that empty fields are properly serialized. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-157.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-157.txt |
| K-SeqExprCast-158 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure that when casting xs:duration to xs:string, that empty components are handled properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-158.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-158.txt |
| K-SeqExprCast-159 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting a xs:duration with zeroed time components to xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-159.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-159.txt |
| K-SeqExprCast-160 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The canonical lexical representation for the xs:duration value P365D is 'P365D'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-160.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-160.txt |
| K-SeqExprCast-161 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The canonical lexical representation for the xs:duration value P12M is 'P1Y'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-161.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-161.txt |
| K-SeqExprCast-162 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The canonical lexical representation for the xs:duration value P31D is 'P31D'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-162.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-162.txt |
| K-SeqExprCast-163 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The canonical lexical representation for the xs:duration value P3Y0M is 'P3Y'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-163.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-163.txt |
| K-SeqExprCast-164 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that a xs:duration value with a small second component is serialized properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-164.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-164.txt |
| K-SeqExprCast-165 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The canonical form of the xs:duration value -PT0S is PT0S. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-165.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-165.txt |
| K-SeqExprCast-166 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting xs:dayTimeDuration to xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-166.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-166.txt |
| K-SeqExprCast-167 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting xs:yearMonthDuration to xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-167.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-167.txt |
| K-SeqExprCast-168 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a negative xs:dayTimeDuration to xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-168.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-168.txt |
| K-SeqExprCast-169 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a negative xs:yearMonthDuration to xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-169.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-169.txt |
| K-SeqExprCast-170 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A preceding plus sign('+') is disallowed for xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-170.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-171 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No zone offset is allowed for xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-171.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-172 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A preceding 'P' must always exist in a xs:dayTimeDuration value. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-172.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-173 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| At least one number and its designator must be present in a xs:dayTimeDuration value. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-173.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-174 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| At least one number and its designator must be present in a xs:dayTimeDuration value, a minus sign is insufficient. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-174.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-175 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A 'T' separator in a xs:dayTimeDuration must be followed by time components. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-175.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-176 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure that when casting xs:dayTimeDuration to xs:string, that empty fields are properly serialized. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-176.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-176.txt |
| K-SeqExprCast-177 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'P1Y12M1D' is an invalid lexical representation for xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-177.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-178 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'P24M1D' is an invalid lexical representation for xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-178.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-179 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'PDT3H2M10.001S' is an invalid lexical representation for xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-179.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-180 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure that when casting xs:dayTimeDuration to xs:string, that preceding zeros are handled properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-180.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-180.txt |
| K-SeqExprCast-181 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure that a negative xs:dayTimeDuration is properly serialized when cast to xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-181.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-181.txt |
| K-SeqExprCast-182 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure that when casting xs:dayTimeDuration to xs:string, that empty components are handled properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-182.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-182.txt |
| K-SeqExprCast-183 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting a xs:duration with zeroed time components to xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-183.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-183.txt |
| K-SeqExprCast-184 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that a xs:dayTimeDuration value with a large day component is serialized properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-184.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-184.txt |
| K-SeqExprCast-185 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that a xs:dayTimeDuration value with a large hour component is serialized properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-185.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-185.txt |
| K-SeqExprCast-186 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that a xs:dayTimeDuration value with a large minute component is serialized properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-186.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-186.txt |
| K-SeqExprCast-187 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that a xs:dayTimeDuration value with a large second component is serialized properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-187.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-187.txt |
| K-SeqExprCast-188 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that a xs:dayTimeDuration value with a small second component is serialized properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-188.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-188.txt |
| K-SeqExprCast-189 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The canonical form of the xs:dayTimeDuration value -PT0S is PT0S. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-189.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-189.txt |
| K-SeqExprCast-190 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting xs:duration to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-190.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-190.txt |
| K-SeqExprCast-191 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting xs:yearMonthDuration to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-191.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-191.txt |
| K-SeqExprCast-192 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a negative xs:duration to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-192.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-192.txt |
| K-SeqExprCast-193 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a negative xs:yearMonthDuration to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-193.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-193.txt |
| K-SeqExprCast-194 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The canonical lexical representation for the xs:dayTimeDuration value P3D is 'P3D'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-194.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-194.txt |
| K-SeqExprCast-195 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A preceding plus sign('+') is disallowed for xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-195.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-196 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No zone offset is allowed for xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-196.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-197 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A preceding 'P' must always exist in a xs:yearMonthDuration value. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-197.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-198 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| At least one number and its designator must be present in a xs:yearMonthDuration value. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-198.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-199 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| At least one number and its designator must be present in a xs:yearMonthDuration value, a minus sign is insufficient. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-199.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-200 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A 'T' separator in a xs:yearMonthDuration is not allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-200.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-201 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'P731D' is an invalid lexical representation for xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-201.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-202 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '-P3' is an invalid lexical representation for xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-202.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-203 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure that when casting xs:yearMonthDuration to xs:string, that preceding zeros are handled properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-203.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-203.txt |
| K-SeqExprCast-204 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure that a negative xs:yearMonthDuration is properly serialized when cast to xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-204.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-204.txt |
| K-SeqExprCast-205 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure that when casting xs:yearMonthDuration to xs:string, that empty fields are properly serialized. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-205.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-205.txt |
| K-SeqExprCast-206 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that a xs:yearMonthDuration value with a large year component is serialized properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-206.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-206.txt |
| K-SeqExprCast-207 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that a xs:yearMonthDuration value with a large year and month component is serialized properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-207.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-207.txt |
| K-SeqExprCast-208 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The canonical form of the xs:yearMonthDuration value -P0M is P0M. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-208.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-208.txt |
| K-SeqExprCast-209 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting xs:duration to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-209.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-209.txt |
| K-SeqExprCast-210 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting xs:dayTimeDuration to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-210.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-210.txt |
| K-SeqExprCast-211 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a negative xs:duration to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-211.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-211.txt |
| K-SeqExprCast-212 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a negative xs:dayTimeDuration to xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-212.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-212.txt |
| K-SeqExprCast-215 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:gYear("1")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-215.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-216 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:gYear("12")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-216.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-217 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:gYear("867")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-217.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-218 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:gYear("+1999")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-218.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-219 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:gYear("+1999")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-219.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-220 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:gYear("+0000")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-220.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-221 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:gYear("1111-")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-221.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-222 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:gYear("1111a")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-222.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-223 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:gYear("a1111")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-223.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-224 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:gYear("1 111")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-224.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-225 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:gYear("1111 Z")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-225.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-226 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:gYear("1111 Z")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-226.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-227 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gYear: the hour component cannot be -15. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-227.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-228 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gYear: the hour component cannot be +15. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-228.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-229 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gYear: the minute component cannot be +60. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-229.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-230 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gYear: the minute component cannot be -60. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-230.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-231 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '02004' is an invalid lexical representation for xs:gYear. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-231.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-232 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gYear: the minute field must always be present. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-232.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-233 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure casting xs:gYear to xs:string, with timezone '-00:00' is properly handled. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-233.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-233.txt |
| K-SeqExprCast-234 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure casting xs:gYear to xs:string, with timezone '+00:00' is properly handled. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-234.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-234.txt |
| K-SeqExprCast-235 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure casting xs:gYear to xs:string, with timezone 'Z' is properly handled. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-235.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-235.txt |
| K-SeqExprCast-236 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '10' is an invalid lexical representation for xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-236.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-237 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '-01' is an invalid lexical representation for xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-237.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-238 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '---321' is an invalid lexical representation for xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-238.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-239 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '--01' is an invalid lexical representation for xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-239.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-240 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'E---01' is an invalid lexical representation for xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-240.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-241 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '---01E' is an invalid lexical representation for xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-241.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-242 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '---01-' is an invalid lexical representation for xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-242.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-243 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '---001' is an invalid lexical representation for xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-243.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-244 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '---32' is an invalid lexical representation for xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-244.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-245 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '---00' is an invalid lexical representation for xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-245.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-246 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '---8' is an invalid lexical representation for xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-246.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-247 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '+--08' is an invalid lexical representation for xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-247.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-248 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '+---08' is an invalid lexical representation for xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-248.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-249 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '---08 Z' is an invalid lexical representation for xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-249.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-250 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gDay: the hour component cannot be -15. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-250.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-251 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gDay: the hour component cannot be +15. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-251.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-252 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gDay: the minute component cannot be +60. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-252.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-253 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gDay: the minute component cannot be -60. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-253.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-254 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gDay: the minute field must always be present. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-254.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-255 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure casting xs:gDay to xs:string, with timezone '-00:00' is properly handled. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-255.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-255.txt |
| K-SeqExprCast-256 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure casting xs:gDay to xs:string, with timezone '+00:00' is properly handled. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-256.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-256.txt |
| K-SeqExprCast-257 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure casting xs:gDay to xs:string, with timezone 'Z' is properly handled. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-257.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-257.txt |
| K-SeqExprCast-258 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '-01' is an invalid lexical representation for xs:gMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-258.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-259 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '---01' is an invalid lexical representation for xs:gMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-259.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-260 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '+--01' is an invalid lexical representation for xs:gMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-260.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-261 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '--13' is an invalid lexical representation for xs:gMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-261.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-262 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '--431' is an invalid lexical representation for xs:gMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-262.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-263 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '--11-' is an invalid lexical representation for xs:gMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-263.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-264 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '--00' is an invalid lexical representation for xs:gMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-264.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-265 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gMonth: the hour component cannot be -15. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-265.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-266 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gMonth: the hour component cannot be +15. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-266.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-267 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gMonth: the minute component cannot be +60. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-267.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-268 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gMonth: the minute component cannot be -60. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-268.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-269 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gMonth: the minute field must always be present. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-269.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-270 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure casting xs:gMonth to xs:string, with timezone '-00:00' is properly handled. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-270.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-270.txt |
| K-SeqExprCast-271 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure casting xs:gMonth to xs:string, with timezone '+00:00' is properly handled. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-271.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-271.txt |
| K-SeqExprCast-272 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure casting xs:gMonth to xs:string, with timezone 'Z' is properly handled. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-272.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-272.txt |
| K-SeqExprCast-273 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '--1999-12' is an invalid lexical representation for xs:gYearMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-273.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-274 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '+1999-12' is an invalid lexical representation for xs:gYearMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-274.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-275 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '1999-12-' is an invalid lexical representation for xs:gYearMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-275.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-276 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '1999--12' is an invalid lexical representation for xs:gYearMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-276.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-277 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '1999-13' is an invalid lexical representation for xs:gYearMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-277.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-278 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '1999-00' is an invalid lexical representation for xs:gYearMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-278.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-279 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '02004-08' is an invalid lexical representation for xs:gYearMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-279.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-280 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gYearMonth: the minute field must always be present. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-280.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-281 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gYearMonth: the hour component cannot be -15. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-281.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-282 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gYearMonth: the hour component cannot be +15. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-282.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-283 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gYearMonth: the minute component cannot be +60. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-283.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-284 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gYearMonth: the minute component cannot be -60. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-284.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-285 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure casting xs:gYearMonth to xs:string, with timezone '-00:00' is properly handled. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-285.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-285.txt |
| K-SeqExprCast-286 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure casting xs:gYearMonth to xs:string, with timezone '+00:00' is properly handled. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-286.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-286.txt |
| K-SeqExprCast-287 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure casting xs:gYearMonth to xs:string, with timezone 'Z' is properly handled. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-287.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-287.txt |
| K-SeqExprCast-288 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '-01-12' is an invalid lexical representation for xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-288.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-289 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '+--01-12' is an invalid lexical representation for xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-289.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-290 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '01-12-' is an invalid lexical representation for xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-290.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-291 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '--01--12' is an invalid lexical representation for xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-291.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-292 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '--01-00' is an invalid lexical representation for xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-292.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-293 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '--00-01' is an invalid lexical representation for xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-293.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-294 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '--13-01' is an invalid lexical representation for xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-294.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-295 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '--111-01' is an invalid lexical representation for xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-295.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-296 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '--1967-01' is an invalid lexical representation for xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-296.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-297 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '--02-31' is an invalid lexical representation for xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-297.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-298 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gMonthDay: the minute field must always be present. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-298.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-299 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:gMonthDay value '--02-30' represents a non-existent date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-299.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-300 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:gMonthDay value '--04-31' represents a non-existent date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-300.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-301 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:gMonthDay value '--11-31' represents a non-existent date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-301.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-302 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gMonthDay: the hour component cannot be -15. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-302.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-303 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gMonthDay: the hour component cannot be +15. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-303.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-304 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gMonthDay: the minute component cannot be +60. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-304.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-305 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:gMonthDay: the minute component cannot be -60. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-305.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-306 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure casting xs:gMonthDay to xs:string, with timezone '-00:00' is properly handled. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-306.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-306.txt |
| K-SeqExprCast-307 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure casting xs:gMonthDay to xs:string, with timezone '+00:00' is properly handled. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-307.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-307.txt |
| K-SeqExprCast-308 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure casting xs:gMonthDay to xs:string, with timezone 'Z' is properly handled. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-308.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-308.txt |
| K-SeqExprCast-309 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple xs:gMonthDay test involving --02-29. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-309.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-309.txt |
| K-SeqExprCast-310 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '+2004-08-01T12:44:05' is an invalid lexical representation, a preceding '+' sign is not allowed for xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-310.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-311 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '02004-08-01T12:44:05' is an invalid lexical representation for xs:dateTime; if the year part has more than four digits, leading zeros are prohibited. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-311.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-312 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '00004-08-01T12:44:05' is an invalid lexical representation for xs:dateTime; if the year part has more than four digits, leading zeros are prohibited. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-312.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-313 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '2004-32-01T12:44:05' is an invalid lexical representation for xs:dateTime; the month part cannot be larger than 32. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-313.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-314 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '2002-02-30T12:44:05' is a non-existent xs:dateTime date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-314.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-315 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '2002-002-15T12:44:05' is an invalid lexical representation for xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-315.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-316 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '2002-02-150T12:44:05' is an invalid lexical representation for xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-316.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-317 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '2002-02-15T24:00:00.001' is an invalid lexical representation for xs:dateTime; if hour is 24, seconds part must be 00. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-317.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-318 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '2002-02-15T24:01:00' is an invalid lexical representation for xs:dateTime; if hour is 24, minutes part must be 00. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-318.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-319 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '2002-02-15T25:00:00' is an invalid lexical representation for xs:dateTime; hour part can never be larger than 24. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-319.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-320 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '2002-02-15T21:60:00' is an invalid lexical representation for xs:dateTime; minute part can never be larger than 59. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-320.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-321 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '2002-02-15T21:01:60' is an invalid lexical representation for xs:dateTime; seconds part can never be larger than 59. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-321.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-322 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '--2002-02-15T21:01:23' is an invalid lexical representation for xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-322.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-323 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:dateTime: the hour component cannot be -15. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-323.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-324 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:dateTime: the hour component cannot be +15. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-324.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-325 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:dateTime: the minute component cannot be +60. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-325.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-326 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:dateTime: the minute component cannot be -60. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-326.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-327 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:dateTime: the minute field must always be present. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-327.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-328 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:dateTime with UTC timezone to xs:gYear. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-328.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-328.txt |
| K-SeqExprCast-329 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:dateTime with UTC offset to xs:gYear. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-329.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-329.txt |
| K-SeqExprCast-330 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:dateTime with UTC timezone to xs:gYearMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-330.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-330.txt |
| K-SeqExprCast-331 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:dateTime with UTC offset to xs:gYearMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-331.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-331.txt |
| K-SeqExprCast-332 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:dateTime with UTC timezone to xs:gMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-332.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-332.txt |
| K-SeqExprCast-333 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:dateTime with UTC offset to xs:gMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-333.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-333.txt |
| K-SeqExprCast-334 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:dateTime with UTC timezone to xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-334.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-334.txt |
| K-SeqExprCast-335 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:dateTime with UTC offset to xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-335.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-335.txt |
| K-SeqExprCast-336 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:dateTime with UTC timezone to xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-336.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-336.txt |
| K-SeqExprCast-337 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:dateTime with UTC offset to xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-337.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-337.txt |
| K-SeqExprCast-338 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:dateTime with UTC timezone to xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-338.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-338.txt |
| K-SeqExprCast-339 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:dateTime with UTC offset to xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-339.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-339.txt |
| K-SeqExprCast-340 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:dateTime with UTC timezone to xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-340.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-340.txt |
| K-SeqExprCast-341 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:dateTime with UTC offset to xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-341.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-341.txt |
| K-SeqExprCast-342 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure casting xs:dateTime to xs:string, with timezone '-00:00' is properly handled. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-342.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-342.txt |
| K-SeqExprCast-343 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure casting xs:dateTime to xs:string, with timezone '+00:00' is properly handled. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-343.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-343.txt |
| K-SeqExprCast-344 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure when casting xs:dateTime to xs:string that an empty milli seconds part is not serialized. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-344.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-344.txt |
| K-SeqExprCast-345 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure when casting xs:dateTime to xs:string that milli seconds have no trailing zeros. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-345.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-345.txt |
| K-SeqExprCast-346 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure when casting xs:dateTime to xs:string that milli seconds are properly padded with zeros. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-346.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-346.txt |
| K-SeqExprCast-347 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure when casting xs:dateTime to xs:string that milli seconds are properly padded with zeros. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-347.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-347.txt |
| K-SeqExprCast-348 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure when casting xs:dateTime to xs:string that a milli seconds part of '435' is handled properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-348.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-348.txt |
| K-SeqExprCast-349 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure when casting xs:dateTime to xs:string that a milli seconds part of '11' is handled properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-349.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-349.txt |
| K-SeqExprCast-350 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure when casting xs:dateTime to xs:string that a milli seconds part of '110' is handled properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-350.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-350.txt |
| K-SeqExprCast-351 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple xs:dateTime involving time with no milli seconds. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-351.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-351.txt |
| K-SeqExprCast-352 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The canonical form of an xs:dateTime containing 24:00:00 is the following day at 00:00:00. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-352.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-352.txt |
| K-SeqExprCast-353 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '24:00:00.001' is an invalid lexical representation for xs:time; if hour is 24, seconds part must be 00. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-353.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-354 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '24:01:00' is an invalid lexical representation for xs:time; if hour is 24, minutes part must be 00. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-354.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-355 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '25:00:00' is an invalid lexical representation for xs:time; hour part can never be larger than 24. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-355.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-356 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '21:60:00' is an invalid lexical representation for xs:time; minute part can never be larger than 59. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-356.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-357 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '21:01:60' is an invalid lexical representation for xs:time; seconds part can never be larger than 59. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-357.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-358 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '+21:01:50' is an invalid lexical representation for xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-358.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-359 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '-21:01:50' is an invalid lexical representation for xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-359.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-360 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A valid xs:dateTime is an invalid xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-360.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-361 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:time: the hour component cannot be -15. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-361.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-362 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:time: the hour component cannot be +15. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-362.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-363 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:time: the minute component cannot be +60. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-363.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-364 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:time: the minute component cannot be -60. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-364.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-365 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:time: the minute field must always be present. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-365.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-366 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple xs:time involving time with no milli seconds. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-366.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-366.txt |
| K-SeqExprCast-367 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure casting xs:time to xs:string, with timezone '-00:00' is properly handled. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-367.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-367.txt |
| K-SeqExprCast-368 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure casting xs:time to xs:string, with timezone '+00:00' is properly handled. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-368.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-368.txt |
| K-SeqExprCast-369 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure when casting xs:time to xs:string that an empty milli seconds part is not serialized. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-369.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-369.txt |
| K-SeqExprCast-370 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure when casting xs:time to xs:string that milli seconds have no trailing zeros. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-370.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-370.txt |
| K-SeqExprCast-371 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure when casting xs:time to xs:string that milli seconds are properly padded with zeros. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-371.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-371.txt |
| K-SeqExprCast-372 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure when casting xs:time to xs:string that milli seconds are properly padded with zeros. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-372.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-372.txt |
| K-SeqExprCast-373 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure when casting xs:time to xs:string that a milli seconds part of '435' is handled properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-373.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-373.txt |
| K-SeqExprCast-374 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure when casting xs:time to xs:string that a milli seconds part of '11' is handled properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-374.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-374.txt |
| K-SeqExprCast-375 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure when casting xs:time to xs:string that a milli seconds part of '110' is handled properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-375.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-375.txt |
| K-SeqExprCast-376 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The canonical form of an xs:time containing 24:00:00 is 00:00:00. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-376.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-376.txt |
| K-SeqExprCast-377 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '+2004-08-01' is an invalid lexical representation, a preceding '+' sign is not allowed for xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-377.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-378 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '02004-08-01' is an invalid lexical representation for xs:date; if the year part has more than four digits, leading zeros are prohibited. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-378.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-379 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '00004-08-01' is an invalid lexical representation for xs:date; if the year part has more than four digits, leading zeros are prohibited. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-379.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-380 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '2004-32-01' is an invalid lexical representation for xs:date; the month part cannot be larger than 32. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-380.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-381 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '2002-02-30' is a non-existent xs:date date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-381.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-382 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '2002-002-15' is an invalid lexical representation for xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-382.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-383 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '2002-02-150' is an invalid lexical representation for xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-383.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-384 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '--2002-02-15' is an invalid lexical representation for xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-384.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-385 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A valid xs:dateTime is an invalid xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-385.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-386 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:date: the hour component cannot be -15. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-386.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-387 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:date: the hour component cannot be +15. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-387.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-388 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:date: the minute component cannot be +60. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-388.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-389 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing timezone field in xs:date: the minute component cannot be -60. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-389.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-390 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Testing datezone field in xs:date: the minute field must always be present. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-390.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-391 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:date with UTC timezone to xs:gYear. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-391.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-391.txt |
| K-SeqExprCast-392 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:date with UTC offset to xs:gYear. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-392.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-392.txt |
| K-SeqExprCast-393 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:date with UTC timezone to xs:gYearMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-393.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-393.txt |
| K-SeqExprCast-394 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:date with UTC offset to xs:gYearMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-394.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-394.txt |
| K-SeqExprCast-395 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:date with UTC timezone to xs:gMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-395.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-395.txt |
| K-SeqExprCast-396 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:date with UTC offset to xs:gMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-396.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-396.txt |
| K-SeqExprCast-397 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:date with UTC timezone to xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-397.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-397.txt |
| K-SeqExprCast-398 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:date with UTC offset to xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-398.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-398.txt |
| K-SeqExprCast-399 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:date with UTC timezone to xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-399.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-399.txt |
| K-SeqExprCast-400 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:date with UTC offset to xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-400.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-400.txt |
| K-SeqExprCast-401 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:date with UTC timezone to xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-401.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-401.txt |
| K-SeqExprCast-402 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of casting a xs:date with UTC offset to xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-402.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-402.txt |
| K-SeqExprCast-403 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure casting xs:date to xs:string, with timezone '-00:00' is properly handled. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-403.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-403.txt |
| K-SeqExprCast-404 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure casting xs:date to xs:string, with timezone '+00:00' is properly handled. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-404.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-404.txt |
| K-SeqExprCast-405 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure when casting xs:date to xs:string that an empty milli seconds part is not serialized. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-405.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-405.txt |
| K-SeqExprCast-406 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure when casting xs:date to xs:string that milli seconds have no trailing zeros. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-406.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-406.txt |
| K-SeqExprCast-407 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure when casting xs:date to xs:string that milli seconds are properly padded with zeros. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-407.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-407.txt |
| K-SeqExprCast-408 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure when casting xs:date to xs:string that milli seconds are properly padded with zeros. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-408.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-408.txt |
| K-SeqExprCast-409 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure when casting xs:date to xs:string that a milli seconds part of '435' is handled properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-409.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-409.txt |
| K-SeqExprCast-410 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure when casting xs:date to xs:string that a milli seconds part of '11' is handled properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-410.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-410.txt |
| K-SeqExprCast-411 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Ensure when casting xs:date to xs:string that a milli seconds part of '110' is handled properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-411.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-411.txt |
| K-SeqExprCast-415 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:untypedAtomic constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-415.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-416 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:untypedAtomic constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-416.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-417 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify with 'instance of' that the xs:untypedAtomic constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-417.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-417.txt |
| K-SeqExprCast-418 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test exercising the whitespace facet for type xs:untypedAtomic. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-418.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-418.txt |
| K-SeqExprCast-419 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An empty string is a valid lexical representation of xs:untypedAtomic. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-419.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-419.txt |
| K-SeqExprCast-420 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Cast a simple xs:untypedAtomic value to "an arbitrary string(untypedAtomic source)" . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-420.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-420.txt |
| K-SeqExprCast-421 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Applying fn:boolean() to a value of type xs:untypedAtomic that has the lexical value ' "an arbitrary string(untypedAtomic source)" ' should result in the boolean value true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-421.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-421.txt |
| K-SeqExprCast-422 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:untypedAtomic to xs:untypedAtomic is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-422.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-422.txt |
| K-SeqExprCast-423 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:untypedAtomic as source type and xs:untypedAtomic as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-423.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-423.txt |
| K-SeqExprCast-424 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:untypedAtomic to xs:string is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-424.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-424.txt |
| K-SeqExprCast-425 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:untypedAtomic as source type and xs:string as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-425.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-425.txt |
| K-SeqExprCast-426 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:untypedAtomic to xs:QName isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-426.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-427 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:untypedAtomic as source type and xs:QName as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-427.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-427.txt |
| K-SeqExprCast-428 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:untypedAtomic as sourceType and xs:NOTATION should fail due to it involving xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-428.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-429 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:string constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-429.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-430 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:string constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-430.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-431 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify with 'instance of' that the xs:string constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-431.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-431.txt |
| K-SeqExprCast-432 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test exercising the whitespace facet for type xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-432.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-432.txt |
| K-SeqExprCast-433 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An empty string is a valid lexical representation of xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-433.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-433.txt |
| K-SeqExprCast-434 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Cast a simple xs:untypedAtomic value to "an arbitrary string" . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-434.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-434.txt |
| K-SeqExprCast-435 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Applying fn:boolean() to a value of type xs:string that has the lexical value ' "an arbitrary string" ' should result in the boolean value true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-435.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-435.txt |
| K-SeqExprCast-436 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:string to xs:untypedAtomic is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-436.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-436.txt |
| K-SeqExprCast-437 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:string as source type and xs:untypedAtomic as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-437.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-437.txt |
| K-SeqExprCast-438 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:string to xs:string is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-438.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-438.txt |
| K-SeqExprCast-439 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:string as source type and xs:string as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-439.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-439.txt |
| K-SeqExprCast-440 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:string as sourceType and xs:NOTATION should fail due to it involving xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-440.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-441 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:float constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-441.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-442 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:float constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-442.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-443 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify with 'instance of' that the xs:float constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-443.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-443.txt |
| K-SeqExprCast-444 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test exercising the whitespace facet for type xs:float. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-444.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-444.txt |
| K-SeqExprCast-445 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An empty string is not a valid lexical representation of xs:float. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-445.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-446 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Cast a simple xs:untypedAtomic value to "3.4e5" . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-446.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-446.txt |
| K-SeqExprCast-447 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Applying fn:boolean() to a value of type xs:float that has the lexical value ' "3.4e5" ' should result in the boolean value true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-447.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-447.txt |
| K-SeqExprCast-448 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:float to xs:untypedAtomic is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-448.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-448.txt |
| K-SeqExprCast-449 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:float as source type and xs:untypedAtomic as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-449.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-449.txt |
| K-SeqExprCast-450 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:float to xs:string is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-450.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-450.txt |
| K-SeqExprCast-451 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:float as source type and xs:string as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-451.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-451.txt |
| K-SeqExprCast-452 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:float to xs:float is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-452.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-452.txt |
| K-SeqExprCast-453 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:float as source type and xs:float as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-453.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-453.txt |
| K-SeqExprCast-454 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:float to xs:double is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-454.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-454.txt |
| K-SeqExprCast-455 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:float as source type and xs:double as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-455.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-455.txt |
| K-SeqExprCast-456 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:float to xs:duration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-456.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-457 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:float as source type and xs:duration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-457.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-457.txt |
| K-SeqExprCast-458 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:float to xs:yearMonthDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-458.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-459 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:float as source type and xs:yearMonthDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-459.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-459.txt |
| K-SeqExprCast-460 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:float to xs:dayTimeDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-460.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-461 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:float as source type and xs:dayTimeDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-461.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-461.txt |
| K-SeqExprCast-462 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:float to xs:dateTime isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-462.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-463 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:float as source type and xs:dateTime as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-463.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-463.txt |
| K-SeqExprCast-464 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:float to xs:time isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-464.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-465 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:float as source type and xs:time as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-465.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-465.txt |
| K-SeqExprCast-466 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:float to xs:date isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-466.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-467 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:float as source type and xs:date as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-467.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-467.txt |
| K-SeqExprCast-468 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:float to xs:gYearMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-468.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-469 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:float as source type and xs:gYearMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-469.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-469.txt |
| K-SeqExprCast-470 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:float to xs:gYear isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-470.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-471 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:float as source type and xs:gYear as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-471.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-471.txt |
| K-SeqExprCast-472 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:float to xs:gMonthDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-472.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-473 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:float as source type and xs:gMonthDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-473.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-473.txt |
| K-SeqExprCast-474 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:float to xs:gDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-474.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-475 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:float as source type and xs:gDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-475.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-475.txt |
| K-SeqExprCast-476 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:float to xs:gMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-476.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-477 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:float as source type and xs:gMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-477.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-477.txt |
| K-SeqExprCast-478 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:float to xs:boolean is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-478.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-478.txt |
| K-SeqExprCast-479 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:float as source type and xs:boolean as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-479.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-479.txt |
| K-SeqExprCast-480 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:float to xs:base64Binary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-480.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-481 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:float as source type and xs:base64Binary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-481.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-481.txt |
| K-SeqExprCast-482 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:float to xs:hexBinary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-482.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-483 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:float as source type and xs:hexBinary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-483.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-483.txt |
| K-SeqExprCast-484 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:float to xs:anyURI isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-484.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-485 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:float as source type and xs:anyURI as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-485.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-485.txt |
| K-SeqExprCast-486 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:float to xs:QName isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-486.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-487 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:float as source type and xs:QName as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-487.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-487.txt |
| K-SeqExprCast-488 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:float as sourceType and xs:NOTATION should fail due to it involving xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-488.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-489 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:double constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-489.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-490 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:double constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-490.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-491 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify with 'instance of' that the xs:double constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-491.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-491.txt |
| K-SeqExprCast-492 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test exercising the whitespace facet for type xs:double. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-492.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-492.txt |
| K-SeqExprCast-493 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An empty string is not a valid lexical representation of xs:double. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-493.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-494 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Cast a simple xs:untypedAtomic value to "3.3e3" . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-494.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-494.txt |
| K-SeqExprCast-495 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Applying fn:boolean() to a value of type xs:double that has the lexical value ' "3.3e3" ' should result in the boolean value true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-495.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-495.txt |
| K-SeqExprCast-496 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:double to xs:untypedAtomic is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-496.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-496.txt |
| K-SeqExprCast-497 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:double as source type and xs:untypedAtomic as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-497.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-497.txt |
| K-SeqExprCast-498 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:double to xs:string is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-498.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-498.txt |
| K-SeqExprCast-499 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:double as source type and xs:string as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-499.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-499.txt |
| K-SeqExprCast-500 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:double to xs:float is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-500.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-500.txt |
| K-SeqExprCast-501 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:double as source type and xs:float as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-501.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-501.txt |
| K-SeqExprCast-502 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:double to xs:double is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-502.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-502.txt |
| K-SeqExprCast-503 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:double as source type and xs:double as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-503.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-503.txt |
| K-SeqExprCast-504 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:double to xs:duration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-504.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-505 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:double as source type and xs:duration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-505.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-505.txt |
| K-SeqExprCast-506 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:double to xs:yearMonthDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-506.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-507 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:double as source type and xs:yearMonthDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-507.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-507.txt |
| K-SeqExprCast-508 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:double to xs:dayTimeDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-508.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-509 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:double as source type and xs:dayTimeDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-509.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-509.txt |
| K-SeqExprCast-510 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:double to xs:dateTime isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-510.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-511 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:double as source type and xs:dateTime as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-511.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-511.txt |
| K-SeqExprCast-512 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:double to xs:time isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-512.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-513 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:double as source type and xs:time as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-513.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-513.txt |
| K-SeqExprCast-514 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:double to xs:date isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-514.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-515 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:double as source type and xs:date as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-515.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-515.txt |
| K-SeqExprCast-516 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:double to xs:gYearMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-516.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-517 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:double as source type and xs:gYearMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-517.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-517.txt |
| K-SeqExprCast-518 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:double to xs:gYear isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-518.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-519 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:double as source type and xs:gYear as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-519.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-519.txt |
| K-SeqExprCast-520 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:double to xs:gMonthDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-520.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-521 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:double as source type and xs:gMonthDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-521.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-521.txt |
| K-SeqExprCast-522 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:double to xs:gDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-522.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-523 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:double as source type and xs:gDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-523.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-523.txt |
| K-SeqExprCast-524 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:double to xs:gMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-524.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-525 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:double as source type and xs:gMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-525.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-525.txt |
| K-SeqExprCast-526 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:double to xs:boolean is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-526.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-526.txt |
| K-SeqExprCast-527 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:double as source type and xs:boolean as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-527.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-527.txt |
| K-SeqExprCast-528 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:double to xs:base64Binary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-528.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-529 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:double as source type and xs:base64Binary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-529.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-529.txt |
| K-SeqExprCast-530 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:double to xs:hexBinary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-530.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-531 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:double as source type and xs:hexBinary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-531.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-531.txt |
| K-SeqExprCast-532 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:double to xs:anyURI isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-532.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-533 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:double as source type and xs:anyURI as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-533.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-533.txt |
| K-SeqExprCast-534 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:double to xs:QName isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-534.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-535 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:double as source type and xs:QName as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-535.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-535.txt |
| K-SeqExprCast-536 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:double as sourceType and xs:NOTATION should fail due to it involving xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-536.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-537 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:decimal constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-537.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-538 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:decimal constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-538.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-539 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify with 'instance of' that the xs:decimal constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-539.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-539.txt |
| K-SeqExprCast-540 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test exercising the whitespace facet for type xs:decimal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-540.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-540.txt |
| K-SeqExprCast-541 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An empty string is not a valid lexical representation of xs:decimal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-541.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-542 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Cast a simple xs:untypedAtomic value to "10.01" . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-542.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-542.txt |
| K-SeqExprCast-543 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Applying fn:boolean() to a value of type xs:decimal that has the lexical value ' "10.01" ' should result in the boolean value true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-543.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-543.txt |
| K-SeqExprCast-544 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:decimal to xs:untypedAtomic is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-544.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-544.txt |
| K-SeqExprCast-545 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as source type and xs:untypedAtomic as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-545.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-545.txt |
| K-SeqExprCast-546 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:decimal to xs:string is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-546.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-546.txt |
| K-SeqExprCast-547 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as source type and xs:string as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-547.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-547.txt |
| K-SeqExprCast-548 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:decimal to xs:float is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-548.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-548.txt |
| K-SeqExprCast-549 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as source type and xs:float as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-549.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-549.txt |
| K-SeqExprCast-550 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:decimal to xs:double is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-550.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-550.txt |
| K-SeqExprCast-551 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as source type and xs:double as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-551.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-551.txt |
| K-SeqExprCast-552 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:decimal to xs:decimal is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-552.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-552.txt |
| K-SeqExprCast-553 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as source type and xs:decimal as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-553.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-553.txt |
| K-SeqExprCast-554 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:decimal to xs:integer is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-554.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-554.txt |
| K-SeqExprCast-555 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as source type and xs:integer as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-555.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-555.txt |
| K-SeqExprCast-556 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:decimal to xs:duration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-556.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-557 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as source type and xs:duration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-557.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-557.txt |
| K-SeqExprCast-558 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:decimal to xs:yearMonthDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-558.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-559 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as source type and xs:yearMonthDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-559.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-559.txt |
| K-SeqExprCast-560 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:decimal to xs:dayTimeDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-560.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-561 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as source type and xs:dayTimeDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-561.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-561.txt |
| K-SeqExprCast-562 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:decimal to xs:dateTime isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-562.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-563 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as source type and xs:dateTime as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-563.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-563.txt |
| K-SeqExprCast-564 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:decimal to xs:time isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-564.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-565 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as source type and xs:time as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-565.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-565.txt |
| K-SeqExprCast-566 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:decimal to xs:date isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-566.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-567 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as source type and xs:date as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-567.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-567.txt |
| K-SeqExprCast-568 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:decimal to xs:gYearMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-568.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-569 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as source type and xs:gYearMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-569.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-569.txt |
| K-SeqExprCast-570 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:decimal to xs:gYear isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-570.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-571 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as source type and xs:gYear as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-571.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-571.txt |
| K-SeqExprCast-572 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:decimal to xs:gMonthDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-572.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-573 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as source type and xs:gMonthDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-573.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-573.txt |
| K-SeqExprCast-574 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:decimal to xs:gDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-574.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-575 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as source type and xs:gDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-575.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-575.txt |
| K-SeqExprCast-576 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:decimal to xs:gMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-576.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-577 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as source type and xs:gMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-577.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-577.txt |
| K-SeqExprCast-578 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:decimal to xs:boolean is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-578.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-578.txt |
| K-SeqExprCast-579 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as source type and xs:boolean as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-579.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-579.txt |
| K-SeqExprCast-580 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:decimal to xs:base64Binary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-580.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-581 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as source type and xs:base64Binary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-581.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-581.txt |
| K-SeqExprCast-582 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:decimal to xs:hexBinary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-582.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-583 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as source type and xs:hexBinary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-583.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-583.txt |
| K-SeqExprCast-584 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:decimal to xs:anyURI isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-584.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-585 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as source type and xs:anyURI as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-585.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-585.txt |
| K-SeqExprCast-586 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:decimal to xs:QName isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-586.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-587 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as source type and xs:QName as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-587.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-587.txt |
| K-SeqExprCast-588 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:decimal as sourceType and xs:NOTATION should fail due to it involving xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-588.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-589 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:integer constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-589.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-590 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:integer constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-590.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-591 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify with 'instance of' that the xs:integer constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-591.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-591.txt |
| K-SeqExprCast-592 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test exercising the whitespace facet for type xs:integer. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-592.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-592.txt |
| K-SeqExprCast-593 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An empty string is not a valid lexical representation of xs:integer. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-593.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-594 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Cast a simple xs:untypedAtomic value to "6789" . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-594.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-594.txt |
| K-SeqExprCast-595 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Applying fn:boolean() to a value of type xs:integer that has the lexical value ' "6789" ' should result in the boolean value true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-595.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-595.txt |
| K-SeqExprCast-596 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:integer to xs:untypedAtomic is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-596.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-596.txt |
| K-SeqExprCast-597 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as source type and xs:untypedAtomic as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-597.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-597.txt |
| K-SeqExprCast-598 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:integer to xs:string is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-598.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-598.txt |
| K-SeqExprCast-599 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as source type and xs:string as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-599.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-599.txt |
| K-SeqExprCast-600 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:integer to xs:float is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-600.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-600.txt |
| K-SeqExprCast-601 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as source type and xs:float as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-601.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-601.txt |
| K-SeqExprCast-602 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:integer to xs:double is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-602.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-602.txt |
| K-SeqExprCast-603 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as source type and xs:double as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-603.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-603.txt |
| K-SeqExprCast-604 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:integer to xs:decimal is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-604.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-604.txt |
| K-SeqExprCast-605 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as source type and xs:decimal as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-605.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-605.txt |
| K-SeqExprCast-606 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:integer to xs:integer is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-606.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-606.txt |
| K-SeqExprCast-607 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as source type and xs:integer as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-607.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-607.txt |
| K-SeqExprCast-608 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:integer to xs:duration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-608.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-609 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as source type and xs:duration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-609.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-609.txt |
| K-SeqExprCast-610 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:integer to xs:yearMonthDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-610.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-611 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as source type and xs:yearMonthDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-611.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-611.txt |
| K-SeqExprCast-612 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:integer to xs:dayTimeDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-612.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-613 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as source type and xs:dayTimeDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-613.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-613.txt |
| K-SeqExprCast-614 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:integer to xs:dateTime isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-614.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-615 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as source type and xs:dateTime as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-615.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-615.txt |
| K-SeqExprCast-616 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:integer to xs:time isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-616.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-617 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as source type and xs:time as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-617.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-617.txt |
| K-SeqExprCast-618 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:integer to xs:date isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-618.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-619 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as source type and xs:date as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-619.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-619.txt |
| K-SeqExprCast-620 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:integer to xs:gYearMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-620.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-621 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as source type and xs:gYearMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-621.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-621.txt |
| K-SeqExprCast-622 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:integer to xs:gYear isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-622.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-623 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as source type and xs:gYear as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-623.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-623.txt |
| K-SeqExprCast-624 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:integer to xs:gMonthDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-624.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-625 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as source type and xs:gMonthDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-625.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-625.txt |
| K-SeqExprCast-626 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:integer to xs:gDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-626.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-627 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as source type and xs:gDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-627.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-627.txt |
| K-SeqExprCast-628 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:integer to xs:gMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-628.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-629 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as source type and xs:gMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-629.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-629.txt |
| K-SeqExprCast-630 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:integer to xs:boolean is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-630.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-630.txt |
| K-SeqExprCast-631 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as source type and xs:boolean as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-631.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-631.txt |
| K-SeqExprCast-632 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:integer to xs:base64Binary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-632.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-633 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as source type and xs:base64Binary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-633.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-633.txt |
| K-SeqExprCast-634 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:integer to xs:hexBinary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-634.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-635 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as source type and xs:hexBinary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-635.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-635.txt |
| K-SeqExprCast-636 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:integer to xs:anyURI isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-636.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-637 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as source type and xs:anyURI as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-637.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-637.txt |
| K-SeqExprCast-638 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:integer to xs:QName isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-638.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-639 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as source type and xs:QName as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-639.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-639.txt |
| K-SeqExprCast-640 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:integer as sourceType and xs:NOTATION should fail due to it involving xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-640.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-641 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:duration constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-641.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-642 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:duration constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-642.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-643 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify with 'instance of' that the xs:duration constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-643.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-643.txt |
| K-SeqExprCast-644 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test exercising the whitespace facet for type xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-644.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-644.txt |
| K-SeqExprCast-645 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An empty string is not a valid lexical representation of xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-645.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-646 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Cast a simple xs:untypedAtomic value to "P1Y2M3DT10H30M" . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-646.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-646.txt |
| K-SeqExprCast-647 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| It is not possible to extract an Effective Boolean Value from the type xs:duration, with the boolean() function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-647.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqExprCast-648 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:duration to xs:untypedAtomic is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-648.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-648.txt |
| K-SeqExprCast-649 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as source type and xs:untypedAtomic as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-649.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-649.txt |
| K-SeqExprCast-650 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:duration to xs:string is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-650.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-650.txt |
| K-SeqExprCast-651 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as source type and xs:string as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-651.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-651.txt |
| K-SeqExprCast-652 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:duration to xs:float isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-652.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-653 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as source type and xs:float as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-653.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-653.txt |
| K-SeqExprCast-654 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:duration to xs:double isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-654.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-655 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as source type and xs:double as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-655.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-655.txt |
| K-SeqExprCast-656 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:duration to xs:decimal isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-656.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-657 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as source type and xs:decimal as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-657.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-657.txt |
| K-SeqExprCast-658 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:duration to xs:integer isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-658.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-659 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as source type and xs:integer as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-659.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-659.txt |
| K-SeqExprCast-660 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:duration to xs:duration is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-660.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-660.txt |
| K-SeqExprCast-661 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as source type and xs:duration as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-661.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-661.txt |
| K-SeqExprCast-662 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:duration to xs:yearMonthDuration is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-662.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-662.txt |
| K-SeqExprCast-663 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as source type and xs:yearMonthDuration as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-663.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-663.txt |
| K-SeqExprCast-664 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:duration to xs:dayTimeDuration is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-664.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-664.txt |
| K-SeqExprCast-665 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as source type and xs:dayTimeDuration as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-665.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-665.txt |
| K-SeqExprCast-666 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:duration to xs:dateTime isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-666.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-667 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as source type and xs:dateTime as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-667.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-667.txt |
| K-SeqExprCast-668 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:duration to xs:time isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-668.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-669 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as source type and xs:time as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-669.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-669.txt |
| K-SeqExprCast-670 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:duration to xs:date isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-670.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-671 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as source type and xs:date as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-671.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-671.txt |
| K-SeqExprCast-672 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:duration to xs:gYearMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-672.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-673 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as source type and xs:gYearMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-673.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-673.txt |
| K-SeqExprCast-674 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:duration to xs:gYear isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-674.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-675 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as source type and xs:gYear as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-675.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-675.txt |
| K-SeqExprCast-676 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:duration to xs:gMonthDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-676.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-677 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as source type and xs:gMonthDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-677.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-677.txt |
| K-SeqExprCast-678 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:duration to xs:gDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-678.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-679 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as source type and xs:gDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-679.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-679.txt |
| K-SeqExprCast-680 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:duration to xs:gMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-680.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-681 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as source type and xs:gMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-681.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-681.txt |
| K-SeqExprCast-682 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:duration to xs:boolean isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-682.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-683 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as source type and xs:boolean as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-683.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-683.txt |
| K-SeqExprCast-684 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:duration to xs:base64Binary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-684.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-685 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as source type and xs:base64Binary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-685.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-685.txt |
| K-SeqExprCast-686 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:duration to xs:hexBinary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-686.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-687 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as source type and xs:hexBinary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-687.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-687.txt |
| K-SeqExprCast-688 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:duration to xs:anyURI isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-688.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-689 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as source type and xs:anyURI as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-689.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-689.txt |
| K-SeqExprCast-690 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:duration to xs:QName isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-690.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-691 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as source type and xs:QName as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-691.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-691.txt |
| K-SeqExprCast-692 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:duration as sourceType and xs:NOTATION should fail due to it involving xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-692.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-693 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:yearMonthDuration constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-693.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-694 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:yearMonthDuration constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-694.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-695 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify with 'instance of' that the xs:yearMonthDuration constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-695.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-695.txt |
| K-SeqExprCast-696 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test exercising the whitespace facet for type xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-696.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-696.txt |
| K-SeqExprCast-697 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An empty string is not a valid lexical representation of xs:yearMonthDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-697.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-698 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Cast a simple xs:untypedAtomic value to "P1Y12M" . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-698.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-698.txt |
| K-SeqExprCast-699 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| It is not possible to extract an Effective Boolean Value from the type xs:yearMonthDuration, with the boolean() function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-699.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqExprCast-700 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:yearMonthDuration to xs:untypedAtomic is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-700.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-700.txt |
| K-SeqExprCast-701 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as source type and xs:untypedAtomic as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-701.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-701.txt |
| K-SeqExprCast-702 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:yearMonthDuration to xs:string is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-702.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-702.txt |
| K-SeqExprCast-703 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as source type and xs:string as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-703.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-703.txt |
| K-SeqExprCast-704 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:yearMonthDuration to xs:float isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-704.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-705 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as source type and xs:float as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-705.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-705.txt |
| K-SeqExprCast-706 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:yearMonthDuration to xs:double isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-706.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-707 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as source type and xs:double as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-707.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-707.txt |
| K-SeqExprCast-708 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:yearMonthDuration to xs:decimal isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-708.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-709 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as source type and xs:decimal as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-709.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-709.txt |
| K-SeqExprCast-710 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:yearMonthDuration to xs:integer isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-710.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-711 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as source type and xs:integer as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-711.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-711.txt |
| K-SeqExprCast-712 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:yearMonthDuration to xs:duration is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-712.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-712.txt |
| K-SeqExprCast-713 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as source type and xs:duration as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-713.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-713.txt |
| K-SeqExprCast-714 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:yearMonthDuration to xs:yearMonthDuration is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-714.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-714.txt |
| K-SeqExprCast-715 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as source type and xs:yearMonthDuration as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-715.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-715.txt |
| K-SeqExprCast-716 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:yearMonthDuration to xs:dayTimeDuration is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-716.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-716.txt |
| K-SeqExprCast-717 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as source type and xs:dayTimeDuration as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-717.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-717.txt |
| K-SeqExprCast-718 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:yearMonthDuration to xs:dateTime isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-718.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-719 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as source type and xs:dateTime as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-719.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-719.txt |
| K-SeqExprCast-720 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:yearMonthDuration to xs:time isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-720.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-721 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as source type and xs:time as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-721.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-721.txt |
| K-SeqExprCast-722 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:yearMonthDuration to xs:date isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-722.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-723 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as source type and xs:date as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-723.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-723.txt |
| K-SeqExprCast-724 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:yearMonthDuration to xs:gYearMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-724.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-725 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as source type and xs:gYearMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-725.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-725.txt |
| K-SeqExprCast-726 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:yearMonthDuration to xs:gYear isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-726.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-727 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as source type and xs:gYear as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-727.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-727.txt |
| K-SeqExprCast-728 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:yearMonthDuration to xs:gMonthDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-728.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-729 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as source type and xs:gMonthDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-729.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-729.txt |
| K-SeqExprCast-730 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:yearMonthDuration to xs:gDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-730.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-731 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as source type and xs:gDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-731.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-731.txt |
| K-SeqExprCast-732 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:yearMonthDuration to xs:gMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-732.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-733 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as source type and xs:gMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-733.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-733.txt |
| K-SeqExprCast-734 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:yearMonthDuration to xs:boolean isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-734.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-735 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as source type and xs:boolean as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-735.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-735.txt |
| K-SeqExprCast-736 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:yearMonthDuration to xs:base64Binary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-736.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-737 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as source type and xs:base64Binary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-737.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-737.txt |
| K-SeqExprCast-738 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:yearMonthDuration to xs:hexBinary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-738.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-739 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as source type and xs:hexBinary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-739.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-739.txt |
| K-SeqExprCast-740 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:yearMonthDuration to xs:anyURI isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-740.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-741 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as source type and xs:anyURI as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-741.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-741.txt |
| K-SeqExprCast-742 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:yearMonthDuration to xs:QName isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-742.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-743 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as source type and xs:QName as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-743.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-743.txt |
| K-SeqExprCast-744 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:yearMonthDuration as sourceType and xs:NOTATION should fail due to it involving xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-744.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-745 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:dayTimeDuration constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-745.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-746 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:dayTimeDuration constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-746.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-747 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify with 'instance of' that the xs:dayTimeDuration constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-747.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-747.txt |
| K-SeqExprCast-748 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test exercising the whitespace facet for type xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-748.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-748.txt |
| K-SeqExprCast-749 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An empty string is not a valid lexical representation of xs:dayTimeDuration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-749.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-750 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Cast a simple xs:untypedAtomic value to "P3DT2H" . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-750.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-750.txt |
| K-SeqExprCast-751 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| It is not possible to extract an Effective Boolean Value from the type xs:dayTimeDuration, with the boolean() function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-751.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqExprCast-752 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dayTimeDuration to xs:untypedAtomic is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-752.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-752.txt |
| K-SeqExprCast-753 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as source type and xs:untypedAtomic as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-753.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-753.txt |
| K-SeqExprCast-754 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dayTimeDuration to xs:string is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-754.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-754.txt |
| K-SeqExprCast-755 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as source type and xs:string as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-755.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-755.txt |
| K-SeqExprCast-756 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dayTimeDuration to xs:float isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-756.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-757 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as source type and xs:float as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-757.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-757.txt |
| K-SeqExprCast-758 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dayTimeDuration to xs:double isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-758.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-759 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as source type and xs:double as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-759.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-759.txt |
| K-SeqExprCast-760 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dayTimeDuration to xs:decimal isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-760.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-761 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as source type and xs:decimal as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-761.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-761.txt |
| K-SeqExprCast-762 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dayTimeDuration to xs:integer isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-762.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-763 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as source type and xs:integer as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-763.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-763.txt |
| K-SeqExprCast-764 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dayTimeDuration to xs:duration is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-764.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-764.txt |
| K-SeqExprCast-765 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as source type and xs:duration as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-765.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-765.txt |
| K-SeqExprCast-766 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dayTimeDuration to xs:yearMonthDuration is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-766.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-766.txt |
| K-SeqExprCast-767 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as source type and xs:yearMonthDuration as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-767.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-767.txt |
| K-SeqExprCast-768 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dayTimeDuration to xs:dayTimeDuration is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-768.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-768.txt |
| K-SeqExprCast-769 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as source type and xs:dayTimeDuration as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-769.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-769.txt |
| K-SeqExprCast-770 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dayTimeDuration to xs:dateTime isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-770.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-771 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as source type and xs:dateTime as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-771.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-771.txt |
| K-SeqExprCast-772 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dayTimeDuration to xs:time isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-772.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-773 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as source type and xs:time as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-773.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-773.txt |
| K-SeqExprCast-774 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dayTimeDuration to xs:date isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-774.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-775 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as source type and xs:date as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-775.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-775.txt |
| K-SeqExprCast-776 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dayTimeDuration to xs:gYearMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-776.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-777 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as source type and xs:gYearMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-777.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-777.txt |
| K-SeqExprCast-778 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dayTimeDuration to xs:gYear isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-778.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-779 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as source type and xs:gYear as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-779.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-779.txt |
| K-SeqExprCast-780 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dayTimeDuration to xs:gMonthDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-780.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-781 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as source type and xs:gMonthDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-781.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-781.txt |
| K-SeqExprCast-782 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dayTimeDuration to xs:gDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-782.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-783 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as source type and xs:gDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-783.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-783.txt |
| K-SeqExprCast-784 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dayTimeDuration to xs:gMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-784.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-785 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as source type and xs:gMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-785.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-785.txt |
| K-SeqExprCast-786 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dayTimeDuration to xs:boolean isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-786.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-787 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as source type and xs:boolean as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-787.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-787.txt |
| K-SeqExprCast-788 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dayTimeDuration to xs:base64Binary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-788.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-789 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as source type and xs:base64Binary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-789.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-789.txt |
| K-SeqExprCast-790 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dayTimeDuration to xs:hexBinary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-790.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-791 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as source type and xs:hexBinary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-791.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-791.txt |
| K-SeqExprCast-792 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dayTimeDuration to xs:anyURI isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-792.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-793 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as source type and xs:anyURI as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-793.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-793.txt |
| K-SeqExprCast-794 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dayTimeDuration to xs:QName isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-794.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-795 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as source type and xs:QName as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-795.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-795.txt |
| K-SeqExprCast-796 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dayTimeDuration as sourceType and xs:NOTATION should fail due to it involving xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-796.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-797 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:dateTime constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-797.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-798 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:dateTime constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-798.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-799 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify with 'instance of' that the xs:dateTime constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-799.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-799.txt |
| K-SeqExprCast-800 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test exercising the whitespace facet for type xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-800.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-800.txt |
| K-SeqExprCast-801 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An empty string is not a valid lexical representation of xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-801.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-802 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Cast a simple xs:untypedAtomic value to "2002-10-10T12:00:00-05:00" . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-802.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-802.txt |
| K-SeqExprCast-803 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| It is not possible to extract an Effective Boolean Value from the type xs:dateTime, with the boolean() function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-803.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqExprCast-804 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dateTime to xs:untypedAtomic is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-804.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-804.txt |
| K-SeqExprCast-805 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as source type and xs:untypedAtomic as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-805.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-805.txt |
| K-SeqExprCast-806 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dateTime to xs:string is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-806.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-806.txt |
| K-SeqExprCast-807 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as source type and xs:string as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-807.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-807.txt |
| K-SeqExprCast-808 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dateTime to xs:float isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-808.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-809 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as source type and xs:float as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-809.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-809.txt |
| K-SeqExprCast-810 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dateTime to xs:double isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-810.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-811 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as source type and xs:double as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-811.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-811.txt |
| K-SeqExprCast-812 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dateTime to xs:decimal isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-812.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-813 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as source type and xs:decimal as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-813.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-813.txt |
| K-SeqExprCast-814 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dateTime to xs:integer isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-814.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-815 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as source type and xs:integer as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-815.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-815.txt |
| K-SeqExprCast-816 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dateTime to xs:duration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-816.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-817 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as source type and xs:duration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-817.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-817.txt |
| K-SeqExprCast-818 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dateTime to xs:yearMonthDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-818.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-819 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as source type and xs:yearMonthDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-819.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-819.txt |
| K-SeqExprCast-820 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dateTime to xs:dayTimeDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-820.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-821 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as source type and xs:dayTimeDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-821.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-821.txt |
| K-SeqExprCast-822 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dateTime to xs:dateTime is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-822.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-822.txt |
| K-SeqExprCast-823 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as source type and xs:dateTime as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-823.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-823.txt |
| K-SeqExprCast-824 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dateTime to xs:time is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-824.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-824.txt |
| K-SeqExprCast-825 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as source type and xs:time as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-825.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-825.txt |
| K-SeqExprCast-826 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dateTime to xs:date is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-826.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-826.txt |
| K-SeqExprCast-827 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as source type and xs:date as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-827.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-827.txt |
| K-SeqExprCast-828 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dateTime to xs:gYearMonth is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-828.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-828.txt |
| K-SeqExprCast-829 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as source type and xs:gYearMonth as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-829.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-829.txt |
| K-SeqExprCast-830 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dateTime to xs:gYear is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-830.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-830.txt |
| K-SeqExprCast-831 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as source type and xs:gYear as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-831.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-831.txt |
| K-SeqExprCast-832 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dateTime to xs:gMonthDay is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-832.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-832.txt |
| K-SeqExprCast-833 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as source type and xs:gMonthDay as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-833.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-833.txt |
| K-SeqExprCast-834 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dateTime to xs:gDay is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-834.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-834.txt |
| K-SeqExprCast-835 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as source type and xs:gDay as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-835.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-835.txt |
| K-SeqExprCast-836 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dateTime to xs:gMonth is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-836.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-836.txt |
| K-SeqExprCast-837 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as source type and xs:gMonth as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-837.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-837.txt |
| K-SeqExprCast-838 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dateTime to xs:boolean isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-838.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-839 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as source type and xs:boolean as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-839.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-839.txt |
| K-SeqExprCast-840 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dateTime to xs:base64Binary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-840.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-841 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as source type and xs:base64Binary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-841.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-841.txt |
| K-SeqExprCast-842 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dateTime to xs:hexBinary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-842.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-843 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as source type and xs:hexBinary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-843.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-843.txt |
| K-SeqExprCast-844 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dateTime to xs:anyURI isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-844.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-845 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as source type and xs:anyURI as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-845.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-845.txt |
| K-SeqExprCast-846 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:dateTime to xs:QName isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-846.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-847 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as source type and xs:QName as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-847.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-847.txt |
| K-SeqExprCast-848 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:dateTime as sourceType and xs:NOTATION should fail due to it involving xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-848.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-849 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:time constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-849.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-850 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:time constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-850.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-851 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify with 'instance of' that the xs:time constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-851.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-851.txt |
| K-SeqExprCast-852 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test exercising the whitespace facet for type xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-852.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-852.txt |
| K-SeqExprCast-853 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An empty string is not a valid lexical representation of xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-853.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-854 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Cast a simple xs:untypedAtomic value to "03:20:00-05:00" . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-854.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-854.txt |
| K-SeqExprCast-855 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| It is not possible to extract an Effective Boolean Value from the type xs:time, with the boolean() function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-855.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqExprCast-856 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:time to xs:untypedAtomic is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-856.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-856.txt |
| K-SeqExprCast-857 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as source type and xs:untypedAtomic as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-857.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-857.txt |
| K-SeqExprCast-858 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:time to xs:string is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-858.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-858.txt |
| K-SeqExprCast-859 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as source type and xs:string as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-859.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-859.txt |
| K-SeqExprCast-860 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:time to xs:float isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-860.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-861 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as source type and xs:float as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-861.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-861.txt |
| K-SeqExprCast-862 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:time to xs:double isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-862.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-863 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as source type and xs:double as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-863.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-863.txt |
| K-SeqExprCast-864 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:time to xs:decimal isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-864.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-865 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as source type and xs:decimal as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-865.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-865.txt |
| K-SeqExprCast-866 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:time to xs:integer isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-866.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-867 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as source type and xs:integer as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-867.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-867.txt |
| K-SeqExprCast-868 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:time to xs:duration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-868.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-869 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as source type and xs:duration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-869.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-869.txt |
| K-SeqExprCast-870 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:time to xs:yearMonthDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-870.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-871 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as source type and xs:yearMonthDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-871.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-871.txt |
| K-SeqExprCast-872 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:time to xs:dayTimeDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-872.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-873 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as source type and xs:dayTimeDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-873.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-873.txt |
| K-SeqExprCast-874 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:time to xs:dateTime isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-874.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-875 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as source type and xs:dateTime as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-875.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-875.txt |
| K-SeqExprCast-876 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:time to xs:time is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-876.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-876.txt |
| K-SeqExprCast-877 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as source type and xs:time as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-877.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-877.txt |
| K-SeqExprCast-878 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:time to xs:date isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-878.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-879 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as source type and xs:date as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-879.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-879.txt |
| K-SeqExprCast-880 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:time to xs:gYearMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-880.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-881 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as source type and xs:gYearMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-881.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-881.txt |
| K-SeqExprCast-882 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:time to xs:gYear isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-882.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-883 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as source type and xs:gYear as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-883.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-883.txt |
| K-SeqExprCast-884 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:time to xs:gMonthDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-884.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-885 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as source type and xs:gMonthDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-885.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-885.txt |
| K-SeqExprCast-886 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:time to xs:gDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-886.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-887 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as source type and xs:gDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-887.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-887.txt |
| K-SeqExprCast-888 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:time to xs:gMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-888.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-889 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as source type and xs:gMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-889.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-889.txt |
| K-SeqExprCast-890 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:time to xs:boolean isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-890.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-891 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as source type and xs:boolean as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-891.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-891.txt |
| K-SeqExprCast-892 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:time to xs:base64Binary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-892.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-893 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as source type and xs:base64Binary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-893.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-893.txt |
| K-SeqExprCast-894 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:time to xs:hexBinary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-894.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-895 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as source type and xs:hexBinary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-895.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-895.txt |
| K-SeqExprCast-896 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:time to xs:anyURI isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-896.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-897 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as source type and xs:anyURI as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-897.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-897.txt |
| K-SeqExprCast-898 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:time to xs:QName isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-898.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-899 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as source type and xs:QName as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-899.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-899.txt |
| K-SeqExprCast-900 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:time as sourceType and xs:NOTATION should fail due to it involving xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-900.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-901 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:date constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-901.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-902 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:date constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-902.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-903 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify with 'instance of' that the xs:date constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-903.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-903.txt |
| K-SeqExprCast-904 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test exercising the whitespace facet for type xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-904.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-904.txt |
| K-SeqExprCast-905 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An empty string is not a valid lexical representation of xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-905.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-906 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Cast a simple xs:untypedAtomic value to "2004-10-13" . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-906.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-906.txt |
| K-SeqExprCast-907 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| It is not possible to extract an Effective Boolean Value from the type xs:date, with the boolean() function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-907.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqExprCast-908 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:date to xs:untypedAtomic is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-908.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-908.txt |
| K-SeqExprCast-909 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as source type and xs:untypedAtomic as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-909.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-909.txt |
| K-SeqExprCast-910 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:date to xs:string is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-910.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-910.txt |
| K-SeqExprCast-911 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as source type and xs:string as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-911.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-911.txt |
| K-SeqExprCast-912 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:date to xs:float isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-912.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-913 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as source type and xs:float as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-913.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-913.txt |
| K-SeqExprCast-914 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:date to xs:double isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-914.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-915 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as source type and xs:double as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-915.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-915.txt |
| K-SeqExprCast-916 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:date to xs:decimal isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-916.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-917 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as source type and xs:decimal as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-917.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-917.txt |
| K-SeqExprCast-918 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:date to xs:integer isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-918.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-919 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as source type and xs:integer as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-919.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-919.txt |
| K-SeqExprCast-920 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:date to xs:duration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-920.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-921 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as source type and xs:duration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-921.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-921.txt |
| K-SeqExprCast-922 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:date to xs:yearMonthDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-922.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-923 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as source type and xs:yearMonthDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-923.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-923.txt |
| K-SeqExprCast-924 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:date to xs:dayTimeDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-924.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-925 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as source type and xs:dayTimeDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-925.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-925.txt |
| K-SeqExprCast-926 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:date to xs:dateTime is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-926.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-926.txt |
| K-SeqExprCast-927 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as source type and xs:dateTime as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-927.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-927.txt |
| K-SeqExprCast-928 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:date to xs:time isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-928.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-929 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as source type and xs:time as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-929.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-929.txt |
| K-SeqExprCast-930 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:date to xs:date is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-930.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-930.txt |
| K-SeqExprCast-931 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as source type and xs:date as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-931.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-931.txt |
| K-SeqExprCast-932 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:date to xs:gYearMonth is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-932.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-932.txt |
| K-SeqExprCast-933 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as source type and xs:gYearMonth as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-933.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-933.txt |
| K-SeqExprCast-934 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:date to xs:gYear is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-934.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-934.txt |
| K-SeqExprCast-935 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as source type and xs:gYear as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-935.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-935.txt |
| K-SeqExprCast-936 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:date to xs:gMonthDay is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-936.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-936.txt |
| K-SeqExprCast-937 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as source type and xs:gMonthDay as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-937.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-937.txt |
| K-SeqExprCast-938 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:date to xs:gDay is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-938.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-938.txt |
| K-SeqExprCast-939 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as source type and xs:gDay as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-939.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-939.txt |
| K-SeqExprCast-940 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:date to xs:gMonth is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-940.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-940.txt |
| K-SeqExprCast-941 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as source type and xs:gMonth as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-941.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-941.txt |
| K-SeqExprCast-942 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:date to xs:boolean isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-942.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-943 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as source type and xs:boolean as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-943.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-943.txt |
| K-SeqExprCast-944 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:date to xs:base64Binary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-944.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-945 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as source type and xs:base64Binary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-945.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-945.txt |
| K-SeqExprCast-946 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:date to xs:hexBinary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-946.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-947 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as source type and xs:hexBinary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-947.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-947.txt |
| K-SeqExprCast-948 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:date to xs:anyURI isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-948.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-949 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as source type and xs:anyURI as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-949.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-949.txt |
| K-SeqExprCast-950 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:date to xs:QName isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-950.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-951 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as source type and xs:QName as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-951.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-951.txt |
| K-SeqExprCast-952 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:date as sourceType and xs:NOTATION should fail due to it involving xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-952.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-953 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:gYearMonth constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-953.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-954 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:gYearMonth constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-954.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-955 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify with 'instance of' that the xs:gYearMonth constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-955.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-955.txt |
| K-SeqExprCast-956 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test exercising the whitespace facet for type xs:gYearMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-956.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-956.txt |
| K-SeqExprCast-957 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An empty string is not a valid lexical representation of xs:gYearMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-957.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-958 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Cast a simple xs:untypedAtomic value to "1999-11" . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-958.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-958.txt |
| K-SeqExprCast-959 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| It is not possible to extract an Effective Boolean Value from the type xs:gYearMonth, with the boolean() function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-959.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqExprCast-960 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYearMonth to xs:untypedAtomic is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-960.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-960.txt |
| K-SeqExprCast-961 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as source type and xs:untypedAtomic as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-961.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-961.txt |
| K-SeqExprCast-962 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYearMonth to xs:string is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-962.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-962.txt |
| K-SeqExprCast-963 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as source type and xs:string as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-963.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-963.txt |
| K-SeqExprCast-964 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYearMonth to xs:float isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-964.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-965 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as source type and xs:float as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-965.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-965.txt |
| K-SeqExprCast-966 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYearMonth to xs:double isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-966.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-967 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as source type and xs:double as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-967.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-967.txt |
| K-SeqExprCast-968 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYearMonth to xs:decimal isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-968.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-969 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as source type and xs:decimal as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-969.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-969.txt |
| K-SeqExprCast-970 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYearMonth to xs:integer isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-970.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-971 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as source type and xs:integer as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-971.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-971.txt |
| K-SeqExprCast-972 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYearMonth to xs:duration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-972.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-973 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as source type and xs:duration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-973.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-973.txt |
| K-SeqExprCast-974 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYearMonth to xs:yearMonthDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-974.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-975 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as source type and xs:yearMonthDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-975.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-975.txt |
| K-SeqExprCast-976 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYearMonth to xs:dayTimeDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-976.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-977 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as source type and xs:dayTimeDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-977.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-977.txt |
| K-SeqExprCast-978 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYearMonth to xs:dateTime isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-978.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-979 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as source type and xs:dateTime as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-979.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-979.txt |
| K-SeqExprCast-980 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYearMonth to xs:time isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-980.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-981 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as source type and xs:time as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-981.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-981.txt |
| K-SeqExprCast-982 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYearMonth to xs:date isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-982.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-983 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as source type and xs:date as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-983.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-983.txt |
| K-SeqExprCast-984 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYearMonth to xs:gYearMonth is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-984.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-984.txt |
| K-SeqExprCast-985 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as source type and xs:gYearMonth as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-985.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-985.txt |
| K-SeqExprCast-986 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYearMonth to xs:gYear isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-986.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-987 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as source type and xs:gYear as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-987.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-987.txt |
| K-SeqExprCast-988 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYearMonth to xs:gMonthDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-988.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-989 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as source type and xs:gMonthDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-989.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-989.txt |
| K-SeqExprCast-990 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYearMonth to xs:gDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-990.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-991 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as source type and xs:gDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-991.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-991.txt |
| K-SeqExprCast-992 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYearMonth to xs:gMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-992.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-993 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as source type and xs:gMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-993.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-993.txt |
| K-SeqExprCast-994 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYearMonth to xs:boolean isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-994.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-995 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as source type and xs:boolean as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-995.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-995.txt |
| K-SeqExprCast-996 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYearMonth to xs:base64Binary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-996.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-997 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as source type and xs:base64Binary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-997.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-997.txt |
| K-SeqExprCast-998 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYearMonth to xs:hexBinary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-998.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-999 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as source type and xs:hexBinary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-999.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-999.txt |
| K-SeqExprCast-1000 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYearMonth to xs:anyURI isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1000.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1001 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as source type and xs:anyURI as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1001.txt |
| K-SeqExprCast-1002 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYearMonth to xs:QName isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1003 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as source type and xs:QName as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1003.txt |
| K-SeqExprCast-1004 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYearMonth as sourceType and xs:NOTATION should fail due to it involving xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-1005 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:gYear constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1006 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:gYear constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1007 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify with 'instance of' that the xs:gYear constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1007.txt |
| K-SeqExprCast-1008 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test exercising the whitespace facet for type xs:gYear. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1008.txt |
| K-SeqExprCast-1009 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An empty string is not a valid lexical representation of xs:gYear. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-1010 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Cast a simple xs:untypedAtomic value to "1999" . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1010.txt |
| K-SeqExprCast-1011 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| It is not possible to extract an Effective Boolean Value from the type xs:gYear, with the boolean() function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqExprCast-1012 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYear to xs:untypedAtomic is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1012.txt |
| K-SeqExprCast-1013 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as source type and xs:untypedAtomic as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1013.txt |
| K-SeqExprCast-1014 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYear to xs:string is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1014.txt |
| K-SeqExprCast-1015 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as source type and xs:string as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1015.txt |
| K-SeqExprCast-1016 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYear to xs:float isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1017 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as source type and xs:float as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1017.txt |
| K-SeqExprCast-1018 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYear to xs:double isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1019 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as source type and xs:double as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1019.txt |
| K-SeqExprCast-1020 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYear to xs:decimal isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1021 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as source type and xs:decimal as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1021.txt |
| K-SeqExprCast-1022 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYear to xs:integer isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1023 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as source type and xs:integer as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1023.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1023.txt |
| K-SeqExprCast-1024 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYear to xs:duration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1024.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1025 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as source type and xs:duration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1025.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1025.txt |
| K-SeqExprCast-1026 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYear to xs:yearMonthDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1026.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1027 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as source type and xs:yearMonthDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1027.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1027.txt |
| K-SeqExprCast-1028 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYear to xs:dayTimeDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1028.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1029 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as source type and xs:dayTimeDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1029.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1029.txt |
| K-SeqExprCast-1030 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYear to xs:dateTime isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1030.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1031 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as source type and xs:dateTime as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1031.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1031.txt |
| K-SeqExprCast-1032 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYear to xs:time isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1032.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1033 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as source type and xs:time as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1033.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1033.txt |
| K-SeqExprCast-1034 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYear to xs:date isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1034.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1035 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as source type and xs:date as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1035.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1035.txt |
| K-SeqExprCast-1036 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYear to xs:gYearMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1036.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1037 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as source type and xs:gYearMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1037.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1037.txt |
| K-SeqExprCast-1038 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYear to xs:gYear is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1038.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1038.txt |
| K-SeqExprCast-1039 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as source type and xs:gYear as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1039.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1039.txt |
| K-SeqExprCast-1040 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYear to xs:gMonthDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1040.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1041 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as source type and xs:gMonthDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1041.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1041.txt |
| K-SeqExprCast-1042 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYear to xs:gDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1042.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1043 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as source type and xs:gDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1043.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1043.txt |
| K-SeqExprCast-1044 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYear to xs:gMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1044.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1045 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as source type and xs:gMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1045.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1045.txt |
| K-SeqExprCast-1046 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYear to xs:boolean isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1046.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1047 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as source type and xs:boolean as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1047.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1047.txt |
| K-SeqExprCast-1048 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYear to xs:base64Binary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1048.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1049 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as source type and xs:base64Binary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1049.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1049.txt |
| K-SeqExprCast-1050 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYear to xs:hexBinary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1050.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1051 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as source type and xs:hexBinary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1051.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1051.txt |
| K-SeqExprCast-1052 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYear to xs:anyURI isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1052.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1053 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as source type and xs:anyURI as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1053.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1053.txt |
| K-SeqExprCast-1054 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gYear to xs:QName isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1054.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1055 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as source type and xs:QName as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1055.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1055.txt |
| K-SeqExprCast-1056 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gYear as sourceType and xs:NOTATION should fail due to it involving xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1056.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-1057 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:gMonthDay constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1057.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1058 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:gMonthDay constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1058.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1059 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify with 'instance of' that the xs:gMonthDay constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1059.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1059.txt |
| K-SeqExprCast-1060 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test exercising the whitespace facet for type xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1060.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1060.txt |
| K-SeqExprCast-1061 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An empty string is not a valid lexical representation of xs:gMonthDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1061.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-1062 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Cast a simple xs:untypedAtomic value to "--11-13" . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1062.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1062.txt |
| K-SeqExprCast-1063 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| It is not possible to extract an Effective Boolean Value from the type xs:gMonthDay, with the boolean() function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1063.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqExprCast-1064 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonthDay to xs:untypedAtomic is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1064.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1064.txt |
| K-SeqExprCast-1065 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as source type and xs:untypedAtomic as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1065.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1065.txt |
| K-SeqExprCast-1066 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonthDay to xs:string is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1066.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1066.txt |
| K-SeqExprCast-1067 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as source type and xs:string as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1067.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1067.txt |
| K-SeqExprCast-1068 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonthDay to xs:float isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1068.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1069 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as source type and xs:float as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1069.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1069.txt |
| K-SeqExprCast-1070 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonthDay to xs:double isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1070.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1071 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as source type and xs:double as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1071.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1071.txt |
| K-SeqExprCast-1072 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonthDay to xs:decimal isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1072.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1073 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as source type and xs:decimal as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1073.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1073.txt |
| K-SeqExprCast-1074 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonthDay to xs:integer isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1074.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1075 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as source type and xs:integer as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1075.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1075.txt |
| K-SeqExprCast-1076 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonthDay to xs:duration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1076.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1077 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as source type and xs:duration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1077.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1077.txt |
| K-SeqExprCast-1078 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonthDay to xs:yearMonthDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1078.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1079 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as source type and xs:yearMonthDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1079.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1079.txt |
| K-SeqExprCast-1080 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonthDay to xs:dayTimeDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1080.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1081 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as source type and xs:dayTimeDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1081.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1081.txt |
| K-SeqExprCast-1082 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonthDay to xs:dateTime isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1082.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1083 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as source type and xs:dateTime as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1083.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1083.txt |
| K-SeqExprCast-1084 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonthDay to xs:time isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1084.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1085 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as source type and xs:time as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1085.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1085.txt |
| K-SeqExprCast-1086 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonthDay to xs:date isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1086.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1087 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as source type and xs:date as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1087.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1087.txt |
| K-SeqExprCast-1088 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonthDay to xs:gYearMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1088.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1089 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as source type and xs:gYearMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1089.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1089.txt |
| K-SeqExprCast-1090 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonthDay to xs:gYear isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1090.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1091 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as source type and xs:gYear as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1091.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1091.txt |
| K-SeqExprCast-1092 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonthDay to xs:gMonthDay is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1092.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1092.txt |
| K-SeqExprCast-1093 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as source type and xs:gMonthDay as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1093.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1093.txt |
| K-SeqExprCast-1094 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonthDay to xs:gDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1094.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1095 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as source type and xs:gDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1095.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1095.txt |
| K-SeqExprCast-1096 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonthDay to xs:gMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1096.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1097 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as source type and xs:gMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1097.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1097.txt |
| K-SeqExprCast-1098 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonthDay to xs:boolean isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1098.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1099 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as source type and xs:boolean as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1099.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1099.txt |
| K-SeqExprCast-1100 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonthDay to xs:base64Binary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1100.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1101 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as source type and xs:base64Binary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1101.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1101.txt |
| K-SeqExprCast-1102 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonthDay to xs:hexBinary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1102.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1103 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as source type and xs:hexBinary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1103.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1103.txt |
| K-SeqExprCast-1104 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonthDay to xs:anyURI isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1104.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1105 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as source type and xs:anyURI as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1105.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1105.txt |
| K-SeqExprCast-1106 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonthDay to xs:QName isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1106.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1107 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as source type and xs:QName as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1107.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1107.txt |
| K-SeqExprCast-1108 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonthDay as sourceType and xs:NOTATION should fail due to it involving xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1108.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-1109 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:gDay constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1109.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1110 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:gDay constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1110.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1111 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify with 'instance of' that the xs:gDay constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1111.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1111.txt |
| K-SeqExprCast-1112 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test exercising the whitespace facet for type xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1112.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1112.txt |
| K-SeqExprCast-1113 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An empty string is not a valid lexical representation of xs:gDay. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1113.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-1114 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Cast a simple xs:untypedAtomic value to "---03" . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1114.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1114.txt |
| K-SeqExprCast-1115 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| It is not possible to extract an Effective Boolean Value from the type xs:gDay, with the boolean() function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1115.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqExprCast-1116 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gDay to xs:untypedAtomic is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1116.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1116.txt |
| K-SeqExprCast-1117 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as source type and xs:untypedAtomic as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1117.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1117.txt |
| K-SeqExprCast-1118 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gDay to xs:string is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1118.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1118.txt |
| K-SeqExprCast-1119 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as source type and xs:string as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1119.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1119.txt |
| K-SeqExprCast-1120 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gDay to xs:float isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1120.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1121 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as source type and xs:float as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1121.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1121.txt |
| K-SeqExprCast-1122 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gDay to xs:double isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1122.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1123 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as source type and xs:double as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1123.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1123.txt |
| K-SeqExprCast-1124 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gDay to xs:decimal isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1124.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1125 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as source type and xs:decimal as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1125.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1125.txt |
| K-SeqExprCast-1126 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gDay to xs:integer isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1126.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1127 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as source type and xs:integer as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1127.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1127.txt |
| K-SeqExprCast-1128 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gDay to xs:duration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1128.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1129 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as source type and xs:duration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1129.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1129.txt |
| K-SeqExprCast-1130 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gDay to xs:yearMonthDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1130.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1131 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as source type and xs:yearMonthDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1131.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1131.txt |
| K-SeqExprCast-1132 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gDay to xs:dayTimeDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1132.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1133 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as source type and xs:dayTimeDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1133.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1133.txt |
| K-SeqExprCast-1134 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gDay to xs:dateTime isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1134.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1135 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as source type and xs:dateTime as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1135.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1135.txt |
| K-SeqExprCast-1136 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gDay to xs:time isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1136.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1137 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as source type and xs:time as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1137.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1137.txt |
| K-SeqExprCast-1138 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gDay to xs:date isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1138.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1139 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as source type and xs:date as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1139.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1139.txt |
| K-SeqExprCast-1140 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gDay to xs:gYearMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1140.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1141 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as source type and xs:gYearMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1141.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1141.txt |
| K-SeqExprCast-1142 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gDay to xs:gYear isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1142.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1143 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as source type and xs:gYear as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1143.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1143.txt |
| K-SeqExprCast-1144 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gDay to xs:gMonthDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1144.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1145 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as source type and xs:gMonthDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1145.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1145.txt |
| K-SeqExprCast-1146 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gDay to xs:gDay is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1146.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1146.txt |
| K-SeqExprCast-1147 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as source type and xs:gDay as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1147.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1147.txt |
| K-SeqExprCast-1148 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gDay to xs:gMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1148.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1149 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as source type and xs:gMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1149.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1149.txt |
| K-SeqExprCast-1150 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gDay to xs:boolean isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1150.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1151 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as source type and xs:boolean as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1151.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1151.txt |
| K-SeqExprCast-1152 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gDay to xs:base64Binary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1152.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1153 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as source type and xs:base64Binary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1153.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1153.txt |
| K-SeqExprCast-1154 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gDay to xs:hexBinary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1154.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1155 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as source type and xs:hexBinary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1155.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1155.txt |
| K-SeqExprCast-1156 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gDay to xs:anyURI isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1156.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1157 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as source type and xs:anyURI as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1157.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1157.txt |
| K-SeqExprCast-1158 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gDay to xs:QName isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1158.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1159 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as source type and xs:QName as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1159.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1159.txt |
| K-SeqExprCast-1160 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gDay as sourceType and xs:NOTATION should fail due to it involving xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1160.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-1161 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:gMonth constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1161.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1162 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:gMonth constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1162.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1163 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify with 'instance of' that the xs:gMonth constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1163.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1163.txt |
| K-SeqExprCast-1164 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test exercising the whitespace facet for type xs:gMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1164.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1164.txt |
| K-SeqExprCast-1165 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An empty string is not a valid lexical representation of xs:gMonth. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1165.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-1166 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Cast a simple xs:untypedAtomic value to "--11" . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1166.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1166.txt |
| K-SeqExprCast-1167 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| It is not possible to extract an Effective Boolean Value from the type xs:gMonth, with the boolean() function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1167.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqExprCast-1168 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonth to xs:untypedAtomic is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1168.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1168.txt |
| K-SeqExprCast-1169 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as source type and xs:untypedAtomic as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1169.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1169.txt |
| K-SeqExprCast-1170 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonth to xs:string is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1170.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1170.txt |
| K-SeqExprCast-1171 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as source type and xs:string as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1171.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1171.txt |
| K-SeqExprCast-1172 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonth to xs:float isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1172.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1173 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as source type and xs:float as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1173.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1173.txt |
| K-SeqExprCast-1174 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonth to xs:double isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1174.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1175 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as source type and xs:double as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1175.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1175.txt |
| K-SeqExprCast-1176 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonth to xs:decimal isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1176.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1177 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as source type and xs:decimal as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1177.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1177.txt |
| K-SeqExprCast-1178 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonth to xs:integer isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1178.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1179 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as source type and xs:integer as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1179.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1179.txt |
| K-SeqExprCast-1180 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonth to xs:duration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1180.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1181 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as source type and xs:duration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1181.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1181.txt |
| K-SeqExprCast-1182 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonth to xs:yearMonthDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1182.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1183 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as source type and xs:yearMonthDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1183.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1183.txt |
| K-SeqExprCast-1184 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonth to xs:dayTimeDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1184.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1185 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as source type and xs:dayTimeDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1185.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1185.txt |
| K-SeqExprCast-1186 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonth to xs:dateTime isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1186.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1187 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as source type and xs:dateTime as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1187.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1187.txt |
| K-SeqExprCast-1188 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonth to xs:time isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1188.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1189 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as source type and xs:time as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1189.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1189.txt |
| K-SeqExprCast-1190 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonth to xs:date isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1190.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1191 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as source type and xs:date as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1191.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1191.txt |
| K-SeqExprCast-1192 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonth to xs:gYearMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1192.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1193 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as source type and xs:gYearMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1193.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1193.txt |
| K-SeqExprCast-1194 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonth to xs:gYear isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1194.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1195 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as source type and xs:gYear as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1195.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1195.txt |
| K-SeqExprCast-1196 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonth to xs:gMonthDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1196.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1197 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as source type and xs:gMonthDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1197.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1197.txt |
| K-SeqExprCast-1198 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonth to xs:gDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1198.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1199 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as source type and xs:gDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1199.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1199.txt |
| K-SeqExprCast-1200 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonth to xs:gMonth is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1200.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1200.txt |
| K-SeqExprCast-1201 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as source type and xs:gMonth as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1201.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1201.txt |
| K-SeqExprCast-1202 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonth to xs:boolean isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1202.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1203 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as source type and xs:boolean as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1203.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1203.txt |
| K-SeqExprCast-1204 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonth to xs:base64Binary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1204.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1205 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as source type and xs:base64Binary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1205.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1205.txt |
| K-SeqExprCast-1206 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonth to xs:hexBinary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1206.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1207 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as source type and xs:hexBinary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1207.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1207.txt |
| K-SeqExprCast-1208 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonth to xs:anyURI isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1208.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1209 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as source type and xs:anyURI as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1209.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1209.txt |
| K-SeqExprCast-1210 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:gMonth to xs:QName isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1210.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1211 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as source type and xs:QName as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1211.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1211.txt |
| K-SeqExprCast-1212 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:gMonth as sourceType and xs:NOTATION should fail due to it involving xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1212.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-1213 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:boolean constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1213.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1214 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:boolean constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1214.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1215 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify with 'instance of' that the xs:boolean constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1215.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1215.txt |
| K-SeqExprCast-1216 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test exercising the whitespace facet for type xs:boolean. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1216.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1216.txt |
| K-SeqExprCast-1217 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An empty string is not a valid lexical representation of xs:boolean. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1217.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-1218 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Cast a simple xs:untypedAtomic value to "true" . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1218.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1218.txt |
| K-SeqExprCast-1219 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Applying fn:boolean() to a value of type xs:boolean that has the lexical value ' "true" ' should result in the boolean value true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1219.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1219.txt |
| K-SeqExprCast-1220 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:boolean to xs:untypedAtomic is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1220.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1220.txt |
| K-SeqExprCast-1221 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as source type and xs:untypedAtomic as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1221.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1221.txt |
| K-SeqExprCast-1222 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:boolean to xs:string is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1222.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1222.txt |
| K-SeqExprCast-1223 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as source type and xs:string as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1223.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1223.txt |
| K-SeqExprCast-1224 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:boolean to xs:float is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1224.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1224.txt |
| K-SeqExprCast-1225 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as source type and xs:float as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1225.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1225.txt |
| K-SeqExprCast-1226 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:boolean to xs:double is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1226.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1226.txt |
| K-SeqExprCast-1227 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as source type and xs:double as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1227.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1227.txt |
| K-SeqExprCast-1228 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:boolean to xs:decimal is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1228.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1228.txt |
| K-SeqExprCast-1229 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as source type and xs:decimal as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1229.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1229.txt |
| K-SeqExprCast-1230 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:boolean to xs:integer is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1230.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1230.txt |
| K-SeqExprCast-1231 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as source type and xs:integer as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1231.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1231.txt |
| K-SeqExprCast-1232 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:boolean to xs:duration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1232.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1233 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as source type and xs:duration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1233.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1233.txt |
| K-SeqExprCast-1234 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:boolean to xs:yearMonthDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1234.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1235 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as source type and xs:yearMonthDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1235.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1235.txt |
| K-SeqExprCast-1236 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:boolean to xs:dayTimeDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1236.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1237 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as source type and xs:dayTimeDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1237.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1237.txt |
| K-SeqExprCast-1238 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:boolean to xs:dateTime isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1238.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1239 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as source type and xs:dateTime as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1239.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1239.txt |
| K-SeqExprCast-1240 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:boolean to xs:time isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1240.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1241 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as source type and xs:time as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1241.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1241.txt |
| K-SeqExprCast-1242 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:boolean to xs:date isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1242.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1243 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as source type and xs:date as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1243.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1243.txt |
| K-SeqExprCast-1244 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:boolean to xs:gYearMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1244.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1245 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as source type and xs:gYearMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1245.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1245.txt |
| K-SeqExprCast-1246 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:boolean to xs:gYear isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1246.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1247 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as source type and xs:gYear as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1247.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1247.txt |
| K-SeqExprCast-1248 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:boolean to xs:gMonthDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1248.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1249 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as source type and xs:gMonthDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1249.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1249.txt |
| K-SeqExprCast-1250 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:boolean to xs:gDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1250.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1251 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as source type and xs:gDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1251.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1251.txt |
| K-SeqExprCast-1252 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:boolean to xs:gMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1252.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1253 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as source type and xs:gMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1253.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1253.txt |
| K-SeqExprCast-1254 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:boolean to xs:boolean is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1254.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1254.txt |
| K-SeqExprCast-1255 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as source type and xs:boolean as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1255.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1255.txt |
| K-SeqExprCast-1256 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:boolean to xs:base64Binary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1256.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1257 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as source type and xs:base64Binary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1257.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1257.txt |
| K-SeqExprCast-1258 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:boolean to xs:hexBinary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1258.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1259 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as source type and xs:hexBinary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1259.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1259.txt |
| K-SeqExprCast-1260 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:boolean to xs:anyURI isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1260.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1261 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as source type and xs:anyURI as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1261.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1261.txt |
| K-SeqExprCast-1262 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:boolean to xs:QName isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1262.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1263 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as source type and xs:QName as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1263.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1263.txt |
| K-SeqExprCast-1264 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:boolean as sourceType and xs:NOTATION should fail due to it involving xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1264.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-1265 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:base64Binary constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1265.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1266 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:base64Binary constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1266.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1267 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify with 'instance of' that the xs:base64Binary constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1267.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1267.txt |
| K-SeqExprCast-1268 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test exercising the whitespace facet for type xs:base64Binary. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1268.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1268.txt |
| K-SeqExprCast-1269 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An empty string is a valid lexical representation of xs:base64Binary. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1269.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1269.txt |
| K-SeqExprCast-1270 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Cast a simple xs:untypedAtomic value to "aaaa" . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1270.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1270.txt |
| K-SeqExprCast-1271 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| It is not possible to extract an Effective Boolean Value from the type xs:base64Binary, with the boolean() function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1271.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqExprCast-1272 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:base64Binary to xs:untypedAtomic is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1272.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1272.txt |
| K-SeqExprCast-1273 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as source type and xs:untypedAtomic as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1273.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1273.txt |
| K-SeqExprCast-1274 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:base64Binary to xs:string is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1274.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1274.txt |
| K-SeqExprCast-1275 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as source type and xs:string as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1275.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1275.txt |
| K-SeqExprCast-1276 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:base64Binary to xs:float isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1276.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1277 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as source type and xs:float as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1277.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1277.txt |
| K-SeqExprCast-1278 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:base64Binary to xs:double isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1278.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1279 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as source type and xs:double as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1279.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1279.txt |
| K-SeqExprCast-1280 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:base64Binary to xs:decimal isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1280.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1281 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as source type and xs:decimal as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1281.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1281.txt |
| K-SeqExprCast-1282 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:base64Binary to xs:integer isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1282.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1283 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as source type and xs:integer as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1283.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1283.txt |
| K-SeqExprCast-1284 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:base64Binary to xs:duration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1284.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1285 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as source type and xs:duration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1285.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1285.txt |
| K-SeqExprCast-1286 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:base64Binary to xs:yearMonthDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1286.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1287 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as source type and xs:yearMonthDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1287.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1287.txt |
| K-SeqExprCast-1288 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:base64Binary to xs:dayTimeDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1288.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1289 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as source type and xs:dayTimeDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1289.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1289.txt |
| K-SeqExprCast-1290 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:base64Binary to xs:dateTime isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1290.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1291 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as source type and xs:dateTime as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1291.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1291.txt |
| K-SeqExprCast-1292 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:base64Binary to xs:time isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1292.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1293 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as source type and xs:time as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1293.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1293.txt |
| K-SeqExprCast-1294 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:base64Binary to xs:date isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1294.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1295 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as source type and xs:date as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1295.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1295.txt |
| K-SeqExprCast-1296 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:base64Binary to xs:gYearMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1296.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1297 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as source type and xs:gYearMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1297.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1297.txt |
| K-SeqExprCast-1298 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:base64Binary to xs:gYear isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1298.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1299 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as source type and xs:gYear as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1299.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1299.txt |
| K-SeqExprCast-1300 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:base64Binary to xs:gMonthDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1300.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1301 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as source type and xs:gMonthDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1301.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1301.txt |
| K-SeqExprCast-1302 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:base64Binary to xs:gDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1302.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1303 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as source type and xs:gDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1303.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1303.txt |
| K-SeqExprCast-1304 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:base64Binary to xs:gMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1304.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1305 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as source type and xs:gMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1305.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1305.txt |
| K-SeqExprCast-1306 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:base64Binary to xs:boolean isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1306.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1307 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as source type and xs:boolean as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1307.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1307.txt |
| K-SeqExprCast-1308 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:base64Binary to xs:base64Binary is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1308.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1308.txt |
| K-SeqExprCast-1309 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as source type and xs:base64Binary as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1309.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1309.txt |
| K-SeqExprCast-1310 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:base64Binary to xs:hexBinary is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1310.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1310.txt |
| K-SeqExprCast-1311 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as source type and xs:hexBinary as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1311.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1311.txt |
| K-SeqExprCast-1312 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:base64Binary to xs:anyURI isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1312.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1313 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as source type and xs:anyURI as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1313.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1313.txt |
| K-SeqExprCast-1314 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:base64Binary to xs:QName isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1314.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1315 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as source type and xs:QName as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1315.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1315.txt |
| K-SeqExprCast-1316 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:base64Binary as sourceType and xs:NOTATION should fail due to it involving xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1316.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-1317 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:hexBinary constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1317.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1318 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:hexBinary constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1318.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1319 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify with 'instance of' that the xs:hexBinary constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1319.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1319.txt |
| K-SeqExprCast-1320 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test exercising the whitespace facet for type xs:hexBinary. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1320.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1320.txt |
| K-SeqExprCast-1321 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An empty string is a valid lexical representation of xs:hexBinary. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1321.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1321.txt |
| K-SeqExprCast-1322 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Cast a simple xs:untypedAtomic value to "0FB7" . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1322.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1322.txt |
| K-SeqExprCast-1323 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| It is not possible to extract an Effective Boolean Value from the type xs:hexBinary, with the boolean() function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1323.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqExprCast-1324 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:hexBinary to xs:untypedAtomic is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1324.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1324.txt |
| K-SeqExprCast-1325 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as source type and xs:untypedAtomic as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1325.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1325.txt |
| K-SeqExprCast-1326 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:hexBinary to xs:string is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1326.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1326.txt |
| K-SeqExprCast-1327 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as source type and xs:string as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1327.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1327.txt |
| K-SeqExprCast-1328 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:hexBinary to xs:float isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1328.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1329 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as source type and xs:float as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1329.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1329.txt |
| K-SeqExprCast-1330 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:hexBinary to xs:double isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1330.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1331 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as source type and xs:double as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1331.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1331.txt |
| K-SeqExprCast-1332 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:hexBinary to xs:decimal isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1332.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1333 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as source type and xs:decimal as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1333.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1333.txt |
| K-SeqExprCast-1334 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:hexBinary to xs:integer isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1334.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1335 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as source type and xs:integer as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1335.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1335.txt |
| K-SeqExprCast-1336 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:hexBinary to xs:duration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1336.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1337 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as source type and xs:duration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1337.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1337.txt |
| K-SeqExprCast-1338 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:hexBinary to xs:yearMonthDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1338.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1339 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as source type and xs:yearMonthDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1339.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1339.txt |
| K-SeqExprCast-1340 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:hexBinary to xs:dayTimeDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1340.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1341 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as source type and xs:dayTimeDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1341.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1341.txt |
| K-SeqExprCast-1342 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:hexBinary to xs:dateTime isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1342.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1343 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as source type and xs:dateTime as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1343.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1343.txt |
| K-SeqExprCast-1344 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:hexBinary to xs:time isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1344.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1345 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as source type and xs:time as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1345.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1345.txt |
| K-SeqExprCast-1346 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:hexBinary to xs:date isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1346.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1347 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as source type and xs:date as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1347.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1347.txt |
| K-SeqExprCast-1348 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:hexBinary to xs:gYearMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1348.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1349 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as source type and xs:gYearMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1349.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1349.txt |
| K-SeqExprCast-1350 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:hexBinary to xs:gYear isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1350.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1351 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as source type and xs:gYear as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1351.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1351.txt |
| K-SeqExprCast-1352 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:hexBinary to xs:gMonthDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1352.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1353 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as source type and xs:gMonthDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1353.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1353.txt |
| K-SeqExprCast-1354 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:hexBinary to xs:gDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1354.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1355 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as source type and xs:gDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1355.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1355.txt |
| K-SeqExprCast-1356 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:hexBinary to xs:gMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1356.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1357 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as source type and xs:gMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1357.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1357.txt |
| K-SeqExprCast-1358 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:hexBinary to xs:boolean isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1358.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1359 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as source type and xs:boolean as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1359.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1359.txt |
| K-SeqExprCast-1360 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:hexBinary to xs:base64Binary is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1360.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1360.txt |
| K-SeqExprCast-1361 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as source type and xs:base64Binary as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1361.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1361.txt |
| K-SeqExprCast-1362 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:hexBinary to xs:hexBinary is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1362.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1362.txt |
| K-SeqExprCast-1363 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as source type and xs:hexBinary as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1363.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1363.txt |
| K-SeqExprCast-1364 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:hexBinary to xs:anyURI isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1364.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1365 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as source type and xs:anyURI as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1365.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1365.txt |
| K-SeqExprCast-1366 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:hexBinary to xs:QName isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1366.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1367 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as source type and xs:QName as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1367.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1367.txt |
| K-SeqExprCast-1368 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:hexBinary as sourceType and xs:NOTATION should fail due to it involving xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1368.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-1369 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:anyURI constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1369.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1370 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:anyURI constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1370.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1371 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify with 'instance of' that the xs:anyURI constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1371.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1371.txt |
| K-SeqExprCast-1372 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test exercising the whitespace facet for type xs:anyURI. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1372.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1372.txt |
| K-SeqExprCast-1373 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An empty string is a valid lexical representation of xs:anyURI. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1373.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1373.txt |
| K-SeqExprCast-1374 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Cast a simple xs:untypedAtomic value to "http://www.example.com/an/arbitrary/URI.ext" . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1374.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1374.txt |
| K-SeqExprCast-1375 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Applying fn:boolean() to a value of type xs:anyURI that has the lexical value ' "http://www.example.com/an/arbitrary/URI.ext" ' should result in the boolean value true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1375.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1375.txt |
| K-SeqExprCast-1376 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:anyURI to xs:untypedAtomic is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1376.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1376.txt |
| K-SeqExprCast-1377 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as source type and xs:untypedAtomic as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1377.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1377.txt |
| K-SeqExprCast-1378 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:anyURI to xs:string is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1378.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1378.txt |
| K-SeqExprCast-1379 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as source type and xs:string as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1379.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1379.txt |
| K-SeqExprCast-1380 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:anyURI to xs:float isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1380.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1381 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as source type and xs:float as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1381.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1381.txt |
| K-SeqExprCast-1382 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:anyURI to xs:double isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1382.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1383 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as source type and xs:double as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1383.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1383.txt |
| K-SeqExprCast-1384 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:anyURI to xs:decimal isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1384.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1385 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as source type and xs:decimal as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1385.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1385.txt |
| K-SeqExprCast-1386 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:anyURI to xs:integer isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1386.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1387 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as source type and xs:integer as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1387.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1387.txt |
| K-SeqExprCast-1388 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:anyURI to xs:duration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1388.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1389 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as source type and xs:duration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1389.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1389.txt |
| K-SeqExprCast-1390 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:anyURI to xs:yearMonthDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1390.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1391 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as source type and xs:yearMonthDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1391.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1391.txt |
| K-SeqExprCast-1392 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:anyURI to xs:dayTimeDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1392.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1393 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as source type and xs:dayTimeDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1393.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1393.txt |
| K-SeqExprCast-1394 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:anyURI to xs:dateTime isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1394.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1395 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as source type and xs:dateTime as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1395.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1395.txt |
| K-SeqExprCast-1396 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:anyURI to xs:time isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1396.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1397 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as source type and xs:time as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1397.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1397.txt |
| K-SeqExprCast-1398 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:anyURI to xs:date isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1398.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1399 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as source type and xs:date as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1399.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1399.txt |
| K-SeqExprCast-1400 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:anyURI to xs:gYearMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1400.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1401 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as source type and xs:gYearMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1401.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1401.txt |
| K-SeqExprCast-1402 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:anyURI to xs:gYear isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1402.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1403 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as source type and xs:gYear as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1403.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1403.txt |
| K-SeqExprCast-1404 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:anyURI to xs:gMonthDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1404.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1405 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as source type and xs:gMonthDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1405.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1405.txt |
| K-SeqExprCast-1406 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:anyURI to xs:gDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1406.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1407 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as source type and xs:gDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1407.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1407.txt |
| K-SeqExprCast-1408 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:anyURI to xs:gMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1408.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1409 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as source type and xs:gMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1409.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1409.txt |
| K-SeqExprCast-1410 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:anyURI to xs:boolean isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1410.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1411 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as source type and xs:boolean as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1411.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1411.txt |
| K-SeqExprCast-1412 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:anyURI to xs:base64Binary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1412.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1413 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as source type and xs:base64Binary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1413.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1413.txt |
| K-SeqExprCast-1414 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:anyURI to xs:hexBinary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1414.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1415 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as source type and xs:hexBinary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1415.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1415.txt |
| K-SeqExprCast-1416 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:anyURI to xs:anyURI is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1416.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1416.txt |
| K-SeqExprCast-1417 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as source type and xs:anyURI as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1417.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1417.txt |
| K-SeqExprCast-1418 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:anyURI to xs:QName isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1418.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1419 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as source type and xs:QName as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1419.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1419.txt |
| K-SeqExprCast-1420 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:anyURI as sourceType and xs:NOTATION should fail due to it involving xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1420.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-1421 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:QName constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1421.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1422 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:QName constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1422.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1423 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Verify with 'instance of' that the xs:QName constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1423.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1423.txt |
| K-SeqExprCast-1424 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple test exercising the whitespace facet for type xs:QName. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1424.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1424.txt |
| K-SeqExprCast-1425 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An empty string is not a valid lexical representation of xs:QName. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1425.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqExprCast-1426 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| It is not possible to extract an Effective Boolean Value from the type xs:QName, with the boolean() function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1426.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqExprCast-1427 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:QName to xs:untypedAtomic is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1427.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1427.txt |
| K-SeqExprCast-1428 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as source type and xs:untypedAtomic as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1428.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1428.txt |
| K-SeqExprCast-1429 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting from xs:QName to xs:string is allowed and should always succeed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1429.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1429.txt |
| K-SeqExprCast-1430 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as source type and xs:string as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1430.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1430.txt |
| K-SeqExprCast-1431 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:QName to xs:float isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1431.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1432 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as source type and xs:float as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1432.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1432.txt |
| K-SeqExprCast-1433 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:QName to xs:double isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1433.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1434 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as source type and xs:double as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1434.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1434.txt |
| K-SeqExprCast-1435 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:QName to xs:decimal isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1435.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1436 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as source type and xs:decimal as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1436.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1436.txt |
| K-SeqExprCast-1437 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:QName to xs:integer isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1437.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1438 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as source type and xs:integer as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1438.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1438.txt |
| K-SeqExprCast-1439 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:QName to xs:duration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1439.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1440 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as source type and xs:duration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1440.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1440.txt |
| K-SeqExprCast-1441 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:QName to xs:yearMonthDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1441.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1442 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as source type and xs:yearMonthDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1442.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1442.txt |
| K-SeqExprCast-1443 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:QName to xs:dayTimeDuration isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1443.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1444 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as source type and xs:dayTimeDuration as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1444.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1444.txt |
| K-SeqExprCast-1445 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:QName to xs:dateTime isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1445.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1446 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as source type and xs:dateTime as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1446.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1446.txt |
| K-SeqExprCast-1447 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:QName to xs:time isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1447.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1448 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as source type and xs:time as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1448.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1448.txt |
| K-SeqExprCast-1449 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:QName to xs:date isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1449.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1450 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as source type and xs:date as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1450.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1450.txt |
| K-SeqExprCast-1451 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:QName to xs:gYearMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1451.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1452 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as source type and xs:gYearMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1452.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1452.txt |
| K-SeqExprCast-1453 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:QName to xs:gYear isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1453.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1454 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as source type and xs:gYear as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1454.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1454.txt |
| K-SeqExprCast-1455 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:QName to xs:gMonthDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1455.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1456 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as source type and xs:gMonthDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1456.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1456.txt |
| K-SeqExprCast-1457 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:QName to xs:gDay isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1457.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1458 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as source type and xs:gDay as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1458.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1458.txt |
| K-SeqExprCast-1459 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:QName to xs:gMonth isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1459.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1460 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as source type and xs:gMonth as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1460.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1460.txt |
| K-SeqExprCast-1461 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:QName to xs:boolean isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1461.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1462 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as source type and xs:boolean as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1462.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1462.txt |
| K-SeqExprCast-1463 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:QName to xs:base64Binary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1463.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1464 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as source type and xs:base64Binary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1464.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1464.txt |
| K-SeqExprCast-1465 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:QName to xs:hexBinary isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1465.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1466 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as source type and xs:hexBinary as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1466.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1466.txt |
| K-SeqExprCast-1467 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Casting from xs:QName to xs:anyURI isn't allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1467.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqExprCast-1468 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as source type and xs:anyURI as target type should always evaluate to false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1468.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1468.txt |
| K-SeqExprCast-1469 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as source type and xs:QName as target type should always evaluate to true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1469.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1469.txt |
| K-SeqExprCast-1470 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| 'castable as' involving xs:QName as sourceType and xs:NOTATION should fail due to it involving xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1470.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCast-1471 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:NOTATION constructor function must be passed exactly one argument, not zero. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1471.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1472 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The xs:NOTATION constructor function must be passed exactly one argument, not two. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1472.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1473 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1473.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1474 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1474.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1475 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1475.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1476 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1476.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1477 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1477.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1478 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1478.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1479 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1479.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1480 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1480.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1481 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1481.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1482 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1482.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1483 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1483.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1484 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1484.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1485 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1485.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1486 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1486.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1487 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1487.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1488 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1488.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1489 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1489.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1490 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1490.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1491 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1491.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1492 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1492.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1493 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1493.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1494 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1494.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExprCast-1495 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No constructor function exists for xs:NOTATION. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1495.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| Error: err:XPST0080 | ||
| K2-SeqExprCast-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Cast to xs:QName where the prefix is declared in the prolog. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K2-SeqExprCast-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K2-SeqExprCast-1.txt |
| K2-SeqExprCast-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting the empty sequence to xs:QName? is ok. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K2-SeqExprCast-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCast/K2-SeqExprCast-2.txt |
| CastableAs001 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(INF) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs001.txt |
| CastableAs002 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(0.0E0) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs002.txt |
| CastableAs003 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(true) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs003.txt |
| CastableAs004 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(INF) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs004.txt |
| CastableAs005 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(0.0E0) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs005.txt |
| CastableAs006 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(true) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs006.txt |
| CastableAs007 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(-0.0E0) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs007.txt |
| CastableAs008 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(NaN) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs008.txt |
| CastableAs009 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(1e-5) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs009.txt |
| CastableAs010 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(-10000000) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs010.txt |
| CastableAs011 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(true) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs011.txt |
| CastableAs012 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(-0.0E0) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs012.txt |
| CastableAs013 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(NaN) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs013.txt |
| CastableAs014 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(1e-5) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs014.txt |
| CastableAs015 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(-10000000) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs015.txt |
| CastableAs016 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(true) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs016.txt |
| CastableAs017 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(-0.0E0) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs017.txt |
| CastableAs018 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(NaN) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs018.txt |
| CastableAs019 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(1e-5) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs019.txt |
| CastableAs020 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(5.5432) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs020.txt |
| CastableAs021 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(true) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs021.txt |
| CastableAs022 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(-0.0E0) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs022.txt |
| CastableAs023 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(NaN) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs023.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs023.txt |
| CastableAs024 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(1e-5) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs024.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs024.txt |
| CastableAs025 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(-1.1234) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs025.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs025.txt |
| CastableAs026 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(true) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs026.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs026.txt |
| CastableAs027 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(P1Y2M3DT10H30M23S) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs027.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs027.txt |
| CastableAs028 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(-P1Y1M1DT1H1M1.123S) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs028.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs028.txt |
| CastableAs029 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(true) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs029.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs029.txt |
| CastableAs030 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(-P1Y1M1DT1H1M1.123S) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs030.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs030.txt |
| CastableAs031 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(P24M) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs031.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs031.txt |
| CastableAs032 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(-P21M) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs032.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs032.txt |
| CastableAs033 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(true) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs033.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs033.txt |
| CastableAs034 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(-P1Y1M1DT1H1M1.123S) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs034.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs034.txt |
| CastableAs035 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(P3DT10H30M) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs035.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs035.txt |
| CastableAs036 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(-PT100M) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs036.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs036.txt |
| CastableAs037 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(true) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs037.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs037.txt |
| CastableAs038 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(1999-05-31T13:20:00) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs038.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs038.txt |
| CastableAs039 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(-1999-05-31T13:20:00+14:00) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs039.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs039.txt |
| CastableAs040 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(2000-01-16T00:00:00Z) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs040.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs040.txt |
| CastableAs041 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(true) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs041.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs041.txt |
| CastableAs042 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(13:20:00-05:00) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs042.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs042.txt |
| CastableAs043 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(13:20:02.123) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs043.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs043.txt |
| CastableAs044 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(13:20:00Z) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs044.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs044.txt |
| CastableAs045 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(true) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs045.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs045.txt |
| CastableAs046 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(1999-05-31) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs046.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs046.txt |
| CastableAs047 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(-0012-12-03-05:00) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs047.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs047.txt |
| CastableAs048 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(1999-05-31Z) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs048.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs048.txt |
| CastableAs049 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(true) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs049.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs049.txt |
| CastableAs050 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(1999-05) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs050.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs050.txt |
| CastableAs051 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(-0012-12-05:00) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs051.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs051.txt |
| CastableAs052 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(1999-05Z) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs052.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs052.txt |
| CastableAs053 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(true) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs053.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs053.txt |
| CastableAs054 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(1999) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs054.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs054.txt |
| CastableAs055 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(-0012-05:00) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs055.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs055.txt |
| CastableAs056 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(1999Z) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs056.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs056.txt |
| CastableAs057 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(true) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs057.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs057.txt |
| CastableAs058 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(--05-31) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs058.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs058.txt |
| CastableAs059 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(--05-31+14:00) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs059.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs059.txt |
| CastableAs060 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(--05-31Z) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs060.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs060.txt |
| CastableAs061 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(true) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs061.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs061.txt |
| CastableAs062 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(---31) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs062.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs062.txt |
| CastableAs063 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(---03-05:00) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs063.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs063.txt |
| CastableAs064 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(---31Z) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs064.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs064.txt |
| CastableAs065 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(true) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs065.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs065.txt |
| CastableAs066 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(--05) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs066.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs066.txt |
| CastableAs067 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(--12-05:00) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs067.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs067.txt |
| CastableAs068 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(--05Z) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs068.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs068.txt |
| CastableAs069 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(true) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs069.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs069.txt |
| CastableAs070 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(0.0) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs070.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs070.txt |
| CastableAs071 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(0) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs071.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs071.txt |
| CastableAs072 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(true) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs072.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs072.txt |
| CastableAs073 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(true) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs073.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs073.txt |
| CastableAs074 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(00000000) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs074.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs074.txt |
| CastableAs075 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(D74D35D35D35) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs075.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs075.txt |
| CastableAs076 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(true) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs076.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs076.txt |
| CastableAs077 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(010010101) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs077.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs077.txt |
| CastableAs078 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(0fb7) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs078.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs078.txt |
| CastableAs079 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(D74D35D35D35) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs079.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs079.txt |
| CastableAs080 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(http://www.example.com/~b%C3%A9b%C3%A9) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs080.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs080.txt |
| CastableAs081 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(true) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs081.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs081.txt |
| CastableAs082 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:untypedAtomic(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs082.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs082.txt |
| CastableAs083 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(INF) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs083.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs083.txt |
| CastableAs084 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(0.0E0) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs084.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs084.txt |
| CastableAs085 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(true) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs085.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs085.txt |
| CastableAs086 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(INF) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs086.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs086.txt |
| CastableAs087 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(0.0E0) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs087.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs087.txt |
| CastableAs088 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(true) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs088.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs088.txt |
| CastableAs089 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(-0.0E0) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs089.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs089.txt |
| CastableAs090 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(NaN) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs090.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs090.txt |
| CastableAs091 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(1e-5) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs091.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs091.txt |
| CastableAs092 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(-10000000) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs092.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs092.txt |
| CastableAs093 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(true) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs093.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs093.txt |
| CastableAs094 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(-0.0E0) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs094.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs094.txt |
| CastableAs095 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(NaN) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs095.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs095.txt |
| CastableAs096 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(1e-5) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs096.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs096.txt |
| CastableAs097 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(-10000000) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs097.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs097.txt |
| CastableAs098 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(true) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs098.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs098.txt |
| CastableAs099 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(-0.0E0) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs099.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs099.txt |
| CastableAs100 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(NaN) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs100.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs100.txt |
| CastableAs101 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(1e-5) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs101.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs101.txt |
| CastableAs102 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(5.5432) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs102.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs102.txt |
| CastableAs103 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(true) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs103.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs103.txt |
| CastableAs104 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(-0.0E0) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs104.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs104.txt |
| CastableAs105 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(NaN) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs105.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs105.txt |
| CastableAs106 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(1e-5) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs106.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs106.txt |
| CastableAs107 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(-1.1234) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs107.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs107.txt |
| CastableAs108 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(true) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs108.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs108.txt |
| CastableAs109 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(P1Y2M3DT10H30M23S) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs109.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs109.txt |
| CastableAs110 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(-P1Y1M1DT1H1M1.123S) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs110.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs110.txt |
| CastableAs111 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(true) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs111.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs111.txt |
| CastableAs112 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(-P1Y1M1DT1H1M1.123S) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs112.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs112.txt |
| CastableAs113 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(P24M) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs113.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs113.txt |
| CastableAs114 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(-P21M) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs114.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs114.txt |
| CastableAs115 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(true) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs115.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs115.txt |
| CastableAs116 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(-P1Y1M1DT1H1M1.123S) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs116.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs116.txt |
| CastableAs117 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(P3DT10H30M) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs117.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs117.txt |
| CastableAs118 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(-PT100M) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs118.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs118.txt |
| CastableAs119 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(true) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs119.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs119.txt |
| CastableAs120 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(1999-05-31T13:20:00) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs120.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs120.txt |
| CastableAs121 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(-1999-05-31T13:20:00+14:00) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs121.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs121.txt |
| CastableAs122 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(2000-01-16T00:00:00Z) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs122.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs122.txt |
| CastableAs123 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(true) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs123.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs123.txt |
| CastableAs124 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(13:20:00-05:00) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs124.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs124.txt |
| CastableAs125 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(13:20:02.123) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs125.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs125.txt |
| CastableAs126 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(13:20:00Z) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs126.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs126.txt |
| CastableAs127 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(true) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs127.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs127.txt |
| CastableAs128 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(1999-05-31) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs128.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs128.txt |
| CastableAs129 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(-0012-12-03-05:00) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs129.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs129.txt |
| CastableAs130 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(1999-05-31Z) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs130.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs130.txt |
| CastableAs131 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(true) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs131.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs131.txt |
| CastableAs132 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(1999-05) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs132.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs132.txt |
| CastableAs133 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(-0012-12-05:00) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs133.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs133.txt |
| CastableAs134 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(1999-05Z) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs134.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs134.txt |
| CastableAs135 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(true) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs135.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs135.txt |
| CastableAs136 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(1999) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs136.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs136.txt |
| CastableAs137 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(-0012-05:00) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs137.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs137.txt |
| CastableAs138 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(1999Z) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs138.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs138.txt |
| CastableAs139 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(true) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs139.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs139.txt |
| CastableAs140 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(--05-31) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs140.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs140.txt |
| CastableAs141 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(--05-31+14:00) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs141.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs141.txt |
| CastableAs142 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(--05-31Z) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs142.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs142.txt |
| CastableAs143 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(true) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs143.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs143.txt |
| CastableAs144 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(---31) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs144.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs144.txt |
| CastableAs145 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(---03-05:00) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs145.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs145.txt |
| CastableAs146 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(---31Z) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs146.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs146.txt |
| CastableAs147 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(true) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs147.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs147.txt |
| CastableAs148 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(--05) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs148.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs148.txt |
| CastableAs149 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(--12-05:00) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs149.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs149.txt |
| CastableAs150 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(--05Z) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs150.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs150.txt |
| CastableAs151 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(true) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs151.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs151.txt |
| CastableAs152 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(0.0) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs152.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs152.txt |
| CastableAs153 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(0) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs153.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs153.txt |
| CastableAs154 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(true) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs154.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs154.txt |
| CastableAs155 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(true) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs155.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs155.txt |
| CastableAs156 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(00000000) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs156.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs156.txt |
| CastableAs157 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(D74D35D35D35) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs157.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs157.txt |
| CastableAs158 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(true) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs158.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs158.txt |
| CastableAs159 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(010010101) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs159.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs159.txt |
| CastableAs160 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(0fb7) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs160.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs160.txt |
| CastableAs161 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(D74D35D35D35) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs161.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs161.txt |
| CastableAs162 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(http://www.example.com/~b%C3%A9b%C3%A9) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs162.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs162.txt |
| CastableAs163 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(true) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs163.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs163.txt |
| CastableAs164 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:string(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs164.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs164.txt |
| CastableAs165 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(1e5) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs165.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs165.txt |
| CastableAs166 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(-INF) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs166.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs166.txt |
| CastableAs167 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(-0.0E0) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs167.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs167.txt |
| CastableAs168 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(NaN) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs168.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs168.txt |
| CastableAs169 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(5.4321E-100) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs169.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs169.txt |
| CastableAs170 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(-1.75e-3) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs170.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs170.txt |
| CastableAs171 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(INF) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs171.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs171.txt |
| CastableAs172 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(-0.0E0) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs172.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs172.txt |
| CastableAs173 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(-INF) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs173.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs173.txt |
| CastableAs174 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(-0.0E0) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs174.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs174.txt |
| CastableAs175 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(5.4321E-100) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs175.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs175.txt |
| CastableAs176 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(1e5) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs176.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs176.txt |
| CastableAs177 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(-1.75e-3) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs177.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs177.txt |
| CastableAs178 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(-0.0E0) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs178.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs178.txt |
| CastableAs179 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(1e5) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs179.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs179.txt |
| CastableAs180 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(INF) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs180.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs180.txt |
| CastableAs181 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(-1.75e-3) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs181.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs181.txt |
| CastableAs182 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(5.4321E-100) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs182.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs182.txt |
| CastableAs183 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(5.4321E-100) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs183.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs183.txt |
| CastableAs184 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(5.4321E-100) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs184.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs184.txt |
| CastableAs185 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(5.4321E-100) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs185.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs185.txt |
| CastableAs186 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(5.4321E-100) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs186.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs186.txt |
| CastableAs187 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(5.4321E-100) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs187.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs187.txt |
| CastableAs188 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(5.4321E-100) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs188.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs188.txt |
| CastableAs189 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(5.4321E-100) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs189.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs189.txt |
| CastableAs190 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(5.4321E-100) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs190.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs190.txt |
| CastableAs191 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(5.4321E-100) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs191.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs191.txt |
| CastableAs192 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(-0.0E0) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs192.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs192.txt |
| CastableAs193 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(1e5) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs193.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs193.txt |
| CastableAs194 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(-INF) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs194.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs194.txt |
| CastableAs195 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(NaN) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs195.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs195.txt |
| CastableAs196 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(5.4321E-100) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs196.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs196.txt |
| CastableAs197 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(5.4321E-100) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs197.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs197.txt |
| CastableAs198 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:float(5.4321E-100) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs198.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs198.txt |
| CastableAs199 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(1e5) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs199.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs199.txt |
| CastableAs200 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(INF) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs200.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs200.txt |
| CastableAs201 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(1e8) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs201.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs201.txt |
| CastableAs202 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(INF) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs202.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs202.txt |
| CastableAs203 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(-0.0E0) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs203.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs203.txt |
| CastableAs204 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(5.4321E-1001) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs204.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs204.txt |
| CastableAs205 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(1e5) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs205.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs205.txt |
| CastableAs206 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(-1.75e-3) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs206.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs206.txt |
| CastableAs207 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(NaN) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs207.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs207.txt |
| CastableAs208 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(1e5) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs208.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs208.txt |
| CastableAs209 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(INF) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs209.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs209.txt |
| CastableAs210 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(-0.0E0) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs210.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs210.txt |
| CastableAs211 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(5.4321E-1001) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs211.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs211.txt |
| CastableAs212 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(-1.75e-3) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs212.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs212.txt |
| CastableAs213 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(INF) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs213.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs213.txt |
| CastableAs214 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(-0.0E0) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs214.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs214.txt |
| CastableAs215 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(1e5) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs215.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs215.txt |
| CastableAs216 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(-1.75e-3) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs216.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs216.txt |
| CastableAs217 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(INF) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs217.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs217.txt |
| CastableAs218 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(NaN) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs218.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs218.txt |
| CastableAs219 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(1e5) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs219.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs219.txt |
| CastableAs220 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(1e5) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs220.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs220.txt |
| CastableAs221 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(1e5) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs221.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs221.txt |
| CastableAs222 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(1e5) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs222.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs222.txt |
| CastableAs223 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(1e5) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs223.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs223.txt |
| CastableAs224 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(1e5) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs224.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs224.txt |
| CastableAs225 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(1e5) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs225.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs225.txt |
| CastableAs226 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(1e5) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs226.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs226.txt |
| CastableAs227 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(1e5) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs227.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs227.txt |
| CastableAs228 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(1e5) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs228.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs228.txt |
| CastableAs229 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(1e5) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs229.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs229.txt |
| CastableAs230 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(1e5) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs230.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs230.txt |
| CastableAs231 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(1e5) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs231.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs231.txt |
| CastableAs232 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(1e5) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs232.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs232.txt |
| CastableAs233 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:double(1e5) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs233.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs233.txt |
| CastableAs234 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:decimal(-1.1234) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs234.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs234.txt |
| CastableAs235 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:decimal(-1.1234) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs235.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs235.txt |
| CastableAs236 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:decimal(-1.1234) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs236.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs236.txt |
| CastableAs237 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:decimal(-1.1234) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs237.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs237.txt |
| CastableAs238 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:decimal(-1.1234) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs238.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs238.txt |
| CastableAs239 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:decimal(-1.1234) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs239.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs239.txt |
| CastableAs240 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:decimal(5.5432) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs240.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs240.txt |
| CastableAs241 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:decimal(-1.1234) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs241.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs241.txt |
| CastableAs242 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:decimal(-1.1234) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs242.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs242.txt |
| CastableAs243 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:decimal(-1.1234) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs243.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs243.txt |
| CastableAs244 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:decimal(-1.1234) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs244.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs244.txt |
| CastableAs245 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:decimal(-1.1234) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs245.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs245.txt |
| CastableAs246 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:decimal(-1.1234) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs246.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs246.txt |
| CastableAs247 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:decimal(-1.1234) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs247.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs247.txt |
| CastableAs248 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:decimal(-1.1234) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs248.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs248.txt |
| CastableAs249 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:decimal(-1.1234) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs249.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs249.txt |
| CastableAs250 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:decimal(-1.1234) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs250.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs250.txt |
| CastableAs251 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:decimal(-1.1234) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs251.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs251.txt |
| CastableAs252 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:decimal(-1.1234) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs252.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs252.txt |
| CastableAs253 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:decimal(-1.1234) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs253.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs253.txt |
| CastableAs254 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:decimal(-1.1234) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs254.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs254.txt |
| CastableAs255 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:decimal(-1.1234) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs255.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs255.txt |
| CastableAs256 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:integer(1) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs256.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs256.txt |
| CastableAs257 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:integer(-100) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs257.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs257.txt |
| CastableAs258 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:integer(-100) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs258.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs258.txt |
| CastableAs259 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:integer(-100) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs259.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs259.txt |
| CastableAs260 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:integer(-100) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs260.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs260.txt |
| CastableAs261 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:integer(-100) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs261.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs261.txt |
| CastableAs262 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:integer(-100) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs262.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs262.txt |
| CastableAs263 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:integer(-100) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs263.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs263.txt |
| CastableAs264 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:integer(-100) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs264.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs264.txt |
| CastableAs265 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:integer(-100) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs265.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs265.txt |
| CastableAs266 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:integer(-100) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs266.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs266.txt |
| CastableAs267 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:integer(-100) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs267.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs267.txt |
| CastableAs268 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:integer(-100) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs268.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs268.txt |
| CastableAs269 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:integer(-100) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs269.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs269.txt |
| CastableAs270 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:integer(-100) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs270.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs270.txt |
| CastableAs271 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:integer(-100) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs271.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs271.txt |
| CastableAs272 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:integer(-100) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs272.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs272.txt |
| CastableAs273 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:integer(-100) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs273.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs273.txt |
| CastableAs274 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:integer(-100) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs274.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs274.txt |
| CastableAs275 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:integer(-100) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs275.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs275.txt |
| CastableAs276 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:integer(-100) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs276.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs276.txt |
| CastableAs277 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P1Y2M3DT10H30M23S) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs277.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs277.txt |
| CastableAs278 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P1Y2M3DT10H30M23S) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs278.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs278.txt |
| CastableAs279 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P1Y2M3DT10H30M23S) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs279.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs279.txt |
| CastableAs280 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P1Y2M3DT10H30M23S) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs280.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs280.txt |
| CastableAs281 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P1Y2M3DT10H30M23S) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs281.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs281.txt |
| CastableAs282 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P1Y2M3DT10H30M23S) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs282.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs282.txt |
| CastableAs283 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P1Y2M3DT10H30M23S) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs283.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs283.txt |
| CastableAs284 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(PT10H) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs284.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs284.txt |
| CastableAs285 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P1Y2M3DT10H30M23S) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs285.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs285.txt |
| CastableAs286 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(PT10H) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs286.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs286.txt |
| CastableAs287 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P24M) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs287.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs287.txt |
| CastableAs288 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P1Y2M3DT10H30M23S) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs288.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs288.txt |
| CastableAs289 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(PT10H) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs289.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs289.txt |
| CastableAs290 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P24M) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs290.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs290.txt |
| CastableAs291 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P1Y2M3DT10H30M23S) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs291.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs291.txt |
| CastableAs292 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P1Y2M3DT10H30M23S) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs292.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs292.txt |
| CastableAs293 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P1Y2M3DT10H30M23S) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs293.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs293.txt |
| CastableAs294 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P1Y2M3DT10H30M23S) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs294.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs294.txt |
| CastableAs295 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P1Y2M3DT10H30M23S) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs295.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs295.txt |
| CastableAs296 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P1Y2M3DT10H30M23S) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs296.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs296.txt |
| CastableAs297 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P1Y2M3DT10H30M23S) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs297.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs297.txt |
| CastableAs298 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P1Y2M3DT10H30M23S) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs298.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs298.txt |
| CastableAs299 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P1Y2M3DT10H30M23S) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs299.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs299.txt |
| CastableAs300 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P1Y2M3DT10H30M23S) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs300.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs300.txt |
| CastableAs301 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P1Y2M3DT10H30M23S) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs301.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs301.txt |
| CastableAs302 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:duration(P1Y2M3DT10H30M23S) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs302.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs302.txt |
| CastableAs303 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:yearMonthDuration(P1Y2M) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs303.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs303.txt |
| CastableAs304 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:yearMonthDuration(P1Y2M) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs304.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs304.txt |
| CastableAs305 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:yearMonthDuration(P1Y2M) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs305.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs305.txt |
| CastableAs306 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:yearMonthDuration(P1Y2M) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs306.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs306.txt |
| CastableAs307 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:yearMonthDuration(P1Y2M) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs307.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs307.txt |
| CastableAs308 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:yearMonthDuration(P1Y2M) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs308.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs308.txt |
| CastableAs309 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:yearMonthDuration(P1Y2M) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs309.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs309.txt |
| CastableAs310 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:yearMonthDuration(P1Y2M) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs310.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs310.txt |
| CastableAs311 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:yearMonthDuration(-P21M) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs311.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs311.txt |
| CastableAs312 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:yearMonthDuration(P1Y2M) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs312.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs312.txt |
| CastableAs313 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:yearMonthDuration(P1Y2M) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs313.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs313.txt |
| CastableAs314 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:yearMonthDuration(P1Y2M) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs314.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs314.txt |
| CastableAs315 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:yearMonthDuration(P1Y2M) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs315.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs315.txt |
| CastableAs316 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:yearMonthDuration(P1Y2M) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs316.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs316.txt |
| CastableAs317 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:yearMonthDuration(P1Y2M) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs317.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs317.txt |
| CastableAs318 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:yearMonthDuration(P1Y2M) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs318.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs318.txt |
| CastableAs319 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:yearMonthDuration(P1Y2M) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs319.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs319.txt |
| CastableAs320 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:yearMonthDuration(P1Y2M) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs320.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs320.txt |
| CastableAs321 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:yearMonthDuration(P1Y2M) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs321.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs321.txt |
| CastableAs322 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:yearMonthDuration(P1Y2M) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs322.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs322.txt |
| CastableAs323 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:yearMonthDuration(P1Y2M) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs323.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs323.txt |
| CastableAs324 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:yearMonthDuration(P1Y2M) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs324.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs324.txt |
| CastableAs325 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(P3DT10H30M) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs325.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs325.txt |
| CastableAs326 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(-PT100M) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs326.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs326.txt |
| CastableAs327 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(P3DT10H30M) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs327.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs327.txt |
| CastableAs328 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(-PT100M) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs328.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs328.txt |
| CastableAs329 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(P3DT10H30M) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs329.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs329.txt |
| CastableAs330 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(P3DT10H30M) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs330.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs330.txt |
| CastableAs331 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(P3DT10H30M) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs331.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs331.txt |
| CastableAs332 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(P3DT10H30M) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs332.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs332.txt |
| CastableAs333 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(P3DT10H30M) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs333.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs333.txt |
| CastableAs334 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(PT24H) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs334.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs334.txt |
| CastableAs335 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(-PT100M) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs335.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs335.txt |
| CastableAs336 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(P3DT10H30M) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs336.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs336.txt |
| CastableAs337 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(P3DT10H30M) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs337.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs337.txt |
| CastableAs338 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(P14D) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs338.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs338.txt |
| CastableAs339 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(-PT100M) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs339.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs339.txt |
| CastableAs340 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(P3DT10H30M) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs340.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs340.txt |
| CastableAs341 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(P3DT10H30M) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs341.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs341.txt |
| CastableAs342 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(P3DT10H30M) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs342.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs342.txt |
| CastableAs343 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(P3DT10H30M) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs343.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs343.txt |
| CastableAs344 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(P3DT10H30M) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs344.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs344.txt |
| CastableAs345 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(P3DT10H30M) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs345.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs345.txt |
| CastableAs346 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(P3DT10H30M) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs346.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs346.txt |
| CastableAs347 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(P3DT10H30M) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs347.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs347.txt |
| CastableAs348 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(P3DT10H30M) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs348.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs348.txt |
| CastableAs349 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(P3DT10H30M) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs349.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs349.txt |
| CastableAs350 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(P3DT10H30M) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs350.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs350.txt |
| CastableAs351 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dayTimeDuration(P3DT10H30M) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs351.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs351.txt |
| CastableAs352 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(1999-05-31T13:20:00) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs352.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs352.txt |
| CastableAs353 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(-1999-05-31T13:20:00+14:00) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs353.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs353.txt |
| CastableAs354 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(1999-05-31T13:20:00) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs354.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs354.txt |
| CastableAs355 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(-1999-05-31T13:20:00+14:00) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs355.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs355.txt |
| CastableAs356 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(1999-05-31T13:20:00) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs356.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs356.txt |
| CastableAs357 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(2000-01-16T00:00:00Z) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs357.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs357.txt |
| CastableAs358 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(1999-05-31T13:20:00) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs358.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs358.txt |
| CastableAs359 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(1999-05-31T13:20:00) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs359.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs359.txt |
| CastableAs360 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(1999-05-31T13:20:00) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs360.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs360.txt |
| CastableAs361 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(1999-05-31T13:20:00) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs361.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs361.txt |
| CastableAs362 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(1999-05-31T13:20:00) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs362.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs362.txt |
| CastableAs363 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(1999-05-31T13:20:00) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs363.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs363.txt |
| CastableAs364 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(1999-05-31T13:20:00) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs364.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs364.txt |
| CastableAs365 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(-1999-05-31T13:20:00+14:00) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs365.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs365.txt |
| CastableAs366 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(1999-05-31T13:20:00) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs366.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs366.txt |
| CastableAs367 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(-1999-05-31T13:20:00+14:00) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs367.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs367.txt |
| CastableAs368 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(1999-05-31T13:20:00) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs368.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs368.txt |
| CastableAs369 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(-1999-05-31T13:20:00+14:00) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs369.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs369.txt |
| CastableAs370 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(1999-05-31T13:20:00) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs370.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs370.txt |
| CastableAs371 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(-1999-05-31T13:20:00+14:00) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs371.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs371.txt |
| CastableAs372 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(1999-05-31T13:20:00) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs372.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs372.txt |
| CastableAs373 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(-1999-05-31T13:20:00+14:00) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs373.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs373.txt |
| CastableAs374 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(1999-05-31T13:20:00) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs374.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs374.txt |
| CastableAs375 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(-1999-05-31T13:20:00+14:00) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs375.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs375.txt |
| CastableAs376 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(1999-05-31T13:20:00) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs376.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs376.txt |
| CastableAs377 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(-1999-05-31T13:20:00+14:00) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs377.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs377.txt |
| CastableAs378 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(1999-05-31T13:20:00) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs378.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs378.txt |
| CastableAs379 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(1999-05-31T13:20:00) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs379.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs379.txt |
| CastableAs380 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(1999-05-31T13:20:00) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs380.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs380.txt |
| CastableAs381 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:dateTime(1999-05-31T13:20:00) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs381.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs381.txt |
| CastableAs382 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:00-05:00) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs382.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs382.txt |
| CastableAs383 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:00-05:00) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs383.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs383.txt |
| CastableAs384 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:00-05:00) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs384.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs384.txt |
| CastableAs385 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:00-05:00) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs385.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs385.txt |
| CastableAs386 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:00-05:00) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs386.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs386.txt |
| CastableAs387 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:00-05:00) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs387.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs387.txt |
| CastableAs388 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:00-05:00) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs388.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs388.txt |
| CastableAs389 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:00-05:00) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs389.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs389.txt |
| CastableAs390 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:00-05:00) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs390.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs390.txt |
| CastableAs391 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:00-05:00) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs391.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs391.txt |
| CastableAs392 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:00-05:00) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs392.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs392.txt |
| CastableAs393 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:02.123) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs393.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs393.txt |
| CastableAs394 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:00Z) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs394.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs394.txt |
| CastableAs395 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:00-05:00) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs395.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs395.txt |
| CastableAs396 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:00-05:00) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs396.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs396.txt |
| CastableAs397 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:00-05:00) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs397.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs397.txt |
| CastableAs398 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:00-05:00) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs398.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs398.txt |
| CastableAs399 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:00-05:00) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs399.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs399.txt |
| CastableAs400 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:00-05:00) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs400.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs400.txt |
| CastableAs401 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:00-05:00) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs401.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs401.txt |
| CastableAs402 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:00-05:00) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs402.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs402.txt |
| CastableAs403 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:00-05:00) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs403.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs403.txt |
| CastableAs404 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:time(13:20:00-05:00) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs404.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs404.txt |
| CastableAs405 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs405.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs405.txt |
| CastableAs406 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(-0012-12-03-05:00) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs406.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs406.txt |
| CastableAs407 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs407.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs407.txt |
| CastableAs408 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(-0012-12-03-05:00) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs408.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs408.txt |
| CastableAs409 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs409.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs409.txt |
| CastableAs410 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs410.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs410.txt |
| CastableAs411 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31Z) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs411.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs411.txt |
| CastableAs412 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs412.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs412.txt |
| CastableAs413 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs413.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs413.txt |
| CastableAs414 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs414.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs414.txt |
| CastableAs415 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs415.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs415.txt |
| CastableAs416 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs416.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs416.txt |
| CastableAs417 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs417.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs417.txt |
| CastableAs418 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs418.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs418.txt |
| CastableAs419 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(-0012-12-03-05:00) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs419.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs419.txt |
| CastableAs420 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31Z) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs420.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs420.txt |
| CastableAs421 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs421.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs421.txt |
| CastableAs422 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs422.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs422.txt |
| CastableAs423 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(-0012-12-03-05:00) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs423.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs423.txt |
| CastableAs424 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31Z) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs424.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs424.txt |
| CastableAs425 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs425.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs425.txt |
| CastableAs426 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(-0012-12-03-05:00) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs426.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs426.txt |
| CastableAs427 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31Z) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs427.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs427.txt |
| CastableAs428 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31Z) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs428.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs428.txt |
| CastableAs429 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(-0012-12-03-05:00) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs429.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs429.txt |
| CastableAs430 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31Z) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs430.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs430.txt |
| CastableAs431 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs431.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs431.txt |
| CastableAs432 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs432.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs432.txt |
| CastableAs433 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs433.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs433.txt |
| CastableAs434 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:date(1999-05-31) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs434.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs434.txt |
| CastableAs435 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs435.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs435.txt |
| CastableAs436 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs436.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs436.txt |
| CastableAs437 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs437.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs437.txt |
| CastableAs438 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs438.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs438.txt |
| CastableAs439 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05Z) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs439.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs439.txt |
| CastableAs440 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05Z) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs440.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs440.txt |
| CastableAs441 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05Z) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs441.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs441.txt |
| CastableAs442 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05Z) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs442.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs442.txt |
| CastableAs443 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05Z) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs443.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs443.txt |
| CastableAs444 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05Z) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs444.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs444.txt |
| CastableAs445 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05Z) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs445.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs445.txt |
| CastableAs446 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05Z) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs446.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs446.txt |
| CastableAs447 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05Z) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs447.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs447.txt |
| CastableAs448 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs448.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs448.txt |
| CastableAs449 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(-0012-12-05:00) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs449.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs449.txt |
| CastableAs450 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05Z) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs450.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs450.txt |
| CastableAs451 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05Z) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs451.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs451.txt |
| CastableAs452 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05Z) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs452.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs452.txt |
| CastableAs453 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05Z) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs453.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs453.txt |
| CastableAs454 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05Z) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs454.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs454.txt |
| CastableAs455 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05Z) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs455.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs455.txt |
| CastableAs456 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05Z) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs456.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs456.txt |
| CastableAs457 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05Z) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs457.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs457.txt |
| CastableAs458 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYearMonth(1999-05Z) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs458.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs458.txt |
| CastableAs459 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYear(1999) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs459.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs459.txt |
| CastableAs460 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYear(1999) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs460.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs460.txt |
| CastableAs461 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYear(1999) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs461.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs461.txt |
| CastableAs462 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYear(1999) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs462.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs462.txt |
| CastableAs463 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYear(1999) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs463.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs463.txt |
| CastableAs464 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYear(1999) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs464.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs464.txt |
| CastableAs465 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYear(1999) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs465.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs465.txt |
| CastableAs466 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYear(1999) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs466.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs466.txt |
| CastableAs467 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYear(1999) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs467.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs467.txt |
| CastableAs468 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYear(1999) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs468.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs468.txt |
| CastableAs469 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYear(1999) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs469.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs469.txt |
| CastableAs470 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYear(1999) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs470.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs470.txt |
| CastableAs471 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYear(1999) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs471.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs471.txt |
| CastableAs472 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYear(-0012-05:00) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs472.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs472.txt |
| CastableAs473 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYear(1999Z) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs473.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs473.txt |
| CastableAs474 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYear(1999) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs474.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs474.txt |
| CastableAs475 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYear(1999) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs475.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs475.txt |
| CastableAs476 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYear(1999) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs476.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs476.txt |
| CastableAs477 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYear(1999) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs477.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs477.txt |
| CastableAs478 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYear(1999) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs478.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs478.txt |
| CastableAs479 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYear(1999) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs479.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs479.txt |
| CastableAs480 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gYear(1999) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs480.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs480.txt |
| CastableAs481 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--05-31) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs481.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs481.txt |
| CastableAs482 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--05-31) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs482.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs482.txt |
| CastableAs483 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--05-31) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs483.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs483.txt |
| CastableAs484 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--05-31) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs484.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs484.txt |
| CastableAs485 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--05-31) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs485.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs485.txt |
| CastableAs486 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--05-31) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs486.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs486.txt |
| CastableAs487 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--05-31) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs487.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs487.txt |
| CastableAs488 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--05-31) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs488.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs488.txt |
| CastableAs489 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--05-31) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs489.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs489.txt |
| CastableAs490 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--05-31) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs490.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs490.txt |
| CastableAs491 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--05-31) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs491.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs491.txt |
| CastableAs492 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--05-31) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs492.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs492.txt |
| CastableAs493 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--05-31) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs493.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs493.txt |
| CastableAs494 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--05-31) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs494.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs494.txt |
| CastableAs495 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--05-31) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs495.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs495.txt |
| CastableAs496 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--12-03-05:00) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs496.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs496.txt |
| CastableAs497 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--05-31Z) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs497.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs497.txt |
| CastableAs498 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--05-31) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs498.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs498.txt |
| CastableAs499 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--05-31) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs499.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs499.txt |
| CastableAs500 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--05-31) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs500.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs500.txt |
| CastableAs501 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--05-31) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs501.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs501.txt |
| CastableAs502 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--05-31) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs502.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs502.txt |
| CastableAs503 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonthDay(--05-31) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs503.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs503.txt |
| CastableAs504 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---31) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs504.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs504.txt |
| CastableAs505 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---31) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs505.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs505.txt |
| CastableAs506 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---31) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs506.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs506.txt |
| CastableAs507 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---31) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs507.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs507.txt |
| CastableAs508 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---31) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs508.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs508.txt |
| CastableAs509 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---31) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs509.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs509.txt |
| CastableAs510 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---31) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs510.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs510.txt |
| CastableAs511 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---31) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs511.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs511.txt |
| CastableAs512 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---31) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs512.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs512.txt |
| CastableAs513 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---31) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs513.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs513.txt |
| CastableAs514 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---31) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs514.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs514.txt |
| CastableAs515 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---31) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs515.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs515.txt |
| CastableAs516 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---31) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs516.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs516.txt |
| CastableAs517 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---31) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs517.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs517.txt |
| CastableAs518 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---31) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs518.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs518.txt |
| CastableAs519 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---31) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs519.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs519.txt |
| CastableAs520 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---03-05:00) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs520.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs520.txt |
| CastableAs521 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---31Z) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs521.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs521.txt |
| CastableAs522 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---31) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs522.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs522.txt |
| CastableAs523 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---31) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs523.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs523.txt |
| CastableAs524 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---31) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs524.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs524.txt |
| CastableAs525 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---31) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs525.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs525.txt |
| CastableAs526 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gDay(---31) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs526.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs526.txt |
| CastableAs527 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--05) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs527.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs527.txt |
| CastableAs528 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--05) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs528.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs528.txt |
| CastableAs529 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--05) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs529.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs529.txt |
| CastableAs530 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--05) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs530.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs530.txt |
| CastableAs531 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--05) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs531.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs531.txt |
| CastableAs532 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--05) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs532.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs532.txt |
| CastableAs533 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--05) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs533.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs533.txt |
| CastableAs534 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--05) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs534.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs534.txt |
| CastableAs535 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--05) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs535.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs535.txt |
| CastableAs536 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--05) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs536.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs536.txt |
| CastableAs537 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--05) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs537.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs537.txt |
| CastableAs538 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--05) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs538.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs538.txt |
| CastableAs539 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--05) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs539.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs539.txt |
| CastableAs540 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--05) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs540.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs540.txt |
| CastableAs541 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--05) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs541.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs541.txt |
| CastableAs542 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--05) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs542.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs542.txt |
| CastableAs543 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--05) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs543.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs543.txt |
| CastableAs544 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--12-05:00) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs544.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs544.txt |
| CastableAs545 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--05Z) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs545.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs545.txt |
| CastableAs546 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--05) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs546.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs546.txt |
| CastableAs547 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--05) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs547.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs547.txt |
| CastableAs548 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--05) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs548.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs548.txt |
| CastableAs549 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:gMonth(--05) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs549.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs549.txt |
| CastableAs550 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(true) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs550.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs550.txt |
| CastableAs551 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(true) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs551.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs551.txt |
| CastableAs552 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(true) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs552.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs552.txt |
| CastableAs553 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(false) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs553.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs553.txt |
| CastableAs554 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(true) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs554.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs554.txt |
| CastableAs555 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(false) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs555.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs555.txt |
| CastableAs556 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(true) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs556.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs556.txt |
| CastableAs557 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(false) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs557.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs557.txt |
| CastableAs558 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(true) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs558.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs558.txt |
| CastableAs559 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(false) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs559.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs559.txt |
| CastableAs560 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(true) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs560.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs560.txt |
| CastableAs561 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(true) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs561.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs561.txt |
| CastableAs562 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(true) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs562.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs562.txt |
| CastableAs563 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(true) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs563.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs563.txt |
| CastableAs564 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(true) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs564.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs564.txt |
| CastableAs565 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(true) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs565.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs565.txt |
| CastableAs566 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(true) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs566.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs566.txt |
| CastableAs567 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(true) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs567.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs567.txt |
| CastableAs568 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(true) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs568.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs568.txt |
| CastableAs569 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(true) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs569.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs569.txt |
| CastableAs570 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(true) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs570.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs570.txt |
| CastableAs571 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(true) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs571.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs571.txt |
| CastableAs572 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(false) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs572.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs572.txt |
| CastableAs573 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(true) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs573.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs573.txt |
| CastableAs574 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(true) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs574.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs574.txt |
| CastableAs575 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:boolean(true) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs575.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs575.txt |
| CastableAs576 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(01001010) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs576.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs576.txt |
| CastableAs577 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(0FB7) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs577.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs577.txt |
| CastableAs578 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(01001010) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs578.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs578.txt |
| CastableAs579 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(0FB7) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs579.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs579.txt |
| CastableAs580 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(10010101) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs580.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs580.txt |
| CastableAs581 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(10010101) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs581.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs581.txt |
| CastableAs582 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(10010101) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs582.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs582.txt |
| CastableAs583 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(10010101) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs583.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs583.txt |
| CastableAs584 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(10010101) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs584.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs584.txt |
| CastableAs585 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(10010101) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs585.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs585.txt |
| CastableAs586 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(10010101) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs586.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs586.txt |
| CastableAs587 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(10010101) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs587.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs587.txt |
| CastableAs588 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(10010101) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs588.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs588.txt |
| CastableAs589 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(10010101) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs589.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs589.txt |
| CastableAs590 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(10010101) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs590.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs590.txt |
| CastableAs591 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(10010101) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs591.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs591.txt |
| CastableAs592 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(10010101) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs592.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs592.txt |
| CastableAs593 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(10010101) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs593.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs593.txt |
| CastableAs594 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(10010101) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs594.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs594.txt |
| CastableAs595 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(10010101) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs595.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs595.txt |
| CastableAs596 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(01001010) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs596.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs596.txt |
| CastableAs597 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(0FB7) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs597.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs597.txt |
| CastableAs598 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(00000000) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs598.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs598.txt |
| CastableAs599 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(10010101) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs599.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs599.txt |
| CastableAs600 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(aA+zZ/09) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs600.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs600.txt |
| CastableAs601 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(0FB7) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs601.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs601.txt |
| CastableAs602 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:base64Binary(10010101) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs602.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs602.txt |
| CastableAs603 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(D74D35D35D35) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs603.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs603.txt |
| CastableAs604 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(D74D35D35D35) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs604.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs604.txt |
| CastableAs605 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(D74D35D35D35) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs605.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs605.txt |
| CastableAs606 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(D74D35D35D35) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs606.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs606.txt |
| CastableAs607 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(D74D35D35D35) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs607.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs607.txt |
| CastableAs608 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(D74D35D35D35) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs608.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs608.txt |
| CastableAs609 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(D74D35D35D35) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs609.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs609.txt |
| CastableAs610 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(D74D35D35D35) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs610.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs610.txt |
| CastableAs611 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(D74D35D35D35) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs611.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs611.txt |
| CastableAs612 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(D74D35D35D35) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs612.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs612.txt |
| CastableAs613 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(D74D35D35D35) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs613.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs613.txt |
| CastableAs614 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(D74D35D35D35) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs614.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs614.txt |
| CastableAs615 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(D74D35D35D35) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs615.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs615.txt |
| CastableAs616 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(D74D35D35D35) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs616.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs616.txt |
| CastableAs617 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(D74D35D35D35) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs617.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs617.txt |
| CastableAs618 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(D74D35D35D35) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs618.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs618.txt |
| CastableAs619 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(D74D35D35D35) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs619.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs619.txt |
| CastableAs620 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(D74D35D35D35) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs620.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs620.txt |
| CastableAs621 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(D74D35D35D35) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs621.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs621.txt |
| CastableAs622 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(0fb7) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs622.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs622.txt |
| CastableAs623 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(D74D35D35D35) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs623.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs623.txt |
| CastableAs624 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(d74d35d35d35) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs624.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs624.txt |
| CastableAs625 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:hexBinary(D74D35D35D35) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs625.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs625.txt |
| CastableAs626 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:untypedAtomic. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs626.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs626.txt |
| CastableAs627 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:string. | ||
| Spec Citations: | ||
| #casting-to-string | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs627.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs627.txt |
| CastableAs628 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:float. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs628.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs628.txt |
| CastableAs629 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:double. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs629.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs629.txt |
| CastableAs630 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:decimal. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs630.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs630.txt |
| CastableAs631 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:integer. | ||
| Spec Citations: | ||
| #casting-to-numerics | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs631.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs631.txt |
| CastableAs632 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:duration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs632.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs632.txt |
| CastableAs633 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:yearMonthDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs633.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs633.txt |
| CastableAs634 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #casting-to-durations | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs634.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs634.txt |
| CastableAs635 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:dateTime. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs635.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs635.txt |
| CastableAs636 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:time. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs636.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs636.txt |
| CastableAs637 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:date. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs637.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs637.txt |
| CastableAs638 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:gYearMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs638.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs638.txt |
| CastableAs639 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:gYear. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs639.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs639.txt |
| CastableAs640 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:gMonthDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs640.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs640.txt |
| CastableAs641 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:gDay. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs641.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs641.txt |
| CastableAs642 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:gMonth. | ||
| Spec Citations: | ||
| #casting-to-datetimes | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs642.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs642.txt |
| CastableAs643 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:boolean. | ||
| Spec Citations: | ||
| #casting-boolean | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs643.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs643.txt |
| CastableAs644 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:base64Binary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs644.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs644.txt |
| CastableAs645 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:hexBinary. | ||
| Spec Citations: | ||
| #casting-to-binary | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs645.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs645.txt |
| CastableAs646 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Try xs:anyURI(http://www.ietf.org/rfc/rfc2396.txt) castable as xs:anyURI. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs646.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs646.txt |
| CastableAs647 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try string lieral castable as xs:QName. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs647.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs647.txt |
| CastableAs648 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Try variable castable as xs:QName. | ||
| Spec Citations: | ||
| #casting-to-anyuri | ||
| #id-castable | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs648.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprCastable/CastableAs648.txt |
| K-SeqExprCastable-1 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| '+' nor '?' is allowed as a cardinality specifier in 'castable as'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-SeqExprCastable-2 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| '+' nor '?' is allowed as a cardinality specifier in 'castable as'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-SeqExprCastable-3 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| '+' nor '?' is allowed as a cardinality specifier in 'castable as'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-SeqExprCastable-4 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| '+' nor '?' is allowed as a cardinality specifier in 'castable as'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Error: err:XPST0051 | ||
| K-SeqExprCastable-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An invalid type for 'castable as' is specified. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0051 | ||
| K-SeqExprCastable-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An invalid type for 'castable as' is specified. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0051 | ||
| K-SeqExprCastable-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An invalid type for 'castable as' is specified. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCastable-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An invalid type for 'castable as' is specified. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCastable-9 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An invalid type for 'castable as' is specified. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCastable-10 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An invalid type for 'castable as' is specified. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCastable-11 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An invalid type for 'castable as' is specified. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| K-SeqExprCastable-12 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| An invalid type for 'castable as' is specified. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Error: err:XPST0051 | ||
| K-SeqExprCastable-13 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| An invalid type for 'castable as' is specified, leading to a syntax error. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Error: err:XPST0051 | ||
| K-SeqExprCastable-14 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| An invalid type for 'castable as' is specified, leading to a syntax error. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Error: err:XPST0051 | ||
| K-SeqExprCastable-15 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| An invalid type for 'castable as' is specified, leading to a syntax error. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Error: err:XPST0051 | ||
| K-SeqExprCastable-16 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| An invalid type for 'castable as' is specified, leading to a syntax error. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Error: err:XPST0051 | ||
| K-SeqExprCastable-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(QName("", "lname") castable as xs:integer)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-17.txt |
| K-SeqExprCastable-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| When casting to xs:QName the source value can be a xs:QName value. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-18.txt |
| K-SeqExprCastable-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting an xs:string to xs:QName works. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-19.txt |
| K-SeqExprCastable-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting an empty sequence to xs:QName does not work. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-20.txt |
| K-SeqExprCastable-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting an empty sequence to xs:QName? works. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-21.txt |
| K-SeqExprCastable-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Casting an xs:untypedAtomic to xs:QName does not work. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-22.txt |
| K-SeqExprCastable-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(("one", "two") castable as xs:string?)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-23.txt |
| K-SeqExprCastable-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not('string' castable as xs:boolean)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-24.txt |
| K-SeqExprCastable-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `'true' castable as xs:boolean`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-25.txt |
| K-SeqExprCastable-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float(1) castable as xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-26.txt |
| K-SeqExprCastable-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float(1) castable as xs:untypedAtomic`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-27.txt |
| K-SeqExprCastable-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:float(1) castable as xs:string`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-28.txt |
| K-SeqExprCastable-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(xs:anyURI("example.com/") castable as xs:integer)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-29.txt |
| K-SeqExprCastable-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not("three" castable as xs:float)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-30.txt |
| K-SeqExprCastable-31 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not("three" castable as xs:integer)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-31.txt |
| K-SeqExprCastable-32 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not("three" castable as xs:decimal)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-32.txt |
| K-SeqExprCastable-33 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not("three" castable as xs:double)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-33.txt |
| K-SeqExprCastable-34 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not((1, 2, 3) castable as xs:integer)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-34.txt |
| K-SeqExprCastable-35 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(() castable as xs:integer)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-35.txt |
| K-SeqExprCastable-36 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `() castable as xs:integer?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-36.txt |
| K-SeqExprCastable-37 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1) castable as xs:integer?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-37.txt |
| K-SeqExprCastable-38 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(("one", "two") castable as xs:string?)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-38.txt |
| K2-SeqExprCastable-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Testing castability to xs:QName where the cardinality is wrong. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K2-SeqExprCastable-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K2-SeqExprCastable-1.txt |
| K2-SeqExprCastable-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Testing castability to xs:QName where the cardinality is wrong(#2). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K2-SeqExprCastable-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprCastable/K2-SeqExprCastable-2.txt |
| treat-as-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression where dynamic type does not match expected type. | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0050 | ||
| treat-as-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression involving the xs:string data type and a function that expects a string. | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-2.txt |
| treat-as-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression involving the xs:integer data type and a div expression. | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-3.txt |
| treat-as-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression involving the xs:decimal data type and a function that can take an decimal/integer (integer treated as decimal). | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-4.txt |
| treat-as-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression involving the xs:decimal data type and a function that can take a decimal/integer (decimal treated as integer). | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-5.txt |
| treat-as-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression involving the xs:float data type and a function that can take a float (fn:abs). | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-6.txt |
| treat-as-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression involving the xs:double data type and a function that can take a double (fn:abs). | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-7.txt |
| treat-as-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression involving the xs:boolean data type and a function that can take a boolean (fn:not). | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-8.txt |
| treat-as-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression involving the xs:date data type and a function that can take a date (fn:year-from-date). | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-9.txt |
| treat-as-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression involving the xs:dateTime data type and a function that can take a dateTime (fn:minutes-from-dateTime). | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-10.txt |
| treat-as-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression involving the xs:time data type and a function that can take a time (fn:hours-from-time). | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-11.txt |
| treat-as-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression involving the xs:integer data type and a homogeneous sequence. | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-12.txt |
| treat-as-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression involving the xs:integer data type and a heterogeneous sequence. | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-13.txt |
| treat-as-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression with a "cast as" expression and integer/float data types. | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-14.txt |
| treat-as-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression with a "cast as" expression and integer/double data types. | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-15.txt |
| treat-as-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression with a "cast as" expression and float/integer data types. | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-16.txt |
| treat-as-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression with a "cast as" expression and double/integer data types. | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-17.txt |
| treat-as-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression with a "cast as" expression and double/float data types. | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-18.txt |
| treat-as-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression with a "cast as" expression and float/double data types. | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-19.txt |
| treat-as-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression with a "cast as" expression and decimal/double data types. | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-20.txt |
| treat-as-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression with a "cast as" expression and decimal/float data types. | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-21.txt |
| treat-as-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression with a "cast as" expression and float/decimal data types (float cast as decimal treat as decimal). | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-22.txt |
| treat-as-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression with a "cast as" expression and double/decimal data types (double cast as decimal treat as decimal). | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-23.txt |
| treat-as-24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression used as part of an addition operation. | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-24.txt |
| treat-as-25 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of treat as expression used as part of a subtraction operation. | ||
| Spec Citations: | ||
| #id-treat | ||
| Query: | ||
| Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/exprSeqTypes/SeqExprTreat/treat-as-25.txt |
| K-SeqExprTreat-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `3 treat as xs:string`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0050 | ||
| K-SeqExprTreat-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:double("3") treat as xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0050 | ||
| K-SeqExprTreat-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:anyURI("example.com/") treat as xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0050 | ||
| K-SeqExprTreat-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `3.0 treat as xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0050 | ||
| K-SeqExprTreat-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:integer(3) treat as xs:decimal instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-5.txt |
| K-SeqExprTreat-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `"3" treat as xs:string eq '3'`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-6.txt |
| K-SeqExprTreat-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:integer("3") treat as xs:decimal instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-7.txt |
| K-SeqExprTreat-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A type is specified which doesn't exist. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| K-SeqExprTreat-9 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A type is specified which doesn't exist. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0051 | ||
| K-SeqExprTreat-10 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Exactly-one xs:integer does not match empty-sequence(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0050 | ||
| K-SeqExprTreat-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Implementations using the static typing feature, may raise XPTY0004 because one of the operands to operator 'eq' has cardinality 'one-or-more'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-11.txt |
| Error: err:XPTY0004 | ||
| K-SeqExprTreat-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Implementations using the static typing feature, may raise XPTY0004 because one of the operands to operator 'eq' has cardinality 'zero-or-more'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-12.txt |
| Error: err:XPTY0004 | ||
| K-SeqExprTreat-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Implementations using the static typing feature, may raise XPTY0004 because one of the operands to the multiply-operator has cardinality 'zero-or-more'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-13.txt |
| Error: err:XPTY0004 | ||
| K-SeqExprTreat-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(3 treat as xs:integer ? * 3) eq 9`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-14.txt |
| K-SeqExprTreat-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A complex 'treat as' expression, stressing parser and evaluation logic. Implementations supporting the static typing feature may issue XPTY0004. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-15.txt |
| Error: err:XPTY0004 | ||
| K-SeqExprTreat-16 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| '3 treat as item(' is a syntatically invalid expression. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-SeqExprTreat-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(remove((5, 1e0), 2) treat as xs:integer) eq 5`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-17.txt |
| K2-SeqExprTreat-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `xs:decimal(3) treat as xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K2-SeqExprTreat-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0050 | ||
| version_declaration-001 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates version declaration,the version. | ||
| Spec Citations: | ||
| #id-version-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/version_declaration-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VersionProlog/version_declaration-001.txt |
| Error: err:* | ||
| version_declaration-002 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates version declaration,the version. | ||
| Spec Citations: | ||
| #id-version-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/version_declaration-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/VersionProlog/version_declaration-002.txt |
| Error: err:* | ||
| version_declaration-003 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates version declaration,the version. | ||
| Spec Citations: | ||
| #id-version-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/version_declaration-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/VersionProlog/version_declaration-003.txt |
| Error: err:* | ||
| version_declaration-004 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates version declaration,the version. | ||
| Spec Citations: | ||
| #id-version-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/version_declaration-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/VersionProlog/version_declaration-004.txt |
| Error: err:* | ||
| version_declaration-006 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates version declaration,the version. | ||
| Spec Citations: | ||
| #id-version-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/version_declaration-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0031 | ||
| version_declaration-007 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates version declaration,the version. | ||
| Spec Citations: | ||
| #id-version-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/version_declaration-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0031 | ||
| version_declaration-008 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates version declaration,the version. | ||
| Spec Citations: | ||
| #id-version-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/version_declaration-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0031 | ||
| version_declaration-009 | Scenario: parse-error | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates version declaration,the version. | ||
| Spec Citations: | ||
| #id-version-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/version_declaration-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| version_declaration-010 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of version declaration, for which the encoding does not conforms to "encName" from XML 1.0. | ||
| Spec Citations: | ||
| #id-version-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/version_declaration-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0087 | ||
| prolog-version-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of prolog version declaration with both version and encoding information (set to 1.0 and "UTF-8") respectively. | ||
| Spec Citations: | ||
| #id-version-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/prolog-version-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VersionProlog/prolog-version-1.txt |
| prolog-version-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of prolog version declaration with both version and encoding information (set to 1.0 and "UTF-16") respectively. | ||
| Spec Citations: | ||
| #id-version-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/prolog-version-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VersionProlog/prolog-version-2.txt |
| Error: err:XPST0003 | ||
| prolog-version-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of prolog version declaration with both version and encoding information (set to 1.0 and "US-ASCII") respectively. | ||
| Spec Citations: | ||
| #id-version-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/prolog-version-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VersionProlog/prolog-version-3.txt |
| prolog-version-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of prolog version as described in "version_declaration-001.xq". However comments here are after version declaration. | ||
| Spec Citations: | ||
| #id-version-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/prolog-version-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VersionProlog/prolog-version-4.txt |
| prolog-version-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of prolog version as described in "version_declaration-002.xq". However comments here are after version declaration. | ||
| Spec Citations: | ||
| #id-version-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/prolog-version-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/VersionProlog/prolog-version-5.txt |
| prolog-version-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of prolog version as described in "version_declaration-003.xq". However comments here are after version declaration. | ||
| Spec Citations: | ||
| #id-version-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/prolog-version-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/VersionProlog/prolog-version-6.txt |
| prolog-version-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of prolog version as described in "version_declaration-004.xq". However comments here are after version declaration. | ||
| Spec Citations: | ||
| #id-version-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/prolog-version-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/VersionProlog/prolog-version-7.txt |
| prolog-version-9 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Evaluation of prolog version as described in "version_declaration-006.xq". However comments here are after version declaration. | ||
| Spec Citations: | ||
| #id-version-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/prolog-version-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0031 | ||
| prolog-version-10 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Evaluation of prolog version as described in "version_declaration-007.xq". However comments here are after version declaration. | ||
| Spec Citations: | ||
| #id-version-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/prolog-version-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0031 | ||
| prolog-version-11 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Evaluation of prolog version as described in "version_declaration-008.xq". However comments here are after version declaration. | ||
| Spec Citations: | ||
| #id-version-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/prolog-version-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0031 | ||
| prolog-version-12 | Scenario: parse-error | Creator: Pulkita Tyagi |
| Description: | ||
| Evaluation of prolog version as described in "version_declaration-009.xq". However comments here are after version declaration. | ||
| Spec Citations: | ||
| #id-version-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/prolog-version-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-VersionProlog-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple version declaration including encoding. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/K-VersionProlog-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VersionProlog/K-VersionProlog-1.txt |
| K-VersionProlog-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple version declaration excluding encoding. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/K-VersionProlog-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VersionProlog/K-VersionProlog-2.txt |
| K-VersionProlog-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A version declaration with an encoding containing whitespace. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/K-VersionProlog-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0087 | ||
| K-VersionProlog-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A version declaration with an encoding containing an disallowed character. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/K-VersionProlog-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0087 | ||
| K-VersionProlog-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A prolog containing many different declarations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/K-VersionProlog-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VersionProlog/K-VersionProlog-5.txt |
| K2-VersionProlog-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| a string literal reminding of an xquery version declaration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/K2-VersionProlog-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VersionProlog/K2-VersionProlog-1.txt |
| K2-VersionProlog-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| a string literal reminding of an xquery version declaration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VersionProlog/K2-VersionProlog-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VersionProlog/K2-VersionProlog-2.txt |
| boundary-space-001 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates stripping/preserving of boundary. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-001.txt |
| boundary-space-002 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates stripping/preserving of boundary. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-002.txt |
| boundary-space-003 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates stripping/preserving of boundary. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-003.txt |
| boundary-space-004 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates stripping/preserving of boundary. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-004.txt |
| boundary-space-005 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates stripping/preserving of boundary. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-005.txt |
| boundary-space-006 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates stripping/preserving of boundary. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-006.txt |
| boundary-space-007 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates stripping/preserving of boundary. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-007.txt |
| boundary-space-008 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates stripping/preserving of boundary. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-008.txt |
| boundary-space-009 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates stripping/preserving of boundary. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-009.txt |
| boundary-space-010 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates stripping/preserving of boundary. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-010.txt |
| boundary-space-011 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates stripping/preserving of boundary. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-011.txt |
| boundary-space-012 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates stripping/preserving of boundary. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-012.txt |
| boundary-space-013 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates stripping/preserving of boundary. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-013.txt |
| boundary-space-014 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates stripping/preserving of boundary. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-014.txt |
| boundary-space-015 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates stripping/preserving of boundary. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-015.txt |
| boundary-space-016 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates stripping/preserving of boundary. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-016.txt |
| boundary-space-017 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates stripping/preserving of boundary. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-017.txt |
| boundary-space-018 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates stripping/preserving of boundary. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-018.txt |
| boundary-space-019 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates stripping/preserving of boundary. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-019.txt |
| boundary-space-020 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates stripping/preserving of boundary. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-020.txt |
| boundary-space-021 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates stripping/preserving of boundary. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-021.txt |
| boundary-space-022 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates stripping/preserving of boundary. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BoundarySpaceProlog/boundary-space-022.txt |
| boundaryspacedeclerr-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with two boundary space declarations. | ||
| Spec Citations: | ||
| #id-boundary-space-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/boundaryspacedeclerr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0068 | ||
| K-BoundarySpaceProlog-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple 'declare boundary-space' declaration, specifying 'preserve'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/K-BoundarySpaceProlog-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BoundarySpaceProlog/K-BoundarySpaceProlog-1.txt |
| K-BoundarySpaceProlog-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple 'declare boundary-space' declaration, specifying 'strip'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/K-BoundarySpaceProlog-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BoundarySpaceProlog/K-BoundarySpaceProlog-2.txt |
| K-BoundarySpaceProlog-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Two 'declare boundary-space' declarations are invalid. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/K-BoundarySpaceProlog-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0068 | ||
| K-BoundarySpaceProlog-4 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| The expression 'declare boundary space' is invalid. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BoundarySpaceProlog/K-BoundarySpaceProlog-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| defaultcolldecl-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the declaration of two default collation in the prolog. | ||
| Spec Citations: | ||
| #id-default-collation-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CollationProlog/defaultcolldecl-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0038 | ||
| defaultcolldecl-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the declaration default collation in the prolog that should raise an error for most (if not all implementations). | ||
| Spec Citations: | ||
| #id-default-collation-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CollationProlog/defaultcolldecl-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0038 | ||
| K-CollationProlog-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A 'declare default collation' that uses a relative URI combined with setting the base-uri, to specify the Unicode Codepoint collation. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CollationProlog/K-CollationProlog-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CollationProlog/K-CollationProlog-1.txt |
| K-CollationProlog-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A 'declare default collation' that uses a relative URI combined with setting the base-uri, to specify an invalid collation. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CollationProlog/K-CollationProlog-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0038 | ||
| K-CollationProlog-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Any implementation must support setting the default collation to the Unicode Codepoint collation with 'declare default collation'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CollationProlog/K-CollationProlog-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CollationProlog/K-CollationProlog-3.txt |
| K-CollationProlog-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A 'declare default collation' expression may occur only once. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CollationProlog/K-CollationProlog-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0038 | ||
| K-CollationProlog-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Two 'declare default collation' declarations where the collations differs. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CollationProlog/K-CollationProlog-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0038 | ||
| copynamespace-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with more than one copy-namespace declaration. | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0055 | ||
| copynamespace-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that local namespace overrides default namespace. | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-2.txt |
| copynamespace-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates copy namespace declaration with value set to "preserve no-inherit". | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-3.txt |
| copynamespace-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates copy namespace declaration with value set to "preserve inherit". | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-4.txt |
| copynamespace-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates copy namespace declaration with value set to "preserve no-inherit" and copied element uses same namespace as constructor element. | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-5.txt |
| copynamespace-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates copy namespace declaration with value set to "preserve inherit" and copied element uses same namespace as constructor element. | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-6.txt |
| copynamespace-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates copy namespace declaration with value set to "no-preserve no-inherit". Use Global variables with namespaces with prefixes. | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-7.txt |
| copynamespace-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates copy namespace declaration with value set to "preserve no-inherit". Use Global variables with namespaces with prefixes. | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-8.txt |
| copynamespace-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates copy namespace declaration with value set to "no-preserve inherit". Use Global variables with namespaces with prefixes. | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-9.txt |
| copynamespace-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates copy namespace declaration with value set to "preserve inherit". Use Global variables with namespaces with prefixes. | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-10.txt |
| copynamespace-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates copy namespace declaration with value set to "preserve inherit". Use Global variables with namespaces with same prefixes and different namespace URI. | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-11.txt |
| copynamespace-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates copy namespace declaration with value set to "preserve inherit". Use Global variables with namespaces with different prefixes and same namespace URI. | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-12.txt |
| copynamespace-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates copy namespace declaration with value set to "preserve inherit". Use global variables. Only the XML prefix is used. | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-13.txt |
| copynamespace-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates copy namespace declaration with value set to "preserve inherit". Use global variables where prefix differes in case. | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-14.txt |
| copynamespace-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates copy namespace declaration with value set to "preserve inherit" with multiple inclusions. Examines last element in subtree. | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-15.txt |
| copynamespace-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates copy namespace declaration with value set to "no-preserve inherit" with multiple inclusions. Examines last element in subtree. | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-16.txt |
| copynamespace-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates copy namespace declaration with value set to "no-preserve no-inherit" with multiple inclusions. Examines last element in subtree. | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-17.txt |
| copynamespace-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates copy namespace declaration with value set to "preserve no-inherit" with multiple inclusions. Examines last element in subtree. | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-18.txt |
| copynamespace-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates copy namespace declaration with value set to "preserve inherit" with multiple inclusions. Examines mid element in subtree. | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-19.txt |
| copynamespace-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates copy namespace declaration with value set to "no-preserve inherit" with multiple inclusions. Examines mid element in subtree. | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-20.txt |
| copynamespace-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates copy namespace declaration with value set to "no-preserve no-inherit" with multiple inclusions. Examines mid element in subtree. | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-21.txt |
| copynamespace-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates copy namespace declaration with value set to "preserve no-inherit" with multiple inclusions. Examines mid element in subtree. | ||
| Spec Citations: | ||
| #id-copy-namespaces-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/copynamespace-22.txt |
| K-CopyNamespacesProlog-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A prolog may not contain two copy-namespaces declarations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/K-CopyNamespacesProlog-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0055 | ||
| K-CopyNamespacesProlog-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A 'declare copy-namespaces' declaration specifying no-preserve and no-inherit. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/K-CopyNamespacesProlog-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/K-CopyNamespacesProlog-2.txt |
| K-CopyNamespacesProlog-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A 'declare copy-namespaces' declaration specifying no-preserve and no-inherit. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/K-CopyNamespacesProlog-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/CopyNamespacesProlog/K-CopyNamespacesProlog-3.txt |
| K-CopyNamespacesProlog-4 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A 'declare copy-namespaces' declaration specifying no-preserve and no-inherit in a wrong order . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/K-CopyNamespacesProlog-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-CopyNamespacesProlog-5 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A 'declare copy-namespaces' declaration specifying preserve and inherit in a wrong order . | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/CopyNamespacesProlog/K-CopyNamespacesProlog-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| base-URI-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the declaration of two base-uri in the prolog. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-URI-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0032 | ||
| base-URI-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that a declaration containing "abc<" is a valid base-uri declaration. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-URI-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-2.txt |
| Error: err:XQST0046 | ||
| base-URI-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that a declaration containing "abc>" is a valid base-uri declaration. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-URI-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-3.txt |
| Error: err:XQST0046 | ||
| base-URI-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that a declaration containing "abc&" is a valid base-uri declaration. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-URI-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-4.txt |
| base-URI-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that a declaration containing "abc"" is a valid base-uri declaration. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-URI-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-5.txt |
| Error: err:XQST0046 | ||
| base-URI-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that a declaration containing "abc'" is a valid base-uri declaration. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-URI-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-6.txt |
| base-URI-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates base-uri property with the resolve-uri function. Typical usage. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| #func-resolve-uri | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-URI-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-7.txt |
| base-URI-8 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates usage of base-uri property with resolve-uri function. base-usi not defined. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| #func-resolve-uri | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-URI-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-8.txt |
| Error: err:FONS0005 | ||
| base-URI-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates base-uri property with the static-base-uri function. Typical usage. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| #func-static-base-uri | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-URI-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-9.txt |
| base-URI-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates base-uri property with the static-base-uri function. base-uri property not defined. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| #func-static-base-uri | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-URI-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-10.txt |
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URIalt-10.txt |
| base-URI-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that the value of the base-uri can have numbers. Used with the static-base-uri function. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| #func-static-base-uri | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-URI-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-11.txt |
| base-URI-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that the value of the base-uri can have an escape quote. Used with the static-base-uri function. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| #func-static-base-uri | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-URI-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-12.txt |
| Error: err:XQST0046 | ||
| base-URI-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that the value of the base-uri can have an escape apostrophe. Used with the static-base-uri function. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| #func-static-base-uri | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-URI-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-13.txt |
| base-URI-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that the value of the base-uri can have a "ampersand pound pound 0 semi "(spaces removed)pattern on it. Use with the static-base-uri function. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| #func-static-base-uri | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-URI-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-14.txt |
| Error: err:XQST0046 | ||
| base-URI-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that the value of the base-uri can be a single character. Use with the static-base-uri function. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| #func-static-base-uri | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-URI-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-15.txt |
| base-URI-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that the value of the base-uri can contain the string "ampersand pound a ;". Use with the static-base-uri function. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| #func-static-base-uri | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-URI-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-18.txt |
| Error: err:XQST0046 | ||
| base-URI-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that the value of the base-uri can bet set to the string "declare base-uri". Use with the static-base-uri function. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| #func-static-base-uri | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-URI-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-19.txt |
| Error: err:XQST0046 | ||
| base-URI-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that the value of the base-uri can bet set to the string "base-uri". Use with the static-base-uri function. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| #func-static-base-uri | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-URI-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-20.txt |
| base-URI-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that the value of the base-uri can bet set to the string "BASE-URI". Use with the static-base-uri function. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| #func-static-base-uri | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-URI-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-21.txt |
| base-URI-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify normalization of xs:anyURI (leading whitespace). Use with the static-base-uri function. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| #func-static-base-uri | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-URI-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-22.txt |
| base-URI-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify normalization of xs:anyURI (trailing whitespace). Use with the static-base-uri function. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| #func-static-base-uri | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-URI-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-23.txt |
| base-URI-24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify normalization of xs:anyURI (whitespace in the middle). Use with the static-base-uri function. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| #func-static-base-uri | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-URI-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-24.txt |
| Error: err:XQST0046 | ||
| base-uri-25 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify normalization of xs:anyURI (encoded whitespace in the middle). Use with the static-base-uri function. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| #func-static-base-uri | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-uri-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-25.txt |
| base-uri-26 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of base-uri declaration set to a relative value. It uses the static-base-uri function. | ||
| Spec Citations: | ||
| #id-base-uri-decl | ||
| #func-static-base-uri | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-uri-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-URI-26.txt |
| base-uri-27 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| relative base-uri | ||
| Spec Citations: | ||
| #id-content | ||
| #id-base-uri-decl | ||
| #func-static-base-uri | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-uri-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-uri-27.txt |
| base-uri-28 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| relative base-uri through parent | ||
| Spec Citations: | ||
| #id-content | ||
| #id-base-uri-decl | ||
| #func-static-base-uri | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-uri-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-uri-28.txt |
| base-uri-29 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| relative base-uri through parent | ||
| Spec Citations: | ||
| #id-content | ||
| #id-base-uri-decl | ||
| #func-static-base-uri | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/base-uri-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/base-uri-29.txt |
| K-BaseURIProlog-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test 'declare base-uri' with fn:static-base-uri(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/K-BaseURIProlog-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/BaseURIProlog/K-BaseURIProlog-1.txt |
| K-BaseURIProlog-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Two 'declare base-uri' expressions, where the URIs differs. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/K-BaseURIProlog-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0032 | ||
| K-BaseURIProlog-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Two 'declare base-uri' expressions, where the URIs are equal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/BaseURIProlog/K-BaseURIProlog-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0032 | ||
| constprolog-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of prolog with two construction declarations. | ||
| Spec Citations: | ||
| #id-construction-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/constprolog-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0067 | ||
| constprolog-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with construction declaration set to "strip" and used with directly construted element. | ||
| Spec Citations: | ||
| #id-construction-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/constprolog-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/ConstructionProlog/constprolog-2.txt |
| constprolog-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with construction declaration set to "strip" and used with computed construted element. | ||
| Spec Citations: | ||
| #id-construction-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/constprolog-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/ConstructionProlog/constprolog-3.txt |
| constprolog-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with construction declaration set to "preserve" and used with directly construted element. | ||
| Spec Citations: | ||
| #id-construction-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/constprolog-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/ConstructionProlog/constprolog-4.txt |
| constprolog-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with construction declaration set to "preserve" and used with computed element. | ||
| Spec Citations: | ||
| #id-construction-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/constprolog-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/ConstructionProlog/constprolog-5.txt |
| constprolog-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with construction declaration set to "strip" and used with directly constructed element compare against "xs:anyType". | ||
| Spec Citations: | ||
| #id-construction-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/constprolog-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/ConstructionProlog/constprolog-6.txt |
| constprolog-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with construction declaration set to "strip" and used with computed element compare against "xs:anyType". | ||
| Spec Citations: | ||
| #id-construction-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/constprolog-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/ConstructionProlog/constprolog-7.txt |
| constprolog-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with construction declaration set to "strip" and used with direct element and used as argument to fn:not(). | ||
| Spec Citations: | ||
| #id-construction-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/constprolog-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/ConstructionProlog/constprolog-8.txt |
| constprolog-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with construction declaration set to "strip" and used with computed element and used as argument to fn:not(). | ||
| Spec Citations: | ||
| #id-construction-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/constprolog-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/ConstructionProlog/constprolog-9.txt |
| constprolog-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with construction declaration set to "preserve" and used with direct element and used as argument to fn:not(). | ||
| Spec Citations: | ||
| #id-construction-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/constprolog-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/ConstructionProlog/constprolog-10.txt |
| constprolog-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with construction declaration set to "preserve" and used with computed element and used as argument to fn:not(). | ||
| Spec Citations: | ||
| #id-construction-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/constprolog-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/ConstructionProlog/constprolog-11.txt |
| constprolog-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with construction declaration set to "strip" and used with direct element (build inside instance of expression) and used as argument to fn:not(). | ||
| Spec Citations: | ||
| #id-construction-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/constprolog-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/ConstructionProlog/constprolog-12.txt |
| constprolog-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with construction declaration set to "preserve" and used with computed element (build inside instance of expression) and used as argument to fn:not(). | ||
| Spec Citations: | ||
| #id-construction-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/constprolog-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/ConstructionProlog/constprolog-13.txt |
| constprolog-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with construction declaration set to "strip" and used with direct element and used with "and" and "fn:true". | ||
| Spec Citations: | ||
| #id-construction-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/constprolog-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/ConstructionProlog/constprolog-14.txt |
| constprolog-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with construction declaration set to "strip" and used with computed element and used with "and" and "fn:true". | ||
| Spec Citations: | ||
| #id-construction-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/constprolog-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/ConstructionProlog/constprolog-15.txt |
| constprolog-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with construction declaration set to "preserve" and used with direct element and used with "and" and "fn:true". | ||
| Spec Citations: | ||
| #id-construction-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/constprolog-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/ConstructionProlog/constprolog-16.txt |
| constprolog-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with construction declaration set to "preserve" and used with computed element and used with "and" and "fn:true". | ||
| Spec Citations: | ||
| #id-construction-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/constprolog-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/ConstructionProlog/constprolog-17.txt |
| constprolog-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with construction declaration set to "strip" and used with direct element and used with "or" and "fn:false". | ||
| Spec Citations: | ||
| #id-construction-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/constprolog-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/ConstructionProlog/constprolog-18.txt |
| constprolog-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with construction declaration set to "strip" and used with computed element and used with "or" and "fn:false". | ||
| Spec Citations: | ||
| #id-construction-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/constprolog-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/ConstructionProlog/constprolog-19.txt |
| constprolog-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with construction declaration set to "preserve" and used with direct element and used with "or" and "fn:false()". | ||
| Spec Citations: | ||
| #id-construction-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/constprolog-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/ConstructionProlog/constprolog-20.txt |
| constprolog-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with construction declaration set to "preserve" and used with computed element and used with "or" and "fn:false". | ||
| Spec Citations: | ||
| #id-construction-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/constprolog-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/ConstructionProlog/constprolog-21.txt |
| K-ConstructionProlog-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that 'declare construction' with the preserve keyword is parsed properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/K-ConstructionProlog-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/ConstructionProlog/K-ConstructionProlog-1.txt |
| K-ConstructionProlog-2 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| 'declare construction Preserve' is syntactically invalid. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/K-ConstructionProlog-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-ConstructionProlog-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that 'declare construction' with the strip keyword is parsed properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/K-ConstructionProlog-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/ConstructionProlog/K-ConstructionProlog-3.txt |
| K-ConstructionProlog-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Two 'declare construction' expressions is invalid. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/ConstructionProlog/K-ConstructionProlog-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0067 | ||
| default_namespace-001 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates Default namespace declaration facilitates the use of unprefixed QNames. | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-001.txt |
| default_namespace-002 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates Default namespace declaration facilitates the use of unprefixed QNames. | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-002.txt |
| default_namespace-003 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates Default namespace declaration facilitates the use of unprefixed QNames. | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-003.txt |
| default_namespace-004 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates Default namespace declaration facilitates the use of unprefixed QNames. | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: acme_corp | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-004.txt |
| default_namespace-005 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates Default namespace declaration facilitates the use of unprefixed QNames. | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-005.txt |
| default_namespace-006 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates Default namespace declaration facilitates the use of unprefixed QNames. | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-006.txt |
| default_namespace-007 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates Default namespace declaration facilitates the use of unprefixed QNames. | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-007.txt |
| default_namespace-008 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates Default namespace declaration facilitates the use of unprefixed QNames. | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-008.txt |
| default_namespace-009 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates Default namespace declaration facilitates the use of unprefixed QNames. | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-009.txt |
| default_namespace-010 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates Default namespace declaration facilitates the use of unprefixed QNames. | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-010.txt |
| default_namespace-011 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates Default namespace declaration facilitates the use of unprefixed QNames. | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-011.txt |
| default_namespace-012 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates Default namespace declaration facilitates the use of unprefixed QNames. | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-012.txt |
| default_namespace-013 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates Default namespace declaration facilitates the use of unprefixed QNames. | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-013.txt |
| default_namespace-014 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates Default namespace declaration facilitates the use of unprefixed QNames. | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-014.txt |
| default_namespace-015 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates Default namespace declaration facilitates the use of unprefixed QNames. | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-015.txt |
| default_namespace-016 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates Default namespace declaration facilitates the use of unprefixed QNames. | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-016.txt |
| default_namespace-017 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates Default namespace declaration facilitates the use of unprefixed QNames. | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-017.txt |
| default_namespace-018 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates Default namespace declaration facilitates the use of unprefixed QNames. | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-018.txt |
| default_namespace-019 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates Default namespace declaration facilitates the use of unprefixed QNames. | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-019.txt |
| default_namespace-020 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates Default namespace declaration facilitates the use of unprefixed QNames. | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-020.txt |
| default_namespace-021 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates Default namespace declaration facilitates the use of unprefixed QNames. | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-021.txt |
| default_namespace-022 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates Default namespace declaration facilitates the use of unprefixed QNames. | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/DefaultNamespaceProlog/default_namespace-022.txt |
| defaultnamespacedeclerr-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the of a query prolog with two default namespace declarations (two element namespace). | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/defaultnamespacedeclerr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0066 | ||
| defaultnamespacedeclerr-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the of a query prolog with two default namespace declarations (two functions namespace). | ||
| Spec Citations: | ||
| #id-default-namespace | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/defaultnamespacedeclerr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0066 | ||
| K-DefaultNamespaceProlog-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A 'declare default element namespace' expression containing many comments, using apostrophes for the URILiteral. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/K-DefaultNamespaceProlog-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/DefaultNamespaceProlog/K-DefaultNamespaceProlog-1.txt |
| K-DefaultNamespaceProlog-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A 'declare default element namespace' expression containing many comments, using quotes for the URILiteral. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/K-DefaultNamespaceProlog-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/DefaultNamespaceProlog/K-DefaultNamespaceProlog-2.txt |
| K-DefaultNamespaceProlog-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A 'declare default function namespace' expression containing many comments, using apostrophes for the URILiteral. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/K-DefaultNamespaceProlog-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/DefaultNamespaceProlog/K-DefaultNamespaceProlog-3.txt |
| K-DefaultNamespaceProlog-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A 'declare default function namespace' expression containing many comments, using quotes for the URILiteral. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/K-DefaultNamespaceProlog-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/DefaultNamespaceProlog/K-DefaultNamespaceProlog-4.txt |
| K-DefaultNamespaceProlog-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No function named boolean is available in the namespace 'example.com' set via 'declare default function namespace'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/K-DefaultNamespaceProlog-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-DefaultNamespaceProlog-6 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| 'declare function namespace' is a syntactically invalid declaration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/K-DefaultNamespaceProlog-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-DefaultNamespaceProlog-7 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| 'declare function namespace' is a syntactically invalid declaration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/K-DefaultNamespaceProlog-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-DefaultNamespaceProlog-8 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| '=' cannot be used in a 'declare namespace' declaration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/K-DefaultNamespaceProlog-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-DefaultNamespaceProlog-9 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| '=' cannot be used in a 'declare namespace' declaration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/K-DefaultNamespaceProlog-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-DefaultNamespaceProlog-10 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| ':=' cannot be used in a 'declare namespace' declaration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/K-DefaultNamespaceProlog-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-DefaultNamespaceProlog-11 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| ':=' cannot be used in a 'declare namespace' declaration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultNamespaceProlog/K-DefaultNamespaceProlog-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| orderDecl-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Declaration of both "ordered" and "unordered" mode. Should raise a type error. | ||
| Spec Citations: | ||
| #id-default-ordering-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/orderDecl-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0065 | ||
| orderDecl-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Testing of a simple "union" operation with ordering mode to "ordered". | ||
| Spec Citations: | ||
| #id-default-ordering-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/orderDecl-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-2.txt |
| orderdecl-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Testing of a simple "union" operation with ordering mode to "unordered". | ||
| Spec Citations: | ||
| #id-default-ordering-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-3.txt |
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdeclalt-3.txt |
| orderDecl-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Testing of a simple "intersect" operation with ordering mode to "ordered". | ||
| Spec Citations: | ||
| #id-default-ordering-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/orderDecl-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-4.txt |
| orderdecl-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Testing of a simple "intersect" operation with ordering mode to "unordered". | ||
| Spec Citations: | ||
| #id-default-ordering-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-5.txt |
| orderdecl-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Testing of a simple "except" operation with ordering mode to "ordered". | ||
| Spec Citations: | ||
| #id-default-ordering-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-6.txt |
| orderDecl-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Testing of a simple "except" operation with ordering mode to "unordered". | ||
| Spec Citations: | ||
| #id-default-ordering-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/orderDecl-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-7.txt |
| orderDecl-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of prolog ordering mode "ordered" on a FLOWR expression with no ordering mode. | ||
| Spec Citations: | ||
| #id-default-ordering-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/orderDecl-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-8.txt |
| orderDecl-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of prolog ordering mode "ordered" on a FLOWR expression with order modifier of "descending". | ||
| Spec Citations: | ||
| #id-default-ordering-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/orderDecl-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-9.txt |
| orderDecl-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of prolog ordering mode "ordered" on a FLOWR expression with order modifier of "ascending". | ||
| Spec Citations: | ||
| #id-default-ordering-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/orderDecl-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-10.txt |
| orderDecl-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of prolog ordering mode "unordered" on a FLOWR expression with order modifier of "descending". | ||
| Spec Citations: | ||
| #id-default-ordering-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/orderDecl-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-11.txt |
| orderDecl-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of prolog ordering mode "unordered" on a FLOWR expression with order modifier of "ascending". | ||
| Spec Citations: | ||
| #id-default-ordering-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/orderDecl-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-12.txt |
| orderDecl-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of prolog ordering mode "ordered" on an XPATH expression containing" "/". | ||
| Spec Citations: | ||
| #id-default-ordering-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/orderDecl-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-13.txt |
| orderdecl-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of prolog ordering mode "unordered" on an XPATH expression containing "/". | ||
| Spec Citations: | ||
| #id-default-ordering-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-14.txt |
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdeclalt-14.txt |
| orderDecl-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of prolog ordering mode "ordered" on an XPATH expression containing "//". | ||
| Spec Citations: | ||
| #id-default-ordering-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/orderDecl-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-15.txt |
| orderDecl-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of prolog ordering mode "unordered" on an XPATH expression containing "//". | ||
| Spec Citations: | ||
| #id-default-ordering-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/orderDecl-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-16.txt |
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdeclalt-16.txt |
| orderDecl-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of prolog ordering mode set to "unordered", which is overridden by an "ordered" expression. | ||
| Spec Citations: | ||
| #id-default-ordering-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/orderDecl-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-17.txt |
| orderDecl-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of prolog ordering mode set to "ordered", which is overridden by an "unordered" expression. | ||
| Spec Citations: | ||
| #id-default-ordering-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/orderDecl-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-18.txt |
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdeclalt-18.txt |
| orderDecl-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of prolog ordering mode set to "ordered", and use of the "child" axis. | ||
| Spec Citations: | ||
| #id-default-ordering-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/orderDecl-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-20.txt |
| orderDecl-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of prolog ordering mode set to "ordered", and use of the "parent" axis. | ||
| Spec Citations: | ||
| #id-default-ordering-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/orderDecl-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-21.txt |
| orderDecl-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of prolog ordering mode set to "ordered", and use of the "following" axis. | ||
| Spec Citations: | ||
| #id-default-ordering-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/orderDecl-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-22.txt |
| Error: err:XPST0010 | ||
| orderDecl-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of prolog ordering mode set to "ordered", and use of the "descendant" axis. | ||
| Spec Citations: | ||
| #id-default-ordering-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/orderDecl-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/DefaultOrderingProlog/orderdecl-23.txt |
| K-DefaultOrderingProlog-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple 'declare ordering mode' declaration, specifying 'preserve'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/K-DefaultOrderingProlog-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/DefaultOrderingProlog/K-DefaultOrderingProlog-1.txt |
| K-DefaultOrderingProlog-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple 'declare ordering mode' declaration, specifying 'strip'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/K-DefaultOrderingProlog-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/DefaultOrderingProlog/K-DefaultOrderingProlog-2.txt |
| K-DefaultOrderingProlog-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Two 'declare ordering mode' declarations are invalid. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/DefaultOrderingProlog/K-DefaultOrderingProlog-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0065 | ||
| emptyorderdecl-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a prolog with two empty order declarations. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0069 | ||
| emptyorderdecl-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty greatest" and a set of nodes (one empty) sorted in ascending order. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-2.txt |
| emptyorderdecl-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty greatest" and a set of nodes (two empty) sorted in ascending order. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-3.txt |
| emptyorderdecl-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty greatest" and a set numbers (one set to NaN Expression) sorted in ascending order. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-4.txt |
| emptyorderdecl-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty greatest" and a set numbers (two set to NaN Expressions) sorted in ascending order. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-5.txt |
| emptyorderdecl-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty greatest" and a set of nodes (one empty) with no order by clause. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-6.txt |
| emptyorderdecl-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty least" and a set of nodes (one empty) with no order by clause. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-7.txt |
| emptyorderdecl-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty greatest" and a set of numbers (one NaN expresssion) with no order by clause. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-8.txt |
| emptyorderdecl-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty least" and a set of numbers (two NaN expressions) with no order by clause. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-9.txt |
| emptyorderdecl-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty greatest" and a set of nodes (one empty) sorted in descending order. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-10.txt |
| emptyorderdecl-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty greatest" and a set of nodes (two of them empty) sorted in descending order. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-11.txt |
| emptyorderdecl-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty greatest" and a set of numbers (one of them set to a NaN expression) sorted in descending order. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-12.txt |
| emptyorderdecl-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty greatest" and a set of numbers (two of them set to a NaN expression) sorted in descending order. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-13.txt |
| emptyorderdecl-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty least" and a set of nodes (one empty) sorted in ascending order. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-14.txt |
| emptyorderdecl-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty least" and a set of nodes (two of them empty) sorted in ascending order. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-15.txt |
| emptyorderdecl-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty least" and a set of numbers (one of them set to a NaN expression) sorted in ascending order. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-16.txt |
| emptyorderdecl-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty least" and a set of numbers (two of them set to a NaN expression) sorted in ascending order. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-17.txt |
| emptyorderdecl-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty least" and a set of nodes (one empty) sorted in descending order. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-18.txt |
| emptyorderdecl-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty least" and a set of nodes (two of them empty) sorted in descending order. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-19.txt |
| emptyorderdecl-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty least" and a set of numbers (one of them set to a NaN expression) sorted in descending order. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-20.txt |
| emptyorderdecl-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty least" and a set of numbers (two of them set to a NaN expression) sorted indescending order. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-21.txt |
| emptyorderdecl-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty greatest" and a set of nodes (one of them set to empty) sorted in ascending order and local order by clause overrides empty order declaration in prolog (empty least). | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-22.txt |
| emptyorderdecl-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty greatest" and a set of numbers (one of them set to NaN expression) sorted in ascending order and local order by clause overrides empty order declaration in prolog (empty least). | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-23.txt |
| emptyorderdecl-24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty greatest" and a set of nodes (one of them set to empty) sorted in ascending order and local order by clause set to empty greatest. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-24.txt |
| emptyorderdecl-25 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty greatest" and a set of numbers (one of them set to NaN expression) sorted in ascending order and local order by clause set to empty greatest. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-25.txt |
| emptyorderdecl-26 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty least" and a set of nodes (one of them set to empty) sorted in ascending order and local order by clause overriddes prolog. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-26.txt |
| emptyorderdecl-27 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty least" and a set of numbers (one of them set to NaN expression) sorted in ascending order and local order by clause overriddes declaration in prolog. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-27.txt |
| emptyorderdecl-28 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty least" and a set of nodes (one of them set to empty) sorted in ascending order and local order by clause set the same value. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-28.txt |
| emptyorderdecl-29 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of empty order declaration set to "empty least" and a set of numbers (one of them set to NaN expression) sorted in ascending order and local order by clause set to same value. | ||
| Spec Citations: | ||
| #id-empty-order-decl | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/EmptyOrderProlog/emptyorderdecl-29.txt |
| K-EmptyOrderProlog-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple 'declare default order empty' declaration, specifying 'greatest'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/K-EmptyOrderProlog-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/EmptyOrderProlog/K-EmptyOrderProlog-1.txt |
| K-EmptyOrderProlog-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple 'declare default order empty' declaration, specifying 'strip'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/K-EmptyOrderProlog-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/EmptyOrderProlog/K-EmptyOrderProlog-2.txt |
| K-EmptyOrderProlog-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Two 'declare default order empty' declarations are invalid. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/EmptyOrderProlog/K-EmptyOrderProlog-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0069 | ||
| namespaceDecl-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of multiple namespace declaration with same prefix. | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0033 | ||
| namespaceDecl-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage namespace prefix with no declaration. | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| namespaceDecl-3 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of redeclaration of xml prefix and its namespace uri. | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0070 | ||
| namespaceDecl-4 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of redeclaration of the namespace uri associated with "xml". | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0070 | ||
| namespaceDecl-5 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of redeclaration of the "xmls" prefix. | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0070 | ||
| namespaceDecl-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of typical usage of namespace declaration as per exmaple 1 for this section in the query specs. | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-6.txt |
| namespaceDecl-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation usage of namespace declaration, different prefix bounded to same namespace uri and use of same local name (example 2 of this section from the query specs). | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-7.txt |
| namespaceDecl-8 | Scenario: parse-error | Creator: Carmelo Montanez |
| Description: | ||
| Verify that during a namespace declaration, the prefix name should be an NCName. | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| namespaceDecl-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that the "xs" prefix can be redeclared. | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-9.txt |
| namespaceDecl-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that the "xsi" prefix can be redeclared. | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-10.txt |
| namespaceDecl-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that the "fn" prefix can be redeclared. | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-11.txt |
| namespaceDecl-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that the "xdt" prefix can be redeclared. | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-12.txt |
| namespaceDecl-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that the "local" prefix can be redeclared. | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-13.txt |
| namespaceDecl-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that "XML" is different from "xml" as prefix for namespace declaration. | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-14.txt |
| namespaceDecl-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that "XMLNS" is different from "xmlns" as prefix for namespace declaration. | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-15.txt |
| namespaceDecl-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that a query wide namespace declaration can be overriden by a loal declaration during element construction. | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-16.txt |
| namespaceDecl-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that "abc" is a valid namespace declaration. | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-17.txt |
| namespaceDecl-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that "ftp://ftp.is.co.za/rfc/somefile.txt" is a valid namespace declaration. | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-18.txt |
| namespaceDecl-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that the same namespace URI can be bound to different prefixes. | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-19.txt |
| namespaceDecl-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that the same namespace URI literal can contain digits. | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-20.txt |
| namespaceDecl-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that the prefix name and the namespace URI can be the same. | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-21.txt |
| namespaceDecl-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that "gopher://spinaltap.micro.umn.edu/00/Weather/California/somefile" is a valid namespace declaration. | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-22.txt |
| namespaceDecl-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that "abc&" is a valid namespace declaration. | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-23.txt |
| namespaceDecl-24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that "mailto:someuser@someserver.com" is a valid namespace declaration. | ||
| Spec Citations: | ||
| #id-namespace-decls | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/NamespaceProlog/namespaceDecl-24.txt |
| K-NamespaceProlog-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A 'declare namespace' expression containing many comments, using apostrophes for the URILiteral. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/K-NamespaceProlog-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/NamespaceProlog/K-NamespaceProlog-1.txt |
| K-NamespaceProlog-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A 'declare namespace' expression containing many comments, using quotes for the URILiteral. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/K-NamespaceProlog-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/NamespaceProlog/K-NamespaceProlog-2.txt |
| K-NamespaceProlog-3 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| ':=' can't be used in 'declare namespace, '=' must be used. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/K-NamespaceProlog-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K2-NamespaceProlog-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A namespace declaration cannot occur twice for the same prefix, no matter what. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/K2-NamespaceProlog-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0033 | ||
| K2-NamespaceProlog-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A namespace declaration cannot occur twice for the same prefix, no matter what. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/K2-NamespaceProlog-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0033 | ||
| K2-NamespaceProlog-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A namespace declaration cannot occur twice for the same prefix, no matter what. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/K2-NamespaceProlog-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0033 | ||
| K2-NamespaceProlog-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| When a pre-declared namespace prefix has been undeclared, it is not available. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/K2-NamespaceProlog-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| K2-NamespaceProlog-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| It is ok to undeclare a non-bound namespace. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/K2-NamespaceProlog-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/NamespaceProlog/K2-NamespaceProlog-5.txt |
| K2-NamespaceProlog-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| It is not possible to undeclare the 'xml' prefix. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/K2-NamespaceProlog-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0070 | ||
| K2-NamespaceProlog-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| It is not possible to undeclare the 'xmlns' prefix. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/NamespaceProlog/K2-NamespaceProlog-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0070 | ||
| extvardeclwithouttype-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable without type definition. Eventually used as a string. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypetobind-1.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-1.txt |
| Error: err:XPTY0004 | ||
| extvardeclwithouttype-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable without type definition. Eventually used as xs:date. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypetobind-2.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-2.txt |
| Error: err:XPTY0004 | ||
| extvardeclwithouttype-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable without type definition. Eventually used as xs:integer. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypetobind-3.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-3.txt |
| Error: err:XPTY0004 | ||
| extvardeclwithouttype-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable without type definition. Eventually used as xs:double. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypetobind-4.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-4.txt |
| Error: err:XPTY0004 | ||
| extvardeclwithouttype-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable without type definition. Eventually used as xs:boolean. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypetobind-5.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-5.txt |
| Error: err:XPTY0004 | ||
| extvardeclwithouttype-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable without type definition. Eventually used as xs:float. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypetobind-6.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-6.txt |
| Error: err:XPTY0004 | ||
| extvardeclwithouttype-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable without type definition. Eventually used as xs:decimal. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypetobind-7.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-7.txt |
| Error: err:XPTY0004 | ||
| extvardeclwithouttype-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable without type used to evaluate addition operation involving 2 values (both queries perform operation). | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypetobind-8.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-8.txt |
| Error: err:XPTY0004 | ||
| extvardeclwithouttype-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable without type used to evaluate addition expression involving 2 values (only input query performs operation). | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypetobind-9.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-9.txt |
| Error: err:XPTY0004 | ||
| extvardeclwithouttype-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable without type used to evaluate addition expression involving 2 values (only the main query performs operation). | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypetobind-10.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-10.txt |
| Error: err:XPTY0004 | ||
| extvardeclwithouttype-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable without type used to evaluate multiplication operation involving 2 values (both queries performs operation). | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypetobind-11.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-11.txt |
| Error: err:XPTY0004 | ||
| extvardeclwithouttype-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable without type used to evaluate multiplication operation involving 2 values (both queries performs operation). | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypetobind-12.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-12.txt |
| Error: err:XPTY0004 | ||
| extvardeclwithouttype-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable without type used to evaluate division operation (idiv operator) involving 2 values (both queries performs operation). | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypetobind-13.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-13.txt |
| Error: err:XPTY0004 | ||
| extvardeclwithouttype-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable without type used to evaluate division operation (div operator) involving 2 values (both queries performs operation). | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypetobind-14.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-14.txt |
| Error: err:XPTY0004 | ||
| extvardeclwithouttype-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable without type used to evaluate mod operation involving 2 values (both queries performs operation). | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypetobind-15.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-15.txt |
| Error: err:XPTY0004 | ||
| extvardeclwithouttype-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable without type used to evaluate a boolen expression for "and" operator (both queries performs operation). | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypetobind-16.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-16.txt |
| Error: err:FORG0006 | ||
| extvardeclwithouttype-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable without type used to evaluate a boolean expression for "or" operator (both queries performs operation). | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypetobind-17.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-17.txt |
| Error: err:FORG0006 | ||
| extvardeclwithouttype-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable without type used to evaluate results of avg function. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypetobind-18.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-18.txt |
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypealt-18.txt |
| Error: err:XPTY0004 | ||
| extvardeclwithouttype-19 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| External Variable without used to cast results of avg function and results in cast error. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypetobind-19.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| extvardeclwithouttype-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable without type used to reverse the case (to upper) of results given to the variable. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypetobind-20.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-20.txt |
| Error: err:XPTY0004 | ||
| extvardeclwithouttype-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable without type used to reverse the case (to lower) of results given to the variable. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypetobind-21.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-21.txt |
| Error: err:XPTY0004 | ||
| extvardeclwithouttype-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable without casted successfully to be used with fn:not function. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttypetobind-22.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-22.txt |
| Error: err:FORG0006 | ||
| extvardeclwithouttype-23 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates usage of external variable, that is never assigned a value. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWithout/extvardeclwithouttype-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0002 | ||
| extvardeclwithtype-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable with type (xs:string)definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypetobind-1.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-1.txt |
| extvardeclwithtype-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable with type (xs:date)definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypetobind-2.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-2.txt |
| extvardeclwithtype-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable with type (xs:integer)definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypetobind-3.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-3.txt |
| extvardeclwithtype-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable with type (xs:double)definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypetobind-4.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-4.txt |
| extvardeclwithtype-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable with type (xs:boolean)definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypetobind-5.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-5.txt |
| extvardeclwithtype-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable with type (xs:float)definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypetobind-6.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-6.txt |
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypealt-6.txt |
| extvardeclwithtype-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable with type (xs:decimal)definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypetobind-7.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-7.txt |
| extvardeclwithtype-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable used to evaluate addition operation involving 2 integers (both queries perform operation). | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypetobind-8.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-8.txt |
| extvardeclwithtype-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable used to evaluate addition expression involving 2 integers (only input query performs operation). | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypetobind-9.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-9.txt |
| extvardeclwithtype-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable used to evaluate addition expression involving 2 integers (only the main query performs operation). | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypetobind-10.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-10.txt |
| extvardeclwithtype-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable used to evaluate multiplication operation involving 2 integers (both queries performs operation). | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypetobind-11.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-11.txt |
| extvardeclwithtype-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable used to evaluate multiplication operation involving 2 integers (both queries performs operation). | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypetobind-12.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-12.txt |
| extvardeclwithtype-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable used to evaluate division operation (idiv operator) involving 2 integers (both queries performs operation). | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypetobind-13.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-13.txt |
| extvardeclwithtype-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable used to evaluate division operation (div operator) involving 2 integers (both queries performs operation). | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypetobind-14.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-14.txt |
| extvardeclwithtype-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable used to evaluate mod operation involving 2 integers (both queries performs operation). | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypetobind-15.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-15.txt |
| extvardeclwithtype-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable used to evaluate a boolean expression for "and" operator (both queries performs operation). | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypetobind-16.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-16.txt |
| extvardeclwithtype-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable used to evaluate a boolean expression for "or" operator (both queries performs operation). | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypetobind-17.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-17.txt |
| extvardeclwithtype-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable used to evaluate results of avg function. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypetobind-18.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-18.txt |
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypealt-18.txt |
| extvardeclwithtype-19 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| External Variable used to cast results of avg function and results in cast error. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypetobind-19.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| extvardeclwithtype-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable used to reverse the case (to upper) of results given to teh variable. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypetobind-20.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-20.txt |
| extvardeclwithtype-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable used to reverse the case (to lower) of results given to teh variable. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypetobind-21.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-21.txt |
| extvardeclwithtype-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| External Variable casted successfully to be used with fn:not function. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| External Variables: | ||
| Variable: x | Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtypetobind-22.xq | |
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/extvardeclwithtype-22.txt |
| K2-ExternalVariablesWith-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The query contains a type error despite the 'treat as' declaration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/K2-ExternalVariablesWith-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K2-ExternalVariablesWith-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Use a range variable inside the assignment expression of a global variable. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/K2-ExternalVariablesWith-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/ExternalVariablesWith/K2-ExternalVariablesWith-2.txt |
| VarDecl001 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl001.txt |
| VarDecl002 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl002.txt |
| VarDecl003 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl003.txt |
| VarDecl004 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl004.txt |
| VarDecl005 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl005.txt |
| VarDecl006 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl006.txt |
| VarDecl007 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl007.txt |
| VarDecl008 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl008.txt |
| VarDecl009 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl009.txt |
| VarDecl010 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl010.txt |
| VarDecl011 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl011.txt |
| VarDecl012 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl012.txt |
| VarDecl013 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl013.txt |
| VarDecl014 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl014.txt |
| VarDecl015 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl015.txt |
| VarDecl016 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl016.txt |
| VarDecl017 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl017.txt |
| VarDecl018 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl018.txt |
| VarDecl019 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl019.txt |
| VarDecl020 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl020.txt |
| VarDecl021 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl021.txt |
| VarDecl022 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl022.txt |
| VarDecl023 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl023.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl023.txt |
| VarDecl024 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl024.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl024.txt |
| VarDecl025 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl025.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl025.txt |
| VarDecl026 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl026.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl026.txt |
| VarDecl027 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl027.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl027.txt |
| VarDecl028 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl028.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl028.txt |
| VarDecl029 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl029.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl029.txt |
| VarDecl030 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl030.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl030.txt |
| VarDecl031 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl031.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl031.txt |
| VarDecl032 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl032.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl032.txt |
| VarDecl033 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl033.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl033.txt |
| VarDecl034 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl034.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl034.txt |
| VarDecl035 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl035.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl035.txt |
| VarDecl036 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl036.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl036.txt |
| VarDecl037 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl037.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl037.txt |
| VarDecl038 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl038.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl038.txt |
| VarDecl039 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl039.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl039.txt |
| VarDecl040 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl040.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl040.txt |
| VarDecl041 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl041.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl041.txt |
| VarDecl042 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl042.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl042.txt |
| VarDecl043 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl043.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl043.txt |
| VarDecl044 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl044.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl044.txt |
| VarDecl045 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl045.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl045.txt |
| VarDecl046 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl046.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl046.txt |
| VarDecl047 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl047.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl047.txt |
| VarDecl048 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl048.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl048.txt |
| VarDecl049 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl049.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl049.txt |
| VarDecl050 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl050.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl050.txt |
| VarDecl051 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl051.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl051.txt |
| VarDecl052 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl052.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl052.txt |
| VarDecl053 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl053.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl053.txt |
| VarDecl054 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl054.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl054.txt |
| VarDecl055 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl055.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl055.txt |
| VarDecl056 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl056.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl056.txt |
| VarDecl057 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl057.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl057.txt |
| VarDecl058 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl058.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl058.txt |
| VarDecl059 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl059.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl059.txt |
| VarDecl060 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl060.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl060.txt |
| VarDecl061 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl061.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl061.txt |
| VarDecl062 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Variable with no type definition. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl062.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/VarDecl062.txt |
| vardeclerr | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test circularity on variable declaration. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/vardeclerr.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0054 | ||
| K2-InternalVariablesWithout-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A variable depending on a recursive function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/K2-InternalVariablesWithout-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0054 | ||
| K2-InternalVariablesWithout-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A variable depending on a recursive function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/K2-InternalVariablesWithout-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0054 | ||
| K2-InternalVariablesWithout-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A variable depending on a recursive function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/K2-InternalVariablesWithout-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0054 | ||
| K2-InternalVariablesWithout-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A variable depending on a recursive function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/K2-InternalVariablesWithout-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0054 | ||
| K2-InternalVariablesWithout-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A variable depending indirectly on a recursive function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/K2-InternalVariablesWithout-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0054 | ||
| K2-InternalVariablesWithout-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A variable depending indirectly on a recursive function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/K2-InternalVariablesWithout-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0054 | ||
| K2-InternalVariablesWithout-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A variable depending indirectly on a recursive function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/K2-InternalVariablesWithout-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0054 | ||
| K2-InternalVariablesWithout-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A variable depending indirectly on a recursive function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/K2-InternalVariablesWithout-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0054 | ||
| K2-InternalVariablesWithout-9 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A variable depending on its self through the argument of a user function callsite. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/K2-InternalVariablesWithout-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0054 | ||
| K2-InternalVariablesWithout-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Function arguments shadow global variables. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/K2-InternalVariablesWithout-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/K2-InternalVariablesWithout-10.txt |
| K2-InternalVariablesWithout-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A variable initialized with a function that doesn't exist. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/K2-InternalVariablesWithout-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/K2-InternalVariablesWithout-11.txt |
| Error: err:XPST0017 | ||
| K2-InternalVariablesWithout-12 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A variable initialized with a function that doesn't exist. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/K2-InternalVariablesWithout-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K2-InternalVariablesWithout-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A prolog containing 20 variable declarations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/K2-InternalVariablesWithout-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWithout/K2-InternalVariablesWithout-13.txt |
| vardeclwithtype-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates declare variable feature with type. Use xs:string. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-1.txt |
| vardeclwithtype-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates declare variable feature with type. Use xs:integer. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-2.txt |
| vardeclwithtype-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates declare variable feature with type. Use xs:decimal. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-3.txt |
| vardeclwithtype-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates declare variable feature with type. Use xs:boolean (true value). | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-4.txt |
| vardeclwithtype-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates declare variable feature with type. Use xs:boolean (false value). | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-5.txt |
| vardeclwithtype-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates declare variable feature with type. Use xs:float. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-6.txt |
| vardeclwithtype-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates declare variable feature with type. Use xs:double. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-7.txt |
| vardeclwithtype-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates declare variable feature with type. Use xs:anyURI. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-8.txt |
| vardeclwithtype-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates declare variable feature with type. Use xs:dateTime. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-9.txt |
| vardeclwithtype-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates declare variable feature with type. Use xs:time. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-10.txt |
| vardeclwithtype-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates declare variable feature with type. Use xs:date. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-11.txt |
| vardeclwithtype-12 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates declare variable feature with type. same variable declared twice. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0049 | ||
| vardeclwithtype-13 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates declare variable feature with type and expression. Expression returns different type that declared variable type. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| vardeclwithtype-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates declare variable feature with type that uses a previously defined variable. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-14.txt |
| vardeclwithtype-15 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates declare variable feature with type and expression. Expression uses variable not yet declared. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| vardeclwithtype-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates declare variable feature with type that uses a declared namespace. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-16.txt |
| vardeclwithtype-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates declare variable feature with type that uses a declared namespace. Two variables declared with different namespaces. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-17.txt |
| vardeclwithtype-18 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates declare variable feature with type. Variable declared on two uri's taht are the same. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0049 | ||
| vardeclwithtype-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates declare variable feature with type that uses the fn:count function. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-19.txt |
| vardeclwithtype-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates declare variable feature with type that uses the fn:string-length function. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-20.txt |
| vardeclwithtype-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates declare variable feature with type that uses the fn:not function. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-21.txt |
| vardeclwithtype-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates declare variable feature with type that uses the fn:empty function. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/vardeclwithtype-22.txt |
| internalvar-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates an external variable named "$local:var" declared as "item()*" and multiple embedded comments. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/internalvar-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/internalvar-1.txt |
| internalvar-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates an external variable named "$local:var" and multiple embedded comments. | ||
| Spec Citations: | ||
| #id-variable-declarations | ||
| #id-variables | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/internalvar-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/internalvar-2.txt |
| K-InternalVariablesWith-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A variable declaration involving assignment and type declaration, and many comments. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-1.txt |
| K-InternalVariablesWith-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A variable declaration involving assignment, and many comments. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-2.txt |
| K-InternalVariablesWith-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A variable declaration whose source expression doesn't match the declared type, and where it typically is difficult to deduce statically. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-InternalVariablesWith-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A variable declaration whose source expression doesn't match the declared type, and where it can be deduced statically. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-4.txt |
| Error: err:XPTY0004 | ||
| K-InternalVariablesWith-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A variable declaration whose source expression doesn't match the declared type, and where it can be deduced statically. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-InternalVariablesWith-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A prolog variable depending on a variable which is not in scope, and the variable is not used. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-InternalVariablesWith-7 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| 'declare variable' must be followed by '$'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-InternalVariablesWith-8 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| '=' cannot be used to assign values in 'declare variable', it must be ':='. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-InternalVariablesWith-9 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A prolog variable depending on a variable which is not in scope. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-InternalVariablesWith-10 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A namespace declaration must appear before a variable declaration, and its prefix is not inscope for the variable declaration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Error: err:XPST0081 | ||
| K-InternalVariablesWith-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| One prolog variable initialized via another. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-11.txt |
| K-InternalVariablesWith-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| One prolog variable depending on a user function appearing after it. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-12.txt |
| K-InternalVariablesWith-13 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| One prolog variable depending on a user function, but where the user-specified types doesn't match. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-InternalVariablesWith-14 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| One prolog variable depending on a user function, but where the types doesn't match. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-InternalVariablesWith-15 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| One prolog variable depending on itself. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-InternalVariablesWith-16 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A prolog variable having a circular dependency, stretching through many functions. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0054 | ||
| K-InternalVariablesWith-17 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A prolog variable having a circular dependency, by having a variable reference in a call site argument. This is an error even though the variable isn't used, because implementations cannot skip reporting static errors. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0054 | ||
| K-InternalVariablesWith-18 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A prolog variable having a circular dependency, by having a variable reference in a call site argument. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0054 | ||
| K-InternalVariablesWith-19 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A prolog variable having a circular dependency, stretching through functions and variables. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0054 | ||
| K-InternalVariablesWith-20 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A prolog variable having a circular dependency, stretching through functions and variables(#2). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/VariableProlog/InternalVariablesWith/K-InternalVariablesWith-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0054 | ||
| function-declaration-001 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrate function declaration in different combination. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionDeclaration/function-declaration-001.txt |
| function-declaration-002 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrate function declaration in different combination. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/FunctionDeclaration/function-declaration-002.txt |
| function-declaration-003 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrate function declaration in different combination. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/FunctionDeclaration/function-declaration-003.txt |
| function-declaration-004 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrate function declaration in different combination. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: acme_corp | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/FunctionDeclaration/function-declaration-004.txt |
| function-declaration-005 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrate function declaration in different combination. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionDeclaration/function-declaration-005.txt |
| function-declaration-006 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrate function declaration in different combination. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionDeclaration/function-declaration-006.txt |
| function-declaration-007 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrate function declaration in different combination. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionDeclaration/function-declaration-007.txt |
| function-declaration-008 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrate function declaration in different combination. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/FunctionDeclaration/function-declaration-008.txt |
| function-declaration-009 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrate function declaration in different combination. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/FunctionDeclaration/function-declaration-009.txt |
| function-declaration-010 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrate function declaration in different combination. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/FunctionDeclaration/function-declaration-010.txt |
| function-declaration-011 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrate function declaration - forward declaration. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionDeclaration/function-declaration-011.txt |
| function-declaration-012 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrate function declaration in different combination. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionDeclaration/function-declaration-012.txt |
| function-declaration-013 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrate function declaration in different combination. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionDeclaration/function-declaration-013.txt |
| function-declaration-014 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrate function declaration in different combination. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionDeclaration/function-declaration-014.txt |
| function-declaration-015 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrate function declaration in different combination. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionDeclaration/function-declaration-015.txt |
| function-declaration-016 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrate function declaration in different combination. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/PrologExpr/FunctionDeclaration/function-declaration-016.txt |
| function-declaration-017 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrate function declaration in different combination. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/FunctionDeclaration/function-declaration-017.txt |
| function-declaration-018 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrate function declaration in different combination. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/FunctionDeclaration/function-declaration-018.txt |
| function-declaration-019 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrate function declaration in different combination. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/PrologExpr/FunctionDeclaration/function-declaration-019.txt |
| function-declaration-020 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrate function declaration - overloading. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionDeclaration/function-declaration-020.txt |
| function-declaration-021 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Demonstrate function declaration - negative test. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| function-declaration-022 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Demonstrate function declaration - negative test. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0034 | ||
| function-declaration-023 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Demonstrate function declaration - negative test. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-023.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0045 | ||
| Error: err:XPST0017 | ||
| function-declaration-024 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Demonstrate function declaration - negative test. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-024.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0039 | ||
| function-declaration-025 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of user defined function with no namespace. | ||
| Spec Citations: | ||
| #FunctionDeclns | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionDeclaration/function-declaration-025.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0060 | ||
| K-FunctionProlog-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The 'XPath Data Types' namespace is not reserved anymore, although it was in older drafts. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-1.txt |
| K-FunctionProlog-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A function cannot be declared in the 'http://www.w3.org/2005/xpath-functions' namespace. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0045 | ||
| K-FunctionProlog-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A function cannot be declared in the 'http://www.w3.org/XML/1998/namespace' namespace. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0045 | ||
| K-FunctionProlog-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A function cannot be declared in the 'http://www.w3.org/2001/XMLSchema-instance' namespace. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0045 | ||
| K-FunctionProlog-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A function cannot be declared in the 'http://www.w3.org/2001/XMLSchema' namespace. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0045 | ||
| K-FunctionProlog-6 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Arguments in functions cannot have default values initialized with '='(or in any other way). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-FunctionProlog-7 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Arguments in functions cannot have default values initialized with '='(or in any other way). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-FunctionProlog-8 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Arguments in functions cannot have default values initialized with ':='(or in any other way). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-FunctionProlog-9 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Arguments in functions cannot have default values initialized with ':='(or in any other way). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-FunctionProlog-10 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A user declared function whose return value simply doesn't match the return type. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-FunctionProlog-11 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A user declared function whose return value simply doesn't match the return type(#2). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-FunctionProlog-12 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Variables appearing after a function declaration is not in scope inside the function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-FunctionProlog-13 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Namespaces declarations appearing after a function declaration are not in scope inside the function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| Error: err:XPST0003 | ||
| K-FunctionProlog-14 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A user function which when run doesn't match the declared returned type. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-FunctionProlog-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A user function whose return type doesn't match the body, which can be statically inferred. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-15.txt |
| Error: err:XPTY0004 | ||
| K-FunctionProlog-16 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| When declaring a function, the paranteses must be present even though it doesn't have any arguments. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-FunctionProlog-17 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| When declaring a function, the paranteses must be present even though it doesn't have any arguments. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-FunctionProlog-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Two user functions using global variables. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-18.txt |
| K-FunctionProlog-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A user function where all its arguments are unused. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-19.txt |
| K-FunctionProlog-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| User functions which in some implementations causes constant propagation combined with function versioning. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-20.txt |
| K-FunctionProlog-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| User functions where the middle argument of three arguments is unused. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-21.txt |
| K-FunctionProlog-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| User functions where the first argument of three arguments is unused. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-22.txt |
| K-FunctionProlog-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| User functions where the last argument of three arguments is unused. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-23.txt |
| K-FunctionProlog-24 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A function cannot be declared in the 'http://www.w3.org/2005/xpath-functions' namespace. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0045 | ||
| K-FunctionProlog-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A function and a variable can have the same name. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-25.txt |
| K-FunctionProlog-26 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A function declaration duplicated. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0034 | ||
| K-FunctionProlog-27 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A function declaration duplicated; difference in return types is insignificant. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0034 | ||
| K-FunctionProlog-28 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A function declaration duplicated; difference in arguments types is insignificant. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0034 | ||
| K-FunctionProlog-29 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A function declaration duplicated; difference in arguments name is insignificant. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0034 | ||
| K-FunctionProlog-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Overloading user functions based on arity. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-30.txt |
| K-FunctionProlog-31 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| One cannot declare a user function as fn:count. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0045 | ||
| K-FunctionProlog-32 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| One cannot declare a user function as xs:gYear. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0045 | ||
| K-FunctionProlog-33 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A type error inside a function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-33.txt |
| Error: err:XPTY0004 | ||
| K-FunctionProlog-34 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A call to a user declared function which almost is spelled correctly(capitalization wrong). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionProlog-35 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A call to a user declared function which almost is spelled correctly(#2). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionProlog-36 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The variable '$myArg' is in scope inside the function, but not in the query body. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-FunctionProlog-37 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The variable '$myArg' is in scope inside one function, but not the other function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-FunctionProlog-38 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The variable '$myArg2' is in scope inside one function, but not the other function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-FunctionProlog-39 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Function arguments shadows global variables. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-39.txt |
| K-FunctionProlog-40 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Type error in body of user function caused by the argument value. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-FunctionProlog-41 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Type error(cardinality) in return value of user function caused by the argument value. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-FunctionProlog-42 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Item type error in argument value. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-FunctionProlog-43 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Cardinality error in argument value. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-FunctionProlog-44 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Item type error in argument value. xs:decimal doesn't match xs:integer. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-FunctionProlog-45 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| '1' doesn't match the empty-sequence(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-FunctionProlog-46 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| 'empty-sequence()+' is syntactically invalid. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-FunctionProlog-47 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| 'empty-sequence()? is syntactically invalid. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-47.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-FunctionProlog-48 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| It is valid to declare an argument to be of type empty-sequence(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-48.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-48.txt |
| K-FunctionProlog-49 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| empty-sequence() as return type, but body doesn't match when run. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-49.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-FunctionProlog-50 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Too few arguments passed to a user function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-50.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionProlog-51 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| empty-sequence() as return type, and a body containing fn:error(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-51.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-FunctionProlog-52 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A global variable referenced from inside a function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-52.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-52.txt |
| K-FunctionProlog-53 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A more realistic case involving fn:error(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-53.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:* | ||
| K-FunctionProlog-54 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A more realistic case involving fn:error(), #2. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-54.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:* | ||
| K-FunctionProlog-55 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A more realistic case involving fn:error(), #3. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-55.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-55.txt |
| K-FunctionProlog-56 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The type 'none' isn't available to users. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-56.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0051 | ||
| K-FunctionProlog-57 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| The type 'none()' isn't available to users. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-57.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| Error: err:XPST0051 | ||
| K-FunctionProlog-58 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A call to a user function where the argument in the callsite corresponding to an unused argument contains a type error. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-58.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-58.txt |
| Error: err:XPTY0004 | ||
| K-FunctionProlog-59 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An argument in a user function is not in scope in the query body. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-59.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-FunctionProlog-60 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An argument in a user function is not in scope in the query body. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-60.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| K-FunctionProlog-61 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Check that a global variable is in scope despite an unused function being declared. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-61.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-61.txt |
| K-FunctionProlog-62 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A function call that could be a call to a hypotehical user function. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-62.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionProlog-63 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A function call that could be a call to a hypothetical user function(#2). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-63.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FunctionProlog-64 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Since the return type is empty-sequence() it is a type error(XPTY0004) to pass its return value to anything which requires cardinality exactly-one. That the function's body is of type 'none', doesn't affect that, it only "adapts" to the declared return type. However, there's no constraints on what is reported first, so FOER0000 can also be issued. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-64.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| Error: err:FOER0000 | ||
| K-FunctionProlog-65 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Since the user function has no declaredreturn type, it is inferred from the body, and therefore its callsite doesn't cause a type error(XPTY0004). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-65.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-FunctionProlog-66 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A function call that reminds of the range expression. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-66.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-66.txt |
| K-FunctionProlog-67 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A call to a user function where the argument in the callsite corresponding to a used argument contains a type error. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K-FunctionProlog-67.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K2-FunctionProlog-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Have two function callsites as arguments to 'eq'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K2-FunctionProlog-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K2-FunctionProlog-1.txt |
| K2-FunctionProlog-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Have two function callsites as arguments to 'ne'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K2-FunctionProlog-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K2-FunctionProlog-2.txt |
| K2-FunctionProlog-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Have two function callsites as arguments to '='. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K2-FunctionProlog-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K2-FunctionProlog-3.txt |
| K2-FunctionProlog-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Have two function callsites as arguments to '!='. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K2-FunctionProlog-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K2-FunctionProlog-4.txt |
| K2-FunctionProlog-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A function requiring xs:integer but is passed an xs:decimal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K2-FunctionProlog-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K2-FunctionProlog-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A function requiring xs:integer as return value, but is passed xs:decimal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K2-FunctionProlog-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K2-FunctionProlog-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A declared return value invokes numeric promotion. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K2-FunctionProlog-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K2-FunctionProlog-7.txt |
| K2-FunctionProlog-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A recursive function stretching through several function calls. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/FunctionProlog/K2-FunctionProlog-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/FunctionProlog/K2-FunctionProlog-8.txt |
| optiondeclprolog-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of simple prolog option declaration. | ||
| Spec Citations: | ||
| #id-option-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/OptionDeclarationProlog/optiondeclprolog-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/OptionDeclarationProlog/optiondeclprolog-1.txt |
| optiondeclprolog-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of prolog option declaration for which there is no namespace prefix defined. | ||
| Spec Citations: | ||
| #id-option-declaration | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/OptionDeclarationProlog/optiondeclprolog-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| K-OptionDeclarationProlog-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The name of an option must be a full QName. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/OptionDeclarationProlog/K-OptionDeclarationProlog-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| K-OptionDeclarationProlog-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Five identical options appearing after each other. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/OptionDeclarationProlog/K-OptionDeclarationProlog-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/OptionDeclarationProlog/K-OptionDeclarationProlog-2.txt |
| K-OptionDeclarationProlog-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple option using double quotes for the value. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/OptionDeclarationProlog/K-OptionDeclarationProlog-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/OptionDeclarationProlog/K-OptionDeclarationProlog-3.txt |
| K-OptionDeclarationProlog-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple option using single quotes for the value. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/OptionDeclarationProlog/K-OptionDeclarationProlog-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/PrologExpr/OptionDeclarationProlog/K-OptionDeclarationProlog-4.txt |
| K-OptionDeclarationProlog-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An undeclared prefix in a option declaration is an error regardless of any option support in the implementation. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/OptionDeclarationProlog/K-OptionDeclarationProlog-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| K-OptionDeclarationProlog-6 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A syntactically invalid option declaration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/PrologExpr/OptionDeclarationProlog/K-OptionDeclarationProlog-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| XQueryComment001 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Simple use case for XQuery comments. | ||
| Spec Citations: | ||
| #comments | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/XQueryComment001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/XQueryComment/XQueryComment001.xml |
| XQueryComment002 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Simple use case for XQuery comments. | ||
| Spec Citations: | ||
| #comments | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/XQueryComment/XQueryComment002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/XQueryComment/XQueryComment002.xml |
| XQueryComment003 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Simple use case for XQuery comment containing '-'. | ||
| Spec Citations: | ||
| #comments | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/XQueryComment003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/XQueryComment/XQueryComment003.xml |
| XQueryComment004 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Empty comment. | ||
| Spec Citations: | ||
| #comments | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/XQueryComment004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/XQueryComment/XQueryComment004.xml |
| XQueryComment005 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Comment containing only '-'. | ||
| Spec Citations: | ||
| #comments | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/XQueryComment005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/XQueryComment/XQueryComment005.xml |
| XQueryComment006 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Comment containing ':'. | ||
| Spec Citations: | ||
| #comments | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/XQueryComment006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/XQueryComment/XQueryComment006.xml |
| XQueryComment007 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Comment containing ')'. | ||
| Spec Citations: | ||
| #comments | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/XQueryComment007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/XQueryComment/XQueryComment007.xml |
| XQueryComment008 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Simple example of embedded comments. | ||
| Spec Citations: | ||
| #comments | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/XQueryComment008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/XQueryComment/XQueryComment008.xml |
| XQueryComment009 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Comments inside a conditional expression. | ||
| Spec Citations: | ||
| #comments | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/XQueryComment/XQueryComment009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/XQueryComment/XQueryComment009.txt |
| XQueryComment010 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Comments inside a conditional expression. | ||
| Spec Citations: | ||
| #id-conditionals | ||
| #comments | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/XQueryComment010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/XQueryComment/XQueryComment010.xml |
| XQueryComment011 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Comments inside a conditional expression. | ||
| Spec Citations: | ||
| #comments | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/XQueryComment/XQueryComment011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx_NS | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/XQueryComment/XQueryComment011.txt |
| XQueryComment012 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Comments that looks like a function call. | ||
| Spec Citations: | ||
| #comments | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/XQueryComment/XQueryComment012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeEmpty | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/XQueryComment/XQueryComment012.xml |
| XQueryComment013 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Comments inside a sequence expression. | ||
| Spec Citations: | ||
| #comments | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/XQueryComment/XQueryComment013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/XQueryComment/XQueryComment013.txt |
| XQueryComment014 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Comments inside a cast expression. | ||
| Spec Citations: | ||
| #comments | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/XQueryComment/XQueryComment014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/XQueryComment/XQueryComment014.txt |
| XQueryComment015 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Incorrect comment syntax. | ||
| Spec Citations: | ||
| #comments | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/XQueryComment/XQueryComment015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| XQueryComment016 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Invalid comment. | ||
| Spec Citations: | ||
| #comments | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/XQueryComment/XQueryComment016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| XQueryComment017 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Invalid comment. | ||
| Spec Citations: | ||
| #comments | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/XQueryComment/XQueryComment017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| XQueryComment018 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Invalid comment. | ||
| Spec Citations: | ||
| #comments | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/XQueryComment/XQueryComment018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| XQueryComment019 | Scenario: parse-error | Creator: Mike Rorke |
| Description: | ||
| Old style comment syntax. | ||
| Spec Citations: | ||
| #comments | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Expressions/XQueryComment/XQueryComment019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| XQueryComment020 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Comment containing enclosed expression. | ||
| Spec Citations: | ||
| #comments | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/XQueryComment020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Expressions/XQueryComment/XQueryComment020.xml |
| K-XQueryComment-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(3(: comment inbetween :)- 1) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/K-XQueryComment-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/XQueryComment/K-XQueryComment-1.txt |
| K-XQueryComment-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 (: a (: nested :) comment :) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/K-XQueryComment-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/XQueryComment/K-XQueryComment-2.txt |
| K-XQueryComment-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 (: comment (: inside :) comment :) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/K-XQueryComment-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/XQueryComment/K-XQueryComment-3.txt |
| K-XQueryComment-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Comparison of two string literals, whose content reminds of comments. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/K-XQueryComment-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/XQueryComment/K-XQueryComment-4.txt |
| K-XQueryComment-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `5 instance (: strange place for a comment :) of item()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/K-XQueryComment-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/XQueryComment/K-XQueryComment-5.txt |
| K-XQueryComment-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 (: simple comment :) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/K-XQueryComment-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/XQueryComment/K-XQueryComment-6.txt |
| K-XQueryComment-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 (: comment (: inside :) NEW LINE comment :) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/K-XQueryComment-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/XQueryComment/K-XQueryComment-7.txt |
| K-XQueryComment-8 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(: "recursive comments must be balanced, this one is not :)" :)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/K-XQueryComment-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-XQueryComment-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An empty comment inbetween the 'eq' operator and a number literal. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/K-XQueryComment-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/XQueryComment/K-XQueryComment-9.txt |
| K-XQueryComment-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An empty comment at the very beginning of an expression. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/K-XQueryComment-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/XQueryComment/K-XQueryComment-10.txt |
| K-XQueryComment-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An empty comment after a function's paranteses. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/K-XQueryComment-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/XQueryComment/K-XQueryComment-11.txt |
| K-XQueryComment-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A for loop with a comment inbetween. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/K-XQueryComment-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/XQueryComment/K-XQueryComment-12.txt |
| K-XQueryComment-13 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `if((: comment inbetween :)) then 1 else 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/K-XQueryComment-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-XQueryComment-14 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A syntactically invalid comment that never ends. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/K-XQueryComment-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-XQueryComment-15 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A comment inside a comment that isn't terminated. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/K-XQueryComment-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-XQueryComment-16 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A comment inside a comment that does not start properly. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/K-XQueryComment-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-XQueryComment-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Colons and paranteses appearing freely in comment content. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/K-XQueryComment-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/XQueryComment/K-XQueryComment-17.txt |
| K-XQueryComment-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Three comments appearing serially inside a comment. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/K-XQueryComment-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/XQueryComment/K-XQueryComment-18.txt |
| K-XQueryComment-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test stressing many nested comments. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/K-XQueryComment-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/XQueryComment/K-XQueryComment-19.txt |
| K-XQueryComment-20 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A syntactically invalid comment that doesn't properly start. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/XQueryComment/K-XQueryComment-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| extexpr-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple extension expression that should not be recognized by any implementation and thus ignored. | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/ExtensionExpression/extexpr-1.txt |
| extexpr-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| An extension expression with no expression. | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0079 | ||
| extexpr-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| A pragma content containing the "#" symbol, which is ignored in an extension expression. | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/ExtensionExpression/extexpr-3.txt |
| extexpr-4 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| A extension expression, for which its QName can not be resolved to a namespace URI. | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| extexpr-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| A extension expression that contains more than one pragma, both of wihc are ignored. | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/ExtensionExpression/extexpr-5.txt |
| extexpr-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| A FLOWR expression that uses the same pragma twice and both times should be ignored. | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Expressions/ExtensionExpression/extexpr-6.txt |
| extexpr-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| An extension expression for which the pragma is ignored and default expression is a quantified expression ("every" operator). | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/extexpr-7.txt |
| extexpr-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| An extension expression for which the pragma is ignored and default expression is a quantified expression ("some" operator). | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/extexpr-8.txt |
| extexpr-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| An extension expression for which the pragma is ignored and default expression is a cal to fn:true function. | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/extexpr-9.txt |
| extexpr-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| An extension expression for which the pragma is ignored and default expression is a cal to fn:false function. | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/extexpr-10.txt |
| extexpr-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| An extension expression for which the pragma is ignored and default expression is an "or" true expression ("or" operator). | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/extexpr-11.txt |
| extexpr-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| An extension expression for which the pragma is ignored and default expression is an "or" false expression ("or" operator). | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/extexpr-12.txt |
| extexpr-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| An extension expression for which the pragma is ignored and default expression is an "or" true expression ("and" operator). | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/extexpr-13.txt |
| extexpr-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| An extension expression for which the pragma is ignored and default expression is an "or" false expression ("and" operator). | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/extexpr-14.txt |
| extexpr-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| An extension expression for which the pragma is ignored and default expression is an "if" expression (returns "then" part of expression). | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/extexpr-15.txt |
| extexpr-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| An extension expression for which the pragma is ignored and default expression is an "if" expression (returns "else" part of expression). | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/extexpr-16.txt |
| extexpr-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| An extension expression for which the pragma is ignored and default expression is a "typeswitch" expression. | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/extexpr-17.txt |
| extexpr-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| An extension expression for which the pragma is ignored and default expression uses the fn:not function. | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/extexpr-18.txt |
| extexpr-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| An extension expression for which the pragma is ignored and default expression uses the fn:string-length function. | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/extexpr-19.txt |
| extexpr-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| An extension expression for which the pragma is ignored and default expression uses the fn:concat function. | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/extexpr-20.txt |
| extexpr-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| An extension expression for which the pragma is ignored and default expression is an addition operation. | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/extexpr-21.txt |
| extexpr-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| An extension expression for which the pragma is ignored and default expression is a subtraction operation. | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/extexpr-22.txt |
| extexpr-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| An extension expression for which the pragma is ignored and default expression is a multiplication operation. | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/extexpr-23.txt |
| extexpr-24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| An extension expression for which the pragma is ignored and default expression is a division operation (div operator). | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/extexpr-24.txt |
| extexpr-25 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| An extension expression for which the pragma is ignored and default expression is a division operation (idiv operator). | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/extexpr-25.txt |
| extexpr-26 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Extension expression for missing space after pragma name. | ||
| Spec Citations: | ||
| #id-extension-expressions | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/extexpr-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/extexpr-26.txt |
| K-ExtensionExpression-1 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A pragma expression that never ends is syntactically invalid. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K-ExtensionExpression-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-ExtensionExpression-2 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A pragma expression that never starts is syntactically invalid. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K-ExtensionExpression-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K-ExtensionExpression-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A simple pragma expression. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K-ExtensionExpression-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/K-ExtensionExpression-3.txt |
| K-ExtensionExpression-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A pragma expression cannot be in the empty namespace. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K-ExtensionExpression-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| K-ExtensionExpression-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A pragma expression cannot be in the empty namespace even though a prefix is used. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K-ExtensionExpression-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| K-ExtensionExpression-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A pragma expression containing complex content. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K-ExtensionExpression-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/K-ExtensionExpression-6.txt |
| K-ExtensionExpression-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A fallback expression must be present when no supported pragmas are specified. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K-ExtensionExpression-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0079 | ||
| K-ExtensionExpression-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A pragma expression containing many comments. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K-ExtensionExpression-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/K-ExtensionExpression-8.txt |
| K2-ExtensionExpression-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An extension expression cannot be in an undeclared namespace. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K2-ExtensionExpression-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| K2-ExtensionExpression-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Whitespace isn't required if there is no pragma content. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K2-ExtensionExpression-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/K2-ExtensionExpression-2.txt |
| K2-ExtensionExpression-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Whitespace is allowed but not required if there is no pragma content. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K2-ExtensionExpression-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/K2-ExtensionExpression-3.txt |
| K2-ExtensionExpression-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Content looking like comments are not recognized as so in pragma content. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K2-ExtensionExpression-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/K2-ExtensionExpression-4.txt |
| K2-ExtensionExpression-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Content looking like comments are not recognized as so in pragma content. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K2-ExtensionExpression-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/K2-ExtensionExpression-5.txt |
| K2-ExtensionExpression-6 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A single whitespace must separate pragma name and content. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K2-ExtensionExpression-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K2-ExtensionExpression-7 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A single whitespace must separate pragma name and content. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K2-ExtensionExpression-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K2-ExtensionExpression-8 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A single whitespace must separate pragma name and content. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K2-ExtensionExpression-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K2-ExtensionExpression-9 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Whitespace between pragma-start and name cannot contain comments. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K2-ExtensionExpression-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K2-ExtensionExpression-10 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| Whitespace between pragma-start and name cannot contain comments. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K2-ExtensionExpression-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K2-ExtensionExpression-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A single whitespace must separate pragma name and content. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K2-ExtensionExpression-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/K2-ExtensionExpression-11.txt |
| K2-ExtensionExpression-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| No whitespace is required between pragma content and name if the content is empty. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K2-ExtensionExpression-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/ExtensionExpression/K2-ExtensionExpression-12.txt |
| K2-ExtensionExpression-13 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A pragma expression that hasn't even specified a name, but has trailing whitespace. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K2-ExtensionExpression-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K2-ExtensionExpression-14 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A pragma expression that hasn't even specified a name. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K2-ExtensionExpression-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K2-ExtensionExpression-15 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A pragma expression with name and trailing whitespace, but without content and end. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K2-ExtensionExpression-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| K2-ExtensionExpression-16 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| A pragma expression with name but without content and end. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Expressions/ExtensionExpression/K2-ExtensionExpression-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| fn-node-name-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to empty sequence. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-1.txt |
| fn-node-name-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to a comment node. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-2.txt |
| fn-node-name-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to an element node query from a file. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-3.txt |
| fn-node-name-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to directly constructed element node. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-4.txt |
| fn-node-name-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to a comment node. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-5.txt |
| fn-node-name-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to a processing instruction node. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-6.txt |
| fn-node-name-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to a directly constructed element node with namespace declaration. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-7.txt |
| fn-node-name-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to a computed constructed element node with no namespace declaration and no children. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-8.txt |
| fn-node-name-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to a computed constructed element node with no namespace declaration and no children. Used as argument to namespace-uri-from-QName. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-9.txt |
| fn-node-name-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to a computed constructed element node with no namespace declaration and one child. Used as argument to local-name-from-QName. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-10.txt |
| fn-node-name-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to a computed constructed attribute node with value set to empty string. Used as argument to local-name-from-QName. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-11.txt |
| fn-node-name-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to a computed constructed attribute node with value set to a non empty value. Used as argument to local-name-from-QName. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-12.txt |
| fn-node-name-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to a computed constructed attribute node with value set to a non empty value. Used as argument to namespace-uri-from-QName. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-13.txt |
| fn-node-name-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to a computed constructed document node with value set to empty string. Used as argument to local-name-from-QName. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-14.txt |
| fn-node-name-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to a computed constructed document node with value set to empty string. Used as argument to namespace-uri-from-QName. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-15.txt |
| fn-node-name-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to a computed constructed document node with value set to non empty string. Used as argument to local-name-from-QName. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-16.txt |
| fn-node-name-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to a computed constructed document node with value set to non empty string. Used as argument to namespace-uri-from-QName. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-17.txt |
| fn-node-name-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to a computed constructed text node with value set to empty string. Used as argument to local-name-from-QName. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-18.txt |
| fn-node-name-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to a computed constructed text node with value set to empty string. Used as argument to namespace-uri-from-QName. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-19.txt |
| fn-node-name-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to a computed constructed text node with value set to a non-empty value. Used as argument to local-name-from-QName. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-20.txt |
| fn-node-name-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to a computed constructed text node with value set to a non-empty value. Used as argument to namespace-uri-from-QName. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-21.txt |
| fn-node-name-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to a computed constructed processing instruction node. Used as argument to local-name-from-QName. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-22.txt |
| fn-node-name-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with argument set to a computed constructed processing instruction node. Used as argument to namespace-uri-from-QName. | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NodeNameFunc/fn-node-name-23.txt |
| fn-node-name-24 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "node-name" function with wrong arity (2 arguments). | ||
| Spec Citations: | ||
| #func-node-name | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-NodeNameFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| node-name() must be passed one argument, it doesn't use the context item by default. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNameFunc/K-NodeNameFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-NodeNameFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `node-name((), "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNameFunc/K-NodeNameFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-NodeNameFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(node-name(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNameFunc/K-NodeNameFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeNameFunc/K-NodeNameFunc-3.txt |
| fn-nilled-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "nilled" function with argument set to empty sequence. | ||
| Spec Citations: | ||
| #func-nilled | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NilledFunc/fn-nilled-1.txt |
| fn-nilled-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "nilled" function with argument set to a comment node. | ||
| Spec Citations: | ||
| #func-nilled | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NilledFunc/fn-nilled-2.txt |
| fn-nilled-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "nilled" function with argument set to a non-nilled element node. | ||
| Spec Citations: | ||
| #func-nilled | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NilledFunc/fn-nilled-3.txt |
| fn-nilled-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "nilled" function with argument set to a non-nilled directly constructed element node. | ||
| Spec Citations: | ||
| #func-nilled | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NilledFunc/fn-nilled-4.txt |
| fn-nilled-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "nilled" function with argument set to a directly constructed element node with xs:nill="true". | ||
| Spec Citations: | ||
| #func-nilled | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NilledFunc/fn-nilled-5.txt |
| fn-nilled-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "nilled" function with argument set to a directly constructed element node with xs:nill="false". | ||
| Spec Citations: | ||
| #func-nilled | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NilledFunc/fn-nilled-6.txt |
| fn-nilled-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "nilled" function with argument set to a directly constructed element node with xs:nill="{fn:true()}". | ||
| Spec Citations: | ||
| #func-nilled | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NilledFunc/fn-nilled-7.txt |
| fn-nilled-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "nilled" function with argument set to a directly constructed element node with xs:nill="{fn:false()}". | ||
| Spec Citations: | ||
| #func-nilled | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NilledFunc/fn-nilled-8.txt |
| fn-nilled-9 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "nilled" function with more than one argument. | ||
| Spec Citations: | ||
| #func-nilled | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-nilled-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "nilled" function as argument to fn:not function. Returns true. | ||
| Spec Citations: | ||
| #func-nilled | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NilledFunc/fn-nilled-10.txt |
| fn-nilled-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "nilled" function as argument to fn:not function. Returns false. | ||
| Spec Citations: | ||
| #func-nilled | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NilledFunc/fn-nilled-11.txt |
| fn-nilled-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "nilled" function as part of boolean expression ("and" operator and "fn:true" function). | ||
| Spec Citations: | ||
| #func-nilled | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NilledFunc/fn-nilled-12.txt |
| fn-nilled-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "nilled" function as part of boolean expression ("and" operator and "fn:false" function). | ||
| Spec Citations: | ||
| #func-nilled | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NilledFunc/fn-nilled-13.txt |
| fn-nilled-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "nilled" function as part of boolean expression ("or" operator and "fn:true" function). | ||
| Spec Citations: | ||
| #func-nilled | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NilledFunc/fn-nilled-14.txt |
| fn-nilled-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "nilled" function as part of boolean expression ("or" operator and "fn:false" function). | ||
| Spec Citations: | ||
| #func-nilled | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NilledFunc/fn-nilled-15.txt |
| fn-nilled-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "nilled" function as argument to fn:string function. | ||
| Spec Citations: | ||
| #func-nilled | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NilledFunc/fn-nilled-16.txt |
| fn-nilled-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "nilled" function as argument to xs:boolean function. Returns true. | ||
| Spec Citations: | ||
| #func-nilled | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NilledFunc/fn-nilled-17.txt |
| fn-nilled-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "nilled" function as argument to xs:boolean function. Returns false. | ||
| Spec Citations: | ||
| #func-nilled | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NilledFunc/fn-nilled-18.txt |
| fn-nilled-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "nilled" function with argument set to a document node. | ||
| Spec Citations: | ||
| #func-nilled | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NilledFunc/fn-nilled-19.txt |
| fn-nilled-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "nilled" function with argument set to an attribute node. | ||
| Spec Citations: | ||
| #func-nilled | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NilledFunc/fn-nilled-20.txt |
| fn-nilled-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "nilled" function with argument set to a comment node. | ||
| Spec Citations: | ||
| #func-nilled | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NilledFunc/fn-nilled-21.txt |
| fn-nilled-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "nilled" function with argument set to a Processing Instruction node. | ||
| Spec Citations: | ||
| #func-nilled | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/NilledFunc/fn-nilled-22.txt |
| K-NilledFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `nilled()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NilledFunc/K-NilledFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-NilledFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `nilled((), "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NilledFunc/K-NilledFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-NilledFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(nilled( () ))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NilledFunc/K-NilledFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NilledFunc/K-NilledFunc-3.txt |
| K-NilledFunc-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `nilled(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NilledFunc/K-NilledFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-stringint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringint1args-1.txt |
| fn-stringint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringint1args-2.txt |
| fn-stringint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringint1args-3.txt |
| fn-stringintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringintg1args-1.txt |
| fn-stringintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringintg1args-2.txt |
| fn-stringintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringintg1args-3.txt |
| fn-stringdec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringdec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringdec1args-1.txt |
| fn-stringdec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringdec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringdec1args-2.txt |
| fn-stringdec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringdec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringdec1args-3.txt |
| fn-stringdbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringdbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringdbl1args-1.txt |
| fn-stringdbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringdbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringdbl1args-2.txt |
| fn-stringdbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringdbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringdbl1args-3.txt |
| fn-stringflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringflt1args-1.txt |
| fn-stringflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringflt1args-2.txt |
| fn-stringflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringflt1args-3.txt |
| fn-stringlng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringlng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringlng1args-1.txt |
| fn-stringlng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringlng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringlng1args-2.txt |
| fn-stringlng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringlng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringlng1args-3.txt |
| fn-stringusht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringusht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringusht1args-1.txt |
| fn-stringusht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringusht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringusht1args-2.txt |
| fn-stringusht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringusht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringusht1args-3.txt |
| fn-stringnint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringnint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringnint1args-1.txt |
| fn-stringnint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringnint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringnint1args-2.txt |
| fn-stringnint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringnint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringnint1args-3.txt |
| fn-stringpint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringpint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringpint1args-1.txt |
| fn-stringpint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringpint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringpint1args-2.txt |
| fn-stringpint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringpint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringpint1args-3.txt |
| fn-stringulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringulng1args-1.txt |
| fn-stringulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringulng1args-2.txt |
| fn-stringulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringulng1args-3.txt |
| fn-stringnpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringnpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringnpi1args-1.txt |
| fn-stringnpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringnpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringnpi1args-2.txt |
| fn-stringnpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringnpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringnpi1args-3.txt |
| fn-stringnni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringnni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringnni1args-1.txt |
| fn-stringnni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringnni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringnni1args-2.txt |
| fn-stringnni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringnni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringnni1args-3.txt |
| fn-stringsht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringsht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringsht1args-1.txt |
| fn-stringsht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringsht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringsht1args-2.txt |
| fn-stringsht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringsht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-stringsht1args-3.txt |
| fn-string-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with no argument set and context item undefined. | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-string-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| fn-string-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with argument set to the empty sequence. | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-string-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StringFunc/fn-string-2.txt |
| fn-string-3 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string" function with argument set to "." and context item undefined. | ||
| Spec Citations: | ||
| #func-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-string-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| K-StringFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(1, 2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringFunc/K-StringFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-StringFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test which ensures that no arguments isn't flagged as invalid. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringFunc/K-StringFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringFunc/K-StringFunc-2.txt |
| Error: err:XPDY0002 | ||
| K-StringFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(1) eq "1"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringFunc/K-StringFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringFunc/K-StringFunc-3.txt |
| K-StringFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(()) eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringFunc/K-StringFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringFunc/K-StringFunc-4.txt |
| K-StringFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply fn:string() on xs:string. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringFunc/K-StringFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringFunc/K-StringFunc-5.txt |
| K-StringFunc-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string( (1, 2) )`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringFunc/K-StringFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-dataint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-dataint1args-1.txt |
| fn-dataint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-dataint1args-2.txt |
| fn-dataint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-dataint1args-3.txt |
| fn-dataintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-dataintg1args-1.txt |
| fn-dataintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-dataintg1args-2.txt |
| fn-dataintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-dataintg1args-3.txt |
| fn-datadec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datadec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datadec1args-1.txt |
| fn-datadec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datadec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datadec1args-2.txt |
| fn-datadec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datadec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datadec1args-3.txt |
| fn-datadbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datadbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datadbl1args-1.txt |
| fn-datadbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datadbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datadbl1args-2.txt |
| fn-datadbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datadbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datadbl1args-3.txt |
| fn-dataflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-dataflt1args-1.txt |
| fn-dataflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-dataflt1args-2.txt |
| fn-dataflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-dataflt1args-3.txt |
| fn-datalng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datalng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datalng1args-1.txt |
| fn-datalng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datalng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datalng1args-2.txt |
| fn-datalng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datalng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datalng1args-3.txt |
| fn-datausht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datausht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datausht1args-1.txt |
| fn-datausht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datausht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datausht1args-2.txt |
| fn-datausht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datausht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datausht1args-3.txt |
| fn-datanint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datanint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datanint1args-1.txt |
| fn-datanint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datanint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datanint1args-2.txt |
| fn-datanint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datanint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datanint1args-3.txt |
| fn-datapint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datapint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datapint1args-1.txt |
| fn-datapint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datapint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datapint1args-2.txt |
| fn-datapint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datapint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datapint1args-3.txt |
| fn-dataulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-dataulng1args-1.txt |
| fn-dataulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-dataulng1args-2.txt |
| fn-dataulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-dataulng1args-3.txt |
| fn-datanpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datanpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datanpi1args-1.txt |
| fn-datanpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datanpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datanpi1args-2.txt |
| fn-datanpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datanpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datanpi1args-3.txt |
| fn-datanni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datanni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datanni1args-1.txt |
| fn-datanni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datanni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datanni1args-2.txt |
| fn-datanni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datanni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datanni1args-3.txt |
| fn-datasht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datasht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datasht1args-1.txt |
| fn-datasht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datasht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datasht1args-2.txt |
| fn-datasht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "data" function with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datasht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DataFunc/fn-datasht1args-3.txt |
| K-DataFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `data()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DataFunc/K-DataFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-DataFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `data(1, "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DataFunc/K-DataFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-DataFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(data((1, 2, 3, 4, 5))) eq 5`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DataFunc/K-DataFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DataFunc/K-DataFunc-3.txt |
| K-DataFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(data( () ))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DataFunc/K-DataFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DataFunc/K-DataFunc-4.txt |
| fn-base-uri-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with no arguments and no context node set. Should raise runtime error. | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| fn-base-uri-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with context item no a node. | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-base-uri-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with argument set to the empty sequence. | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-3.txt |
| fn-base-uri-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with argument set to a comment node (via direct construction as argument). | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-4.txt |
| fn-base-uri-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with argument set to a comment node (via computed construction as argument). | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-5.txt |
| fn-base-uri-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with argument set to a text node (via computed construction as argument). | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-6.txt |
| fn-base-uri-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with argument set to an Element node with no xml-base argument (via computed construction as argument). | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-7.txt |
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-urialt-7.txt |
| fn-base-uri-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with argument set to an Element node with no xml-base argument (via direct construction as argument). | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-8.txt |
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-urialt-8.txt |
| fn-base-uri-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with argument set to an Element node with xml-base argument (via direct construction as argument). | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-9.txt |
| fn-base-uri-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with argument set to an Element node with xml-base argument (via direct construction as argument). Requires no escaping of characters. | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-10.txt |
| fn-base-uri-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with argument set to a Document node (via computed construction as argument). | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-11.txt |
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-urialt-11.txt |
| fn-base-uri-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with argument set to a Document node (via computed construction as argument). Use declared base-uri property. | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-12.txt |
| fn-base-uri-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with argument set to an Element node (via direct construction as argument). Use declared base-uri property. | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-13.txt |
| fn-base-uri-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with argument set to an attribute node (via computed construction as argument). | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-14.txt |
| fn-base-uri-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with argument set to a PI node (via direct construction as argument). | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-15.txt |
| fn-base-uri-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with argument set to a PI node (via computed construction as argument). | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-16.txt |
| fn-base-uri-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with argument set to a PI node (via computed construction as argument). | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-17.txt |
| fn-base-uri-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with argument set to an element node (via direct construction as part of FLOWR expr). Uses declared base-uri property. | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-18.txt |
| fn-base-uri-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with argument set to an element node (via direct construction as part of FLOWR expr). Uses "xml-base" attribute. | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-19.txt |
| fn-base-uri-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with argument set to an element node (via direct construction as part of FLOWR expr). Uses "xml-base" attribute and should ignore declare base-uri property. | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-20.txt |
| fn-base-uri-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with argument set to comment node (via direct construction as part of FLOWR expr). Should ignore declare base-uri property. | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-21.txt |
| fn-base-uri-22 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with argument set to "." and no context node set. Should raise runtime error. | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| fn-base-uri-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "base-uri" function with argument set to an Element node with xml-base argument (via direct construction as argument). Requires escaping of characters. | ||
| Spec Citations: | ||
| #func-base-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-23.txt |
| K-BaseURIFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `base-uri((), "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/BaseURIFunc/K-BaseURIFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-BaseURIFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(base-uri(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/BaseURIFunc/K-BaseURIFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/BaseURIFunc/K-BaseURIFunc-2.txt |
| fn-static-base-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "static-base-uri" function with incorrect arity. | ||
| Spec Citations: | ||
| #func-static-base-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-static-base-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "static-base-uri" function using "ftp" flavor for base-uri . | ||
| Spec Citations: | ||
| #func-static-base-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-2.txt |
| fn-static-base-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "static-base-uri" function using "mailto" flavor for base-uri. | ||
| Spec Citations: | ||
| #func-static-base-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-3.txt |
| fn-static-base-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "static-base-uri" function using "news" flavor for base-uri . | ||
| Spec Citations: | ||
| #func-static-base-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-4.txt |
| fn-static-base-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "static-base-uri" function using "telnet" flavor for base-uri . | ||
| Spec Citations: | ||
| #func-static-base-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-5.txt |
| fn-static-base-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "static-base-uri" function using "tel" flavor for base-uri . | ||
| Spec Citations: | ||
| #func-static-base-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-6.txt |
| fn-static-base-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "static-base-uri" function using "urn" flavor for base-uri . | ||
| Spec Citations: | ||
| #func-static-base-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-7.txt |
| fn-static-base-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "static-base-uri" function used as argument to fn:upper-case. | ||
| Spec Citations: | ||
| #func-static-base-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-8.txt |
| fn-static-base-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "static-base-uri" function used as argument to fn:lower-case. | ||
| Spec Citations: | ||
| #func-static-base-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-9.txt |
| fn-static-base-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "static-base-uri" function used as argument to fn:concat. | ||
| Spec Citations: | ||
| #func-static-base-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-10.txt |
| fn-static-base-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "static-base-uri" function used as argument to fn:string-join. | ||
| Spec Citations: | ||
| #func-static-base-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-11.txt |
| fn-static-base-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "static-base-uri" function used as argument to fn:string-length. | ||
| Spec Citations: | ||
| #func-static-base-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-12.txt |
| fn-static-base-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "static-base-uri" function used as argument to fn:string-before. | ||
| Spec Citations: | ||
| #func-static-base-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-13.txt |
| fn-static-base-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "static-base-uri" function used as argument to fn:string-before. | ||
| Spec Citations: | ||
| #func-static-base-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-14.txt |
| K-StaticBaseURIFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `static-base-uri(.)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StaticBaseURIFunc/K-StaticBaseURIFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-StaticBaseURIFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `static-base-uri(1, 2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StaticBaseURIFunc/K-StaticBaseURIFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-StaticBaseURIFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `if(static-base-uri()) then true() else true()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StaticBaseURIFunc/K-StaticBaseURIFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StaticBaseURIFunc/K-StaticBaseURIFunc-3.txt |
| fn-document-uri-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "document-uri" function with incorrect arity. | ||
| Spec Citations: | ||
| #func-document-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-document-uri-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "document-uri" function with argument set to empty sequence. | ||
| Spec Citations: | ||
| #func-document-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-2.txt |
| fn-document-uri-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "document-uri" function with argument set to computed element node. | ||
| Spec Citations: | ||
| #func-document-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-3.txt |
| fn-document-uri-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "document-uri" function with argument set to computed comment node. | ||
| Spec Citations: | ||
| #func-document-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-4.txt |
| fn-document-uri-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "document-uri" function with argument set to computed text node. | ||
| Spec Citations: | ||
| #func-document-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-5.txt |
| fn-document-uri-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "document-uri" function with argument set to computed attribute node. | ||
| Spec Citations: | ||
| #func-document-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-6.txt |
| fn-document-uri-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "document-uri" function with argument set to computed processing instruction node. | ||
| Spec Citations: | ||
| #func-document-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-7.txt |
| fn-document-uri-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "document-uri" function with argument set to a directly constructed processing instruction node. | ||
| Spec Citations: | ||
| #func-document-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-8.txt |
| fn-document-uri-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "document-uri" function with argument set to a directly constructed comment node. | ||
| Spec Citations: | ||
| #func-document-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-9.txt |
| fn-document-uri-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "document-uri" function with argument set to a directly constructed element node. | ||
| Spec Citations: | ||
| #func-document-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-10.txt |
| fn-document-uri-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "document-uri" function with argument set to a directly constructed document node. it should be empty document-uri property. | ||
| Spec Citations: | ||
| #func-document-uri | ||
| Query: | ||
| Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-11.txt |
| fn-document-uri-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "document-uri" function with argument set to a document node from an XML file (Normal usage). | ||
| Spec Citations: | ||
| #func-document-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | (as input URI) |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-12.txt |
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-urialt-12.txt |
| fn-document-uri-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "document-uri" function with argument set to an element node from an XML file. | ||
| Spec Citations: | ||
| #func-document-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-13.txt |
| fn-document-uri-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "document-uri" function with argument set to an attribute node from an XML file. | ||
| Spec Citations: | ||
| #func-document-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-14.txt |
| fn-document-uri-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "document-uri" function as argument to fn:string-length function. | ||
| Spec Citations: | ||
| #func-document-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | (as input URI) |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-15.txt |
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-urialt-15.txt |
| fn-document-uri-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "document-uri" function as argument to fn:upper-case function. | ||
| Spec Citations: | ||
| #func-document-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | (as input URI) |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-16.txt |
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-urialt-16.txt |
| fn-document-uri-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "document-uri" function as argument to fn:lower-case function. | ||
| Spec Citations: | ||
| #func-document-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | (as input URI) |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-17.txt |
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-urialt-17.txt |
| fn-document-uri-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "document-uri" function as argument to fn:concat function. | ||
| Spec Citations: | ||
| #func-document-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | (as input URI) |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-18.txt |
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-urialt-18.txt |
| fn-document-uri-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "document-uri" function as argument to fn:string-join function. | ||
| Spec Citations: | ||
| #func-document-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | (as input URI) |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-19.txt |
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-urialt-19.txt |
| fn-document-uri-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "document-uri" function as argument to fn:substring-before function. | ||
| Spec Citations: | ||
| #func-document-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-20.txt |
| fn-document-uri-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "document-uri" function as argument to fn:substring-after function. | ||
| Spec Citations: | ||
| #func-document-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-21.txt |
| K-DocumentURIFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `document-uri((), "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DocumentURIFunc/K-DocumentURIFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-DocumentURIFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `document-uri()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DocumentURIFunc/K-DocumentURIFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-DocumentURIFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(document-uri(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DocumentURIFunc/K-DocumentURIFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DocumentURIFunc/K-DocumentURIFunc-3.txt |
| fn-error-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function without arguments. | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| fn-error-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function as per example 2 for this function from the Fncs. and Ops. Specifications. | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:* | ||
| fn-error-3 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function with argument type. | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-error-4 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "FOCH0004". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0004 | ||
| fn-error-5 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function with first argument of third signature set to the empty sequence. | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| fn-error-6 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function with first argument of fourth signature set to the empty sequence. | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| fn-error-7 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "FODT0001". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODT0001 | ||
| fn-error-8 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "FORG0009". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0009 | ||
| fn-error-9 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "FOTY0012". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOTY0012 | ||
| fn-error-10 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "SENR0001". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:SENR0001 | ||
| fn-error-11 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "SEPM0004". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:SEPM0004 | ||
| fn-error-12 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "SEPM0009". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:SEPM0009 | ||
| fn-error-13 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "SEPM0010". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:SEPM0010 | ||
| fn-error-14 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "SEPM0016". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:SEPM0016 | ||
| fn-error-15 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "SERE0003". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:SERE0003 | ||
| fn-error-16 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "SERE0005". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:SERE0005 | ||
| fn-error-17 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "SERE0006". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:SERE0006 | ||
| fn-error-18 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "SERE0008". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:SERE0008 | ||
| fn-error-19 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "SERE0012". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:SERE0012 | ||
| fn-error-20 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "SERE0014". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:SERE0014 | ||
| fn-error-22 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "SESU0007". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:SESU0007 | ||
| fn-error-23 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "SESU0011". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:SESU0011 | ||
| fn-error-25 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XPDY0002". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| fn-error-26 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XPST0010". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0010 | ||
| fn-error-27 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XPST0080". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| fn-error-28 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XPTY0018". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0018 | ||
| fn-error-29 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQDY0027". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0027 | ||
| fn-error-30 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQDY0061". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0061 | ||
| fn-error-31 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQDY0084". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0084 | ||
| fn-error-32 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQST0009". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0009 | ||
| fn-error-33 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQST0012". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0012 | ||
| fn-error-34 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQST0013". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0013 | ||
| fn-error-35 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQST0016". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0016 | ||
| fn-error-36 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQST0035". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0035 | ||
| fn-error-37 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQST0036". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0036 | ||
| fn-error-38 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQST0046". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0046 | ||
| fn-error-39 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQST0047". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0047 | ||
| fn-error-40 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQST0048". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0048 | ||
| fn-error-41 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQST0054". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0054 | ||
| fn-error-42 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQST0055". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0055 | ||
| fn-error-43 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQST0057". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0057 | ||
| fn-error-44 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQST0058". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0058 | ||
| fn-error-45 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQST0060". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0060 | ||
| fn-error-46 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQST0073". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0073 | ||
| fn-error-47 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQST0075". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-47.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0075 | ||
| fn-error-48 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQST0076". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-48.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0076 | ||
| fn-error-49 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQST0079". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-49.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0079 | ||
| fn-error-50 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQST0087". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-50.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0087 | ||
| fn-error-51 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:error" function for error code "XQTY0030". | ||
| Spec Citations: | ||
| #func-error | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ErrorFunc/fn-error-51.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQTY0030 | ||
| K-ErrorFunc-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `if(true()) then true() else error()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ErrorFunc/K-ErrorFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ErrorFunc/K-ErrorFunc-1.txt |
| K-ErrorFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `if(true()) then true() else error(QName("", "local"), "description")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ErrorFunc/K-ErrorFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ErrorFunc/K-ErrorFunc-2.txt |
| K-ErrorFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `error(QName("", "local"), "description", "object", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ErrorFunc/K-ErrorFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ErrorFunc-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `error( () )`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ErrorFunc/K-ErrorFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ErrorFunc-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `error(QName('http://www.w3.org/2005/xqt-errors', 'err:FOER0000'))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ErrorFunc/K-ErrorFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-ErrorFunc-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| When fn:error() is passed a description, the first argument may be an empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ErrorFunc/K-ErrorFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-ErrorFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `if(false()) then error((), "description") else true()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ErrorFunc/K-ErrorFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ErrorFunc/K-ErrorFunc-7.txt |
| K-ErrorFunc-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `error()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ErrorFunc/K-ErrorFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-ErrorFunc-9 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `error(QName("", "XPDY6666"), "description", "error object")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ErrorFunc/K-ErrorFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:* | ||
| K-ErrorFunc-10 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `exactly-one((true(), error()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ErrorFunc/K-ErrorFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| fn-trace-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:trace" function with wrong arity. | ||
| Spec Citations: | ||
| #func-trace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/TraceFunc/fn-trace-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-trace-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple call to the "fn:trace" function with an integer value. | ||
| Spec Citations: | ||
| #func-trace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/TraceFunc/fn-trace-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/TraceFunc/fn-trace-2.txt |
| fn-trace-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the "fn:trace" function used with an addition operation. | ||
| Spec Citations: | ||
| #func-trace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/TraceFunc/fn-trace-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/TraceFunc/fn-trace-3.txt |
| fn-trace-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the "fn:trace" function used with a subtraction operation. | ||
| Spec Citations: | ||
| #func-trace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/TraceFunc/fn-trace-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/TraceFunc/fn-trace-4.txt |
| fn-trace-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the "fn:trace" function used with a multiplication operation. | ||
| Spec Citations: | ||
| #func-trace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/TraceFunc/fn-trace-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/TraceFunc/fn-trace-5.txt |
| fn-trace-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the "fn:trace" function used with a division (div operator) operation. | ||
| Spec Citations: | ||
| #func-trace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/TraceFunc/fn-trace-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/TraceFunc/fn-trace-6.txt |
| fn-trace-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the "fn:trace" function used with a division (idiv operator) operation. | ||
| Spec Citations: | ||
| #func-trace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/TraceFunc/fn-trace-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/TraceFunc/fn-trace-7.txt |
| fn-trace-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the "fn:trace" function used with a modulus operation. | ||
| Spec Citations: | ||
| #func-trace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/TraceFunc/fn-trace-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/TraceFunc/fn-trace-8.txt |
| fn-trace-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the "fn:trace" function used with two variables, where the second one uses the first one in a more complex math expression. | ||
| Spec Citations: | ||
| #func-trace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/TraceFunc/fn-trace-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/TraceFunc/fn-trace-9.txt |
| fn-trace-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the "fn:trace" function used with string manipulation (fn:concat). | ||
| Spec Citations: | ||
| #func-trace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/TraceFunc/fn-trace-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/TraceFunc/fn-trace-10.txt |
| fn-trace-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the "fn:trace" function used for numbers manipulation readed from an xml file. | ||
| Spec Citations: | ||
| #func-trace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/TraceFunc/fn-trace-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/TraceFunc/fn-trace-11.txt |
| fn-trace-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the "fn:trace" function used for numbers manipulation readed from an xml file. The entire query is inside the function. | ||
| Spec Citations: | ||
| #func-trace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/TraceFunc/fn-trace-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/TraceFunc/fn-trace-12.txt |
| fn-trace-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the "fn:trace" function used in a math expression using the "avg" function. | ||
| Spec Citations: | ||
| #func-trace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/TraceFunc/fn-trace-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/TraceFunc/fn-trace-13.txt |
| fn-trace-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the "fn:trace" function involving casting (floats to integers). | ||
| Spec Citations: | ||
| #func-trace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/TraceFunc/fn-trace-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/TraceFunc/fn-trace-14.txt |
| fn-trace-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the "fn:trace" function that uses another fn:trace as part of its argument. | ||
| Spec Citations: | ||
| #func-trace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/TraceFunc/fn-trace-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/TraceFunc/fn-trace-15.txt |
| fn-trace-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the "fn:trace" function used in a math expression using the "fn:count" function. | ||
| Spec Citations: | ||
| #func-trace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/TraceFunc/fn-trace-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/TraceFunc/fn-trace-16.txt |
| fn-trace-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the "fn:trace" function used in a boolean expression ("and" and fn:true()). | ||
| Spec Citations: | ||
| #func-trace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/TraceFunc/fn-trace-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/TraceFunc/fn-trace-17.txt |
| fn-trace-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the "fn:trace" function used in a boolean expression ("or" and fn:true()). | ||
| Spec Citations: | ||
| #func-trace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/TraceFunc/fn-trace-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/TraceFunc/fn-trace-18.txt |
| fn-trace-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the "fn:trace" function where the first argument is the empty sequence. | ||
| Spec Citations: | ||
| #func-trace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/TraceFunc/fn-trace-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/TraceFunc/fn-trace-19.txt |
| fn-trace-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the "fn:trace" function where the first argument is the zero length string. | ||
| Spec Citations: | ||
| #func-trace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/TraceFunc/fn-trace-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/TraceFunc/fn-trace-20.txt |
| fn-trace-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the "fn:trace" function string manipulation (upper/lower case functions). | ||
| Spec Citations: | ||
| #func-trace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/TraceFunc/fn-trace-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/TraceFunc/fn-trace-21.txt |
| K-TraceFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `trace()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TraceFunc/K-TraceFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-TraceFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `trace(.)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TraceFunc/K-TraceFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-TraceFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `trace(., "message", "wrong parameter")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TraceFunc/K-TraceFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-TraceFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `trace("a string", "trace message") eq "a string"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TraceFunc/K-TraceFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TraceFunc/K-TraceFunc-4.txt |
| K-TraceFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(trace((), "trace message"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TraceFunc/K-TraceFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TraceFunc/K-TraceFunc-5.txt |
| K-TraceFunc-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(trace(error(), "trace message"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TraceFunc/K-TraceFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| fn-dateTime-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" function as per example 1 for this function from the F and O Specs. | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-1.txt |
| fn-dateTime-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" function as per example 2 for this function from the F and O Specs. | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-2.txt |
| fn-dateTime-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime", where only the first argument have a timezone. | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-3.txt |
| fn-dateTime-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime", where only the second argument have a timezone. | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-4.txt |
| fn-dateTime-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime", where both arguments have the same timezone (Z). | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-5.txt |
| fn-dateTime-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime", where both arguments have the same timezone (+10:00). | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-6.txt |
| fn-dateTime-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" function together together with the op:dateTime-equal operator(eq). | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-7.txt |
| fn-dateTime-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" function together together with the op:dateTime-equal operator(ne). | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-8.txt |
| fn-dateTime-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" function together together with the op:dateTime-equal operator(le). | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-9.txt |
| fn-dateTime-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" function together together with the op:dateTime-equal operator(ge). | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-10.txt |
| fn-dateTime-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" function together together with the op:dateTime-equal operator(lt). | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-11.txt |
| fn-dateTime-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" function together together with the op:dateTime-equal operator(le). | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-12.txt |
| fn-dateTime-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" function together together with the op:dateTime-equal operator(gt). | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-13.txt |
| fn-dateTime-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" function together together with the op:dateTime-equal operator(ge). | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-14.txt |
| fn-dateTime-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" as an argument to the function "year-from-dateTime". | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-15.txt |
| fn-dateTime-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" as an argument to the function "month-from-dateTime". | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-16.txt |
| fn-dateTime-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" as an argument to the function "day-from-dateTime". | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-17.txt |
| fn-dateTime-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" as an argument to the function "hours-from-dateTime". | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-18.txt |
| fn-dateTime-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" as an argument to the function "minutes-from-dateTime". | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-19.txt |
| fn-dateTime-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" as an argument to the function "seconds-from-dateTime". | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-20.txt |
| fn-dateTime-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" as an argument to the function "timezone-from-dateTime". | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-21.txt |
| fn-dateTime-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" as an argument to the function "adjust-dateTime-to-timezone". | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-22.txt |
| fn-dateTime-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" part of a subtraction operation. | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-23.txt |
| fn-dateTime-24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" used together with the "op:add-yearMonthDuration-to-dateTime" operator. | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-24.txt |
| fn-dateTime-25 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" used together with the "op:add-dayTimeDuration-to-dateTime" operator. | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-25.txt |
| fn-dateTime-26 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" used together with the "subtract-yearMonthDuration-from-dateTime" operator. | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-26.txt |
| fn-dateTime-27 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" used together with the "subtract-dayTimeDuration-from-dateTime" operator. | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-27.txt |
| fn-dateTime-28 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" where the first argument is the empty sequence. | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/zero.txt |
| fn-dateTime-29 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" where the second argument is the empty sequence. | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/zero.txt |
| fn-dateTime-30 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:dateTime" where both arguments are equal to the empty sequence. | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ConstructFunc/DateTimeFunc/zero.txt |
| forg0008-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of error FORG008, different timezones for DateTimeFunc. | ||
| Spec Citations: | ||
| #func-dateTime | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/forg0008-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0008 | ||
| K-DateTimeFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Passing too few parameters(none) to fn:dateTime(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DateTimeFunc/K-DateTimeFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-DateTimeFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Passing too few parameters(only one) to fn:dateTime(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DateTimeFunc/K-DateTimeFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-DateTimeFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Passing too many parameters to fn:dateTime(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DateTimeFunc/K-DateTimeFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-DateTimeFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Passing the empty sequence as second argument is allowed(recent change in the specification). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DateTimeFunc/K-DateTimeFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DateTimeFunc/K-DateTimeFunc-4.txt |
| K-DateTimeFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Passing the empty sequence as first argument is allowed(recent change in the specification). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DateTimeFunc/K-DateTimeFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DateTimeFunc/K-DateTimeFunc-5.txt |
| K-DateTimeFunc-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Passing different timezones to fn:dateTime() is an error. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DateTimeFunc/K-DateTimeFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0008 | ||
| K-DateTimeFunc-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Passing different timezones to fn:dateTime() is an error. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DateTimeFunc/K-DateTimeFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0008 | ||
| K-DateTimeFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:dateTime() with timezones +00:00 and -00:00. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DateTimeFunc/K-DateTimeFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DateTimeFunc/K-DateTimeFunc-8.txt |
| K-DateTimeFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:dateTime() with identical timezones. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DateTimeFunc/K-DateTimeFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DateTimeFunc/K-DateTimeFunc-9.txt |
| K-DateTimeFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:dateTime() with the first value having no timezone. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DateTimeFunc/K-DateTimeFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DateTimeFunc/K-DateTimeFunc-10.txt |
| K-DateTimeFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:dateTime() with the second value having no timezone. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DateTimeFunc/K-DateTimeFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DateTimeFunc/K-DateTimeFunc-11.txt |
| K-DateTimeFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:dateTime() with the time value being 24:00:00. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DateTimeFunc/K-DateTimeFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DateTimeFunc/K-DateTimeFunc-12.txt |
| K-DateTimeFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:dateTime() with timezones being canonical UTC('Z'). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DateTimeFunc/K-DateTimeFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DateTimeFunc/K-DateTimeFunc-13.txt |
| K-DateTimeFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:dateTime() with the first value's timezone being canonical UTC('Z'). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DateTimeFunc/K-DateTimeFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DateTimeFunc/K-DateTimeFunc-14.txt |
| K-DateTimeFunc-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:dateTime() with the first value's timezone being an arbitrary value. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DateTimeFunc/K-DateTimeFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DateTimeFunc/K-DateTimeFunc-15.txt |
| K-DateTimeFunc-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:dateTime() with the second value's timezone being an arbitrary value. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DateTimeFunc/K-DateTimeFunc-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DateTimeFunc/K-DateTimeFunc-16.txt |
| K-DateTimeFunc-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:dateTime() where none of its values has a timezone. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DateTimeFunc/K-DateTimeFunc-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DateTimeFunc/K-DateTimeFunc-17.txt |
| K-DateTimeFunc-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:dateTime() with the first value's timezone being canonical UTC('Z'). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DateTimeFunc/K-DateTimeFunc-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DateTimeFunc/K-DateTimeFunc-18.txt |
| fn-absint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absint1args-1.txt |
| fn-absint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absint1args-2.txt |
| fn-absint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absint1args-3.txt |
| fn-absintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absintg1args-1.txt |
| fn-absintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absintg1args-2.txt |
| fn-absintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absintg1args-3.txt |
| fn-absdec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absdec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absdec1args-1.txt |
| fn-absdec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absdec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absdec1args-2.txt |
| fn-absdec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absdec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absdec1args-3.txt |
| fn-absdbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absdbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absdbl1args-1.txt |
| fn-absdbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absdbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absdbl1args-2.txt |
| fn-absdbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absdbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absdbl1args-3.txt |
| fn-absflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absflt1args-1.txt |
| fn-absflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absflt1args-2.txt |
| fn-absflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absflt1args-3.txt |
| fn-abslng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abslng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abslng1args-1.txt |
| fn-abslng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abslng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abslng1args-2.txt |
| fn-abslng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abslng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abslng1args-3.txt |
| fn-absusht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absusht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absusht1args-1.txt |
| fn-absusht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absusht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absusht1args-2.txt |
| fn-absusht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absusht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absusht1args-3.txt |
| fn-absnint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absnint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absnint1args-1.txt |
| fn-absnint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absnint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absnint1args-2.txt |
| fn-absnint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absnint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absnint1args-3.txt |
| fn-abspint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abspint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abspint1args-1.txt |
| fn-abspint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abspint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abspint1args-2.txt |
| fn-abspint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abspint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abspint1args-3.txt |
| fn-absulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absulng1args-1.txt |
| fn-absulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absulng1args-2.txt |
| fn-absulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absulng1args-3.txt |
| fn-absnpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absnpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absnpi1args-1.txt |
| fn-absnpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absnpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absnpi1args-2.txt |
| fn-absnpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absnpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absnpi1args-3.txt |
| fn-absnni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absnni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absnni1args-1.txt |
| fn-absnni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absnni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absnni1args-2.txt |
| fn-absnni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-absnni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-absnni1args-3.txt |
| fn-abssht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abssht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abssht1args-1.txt |
| fn-abssht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abssht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abssht1args-2.txt |
| fn-abssht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "abs" function with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abssht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abssht1args-3.txt |
| fn-abs-more-args-001 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: double. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-001.txt |
| fn-abs-more-args-002 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: double. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-002.txt |
| fn-abs-more-args-003 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: double. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-003.txt |
| fn-abs-more-args-004 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: double. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-004.txt |
| fn-abs-more-args-005 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: double. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-005.txt |
| fn-abs-more-args-006 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: decimal. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-006.txt |
| fn-abs-more-args-007 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: decimal. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-007.txt |
| fn-abs-more-args-008 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: float. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-008.txt |
| fn-abs-more-args-009 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: float. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-009.txt |
| fn-abs-more-args-010 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: float. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-010.txt |
| fn-abs-more-args-011 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: float. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-011.txt |
| fn-abs-more-args-012 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: float. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-012.txt |
| fn-abs-more-args-013 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: int. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-013.txt |
| fn-abs-more-args-014 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: int. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-014.txt |
| fn-abs-more-args-015 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: integer. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-015.txt |
| fn-abs-more-args-016 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: integer. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-016.txt |
| fn-abs-more-args-017 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: long. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-017.txt |
| fn-abs-more-args-018 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: long. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-018.txt |
| fn-abs-more-args-019 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: nonNegativeInteger. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-019.txt |
| fn-abs-more-args-020 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: nonPositiveIntege. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-020.txt |
| fn-abs-more-args-021 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: short. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-021.txt |
| fn-abs-more-args-022 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: short. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-022.txt |
| fn-abs-more-args-023 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: unsignedLong. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-023.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-023.txt |
| fn-abs-more-args-024 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: unsignedShort. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-024.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/ABSFunc/fn-abs-more-args-024.txt |
| fn-abs-more-args-025 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-025.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-026 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-026.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-027 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-027.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-028 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-028.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-029 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-029.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-030 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-030.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-031 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-031.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-032 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-032.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-033 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-033.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-034 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-034.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-035 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-035.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-036 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-036.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-037 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-037.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-038 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-038.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-039 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-039.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-040 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-040.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-041 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-041.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-042 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-042.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-043 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-043.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-044 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-044.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-045 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-045.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-046 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-046.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-047 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-047.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-048 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-048.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-049 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-049.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-050 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-050.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-051 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-051.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-052 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-052.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-053 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-053.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-054 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-054.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-055 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-055.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-056 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-056.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-057 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-057.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-058 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-058.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-059 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-059.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-060 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-060.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-061 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-061.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-062 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-062.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-063 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-063.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-064 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-064.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-065 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-065.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-066 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-066.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-067 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-067.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-068 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-068.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-069 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-069.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-070 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-070.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-071 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-071.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-072 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-072.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-073 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-073.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-074 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-074.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-075 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-075.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-076 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives FORG0001. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-076.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| fn-abs-more-args-077 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives XPTY0004. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-077.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-abs-more-args-078 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives XPTY0004. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-078.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-abs-more-args-079 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives XPTY0004. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-079.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-abs-more-args-080 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives XPTY0004. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-080.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-abs-more-args-081 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives XPTY0004. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-081.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-abs-more-args-082 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives XPTY0004. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-082.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-abs-more-args-083 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives XPTY0004. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-083.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-abs-more-args-084 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives XPTY0004. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-084.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-abs-more-args-085 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives XPTY0004. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-085.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-abs-more-args-086 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative Test gives XPTY0004. | ||
| Spec Citations: | ||
| #func-abs | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/ABSFunc/fn-abs-more-args-086.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ABSFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `abs()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ABSFunc/K-ABSFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ABSFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `abs(1, 2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ABSFunc/K-ABSFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ABSFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(abs(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ABSFunc/K-ABSFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ABSFunc/K-ABSFunc-3.txt |
| K-ABSFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `abs(10.5) eq 10.5`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ABSFunc/K-ABSFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ABSFunc/K-ABSFunc-4.txt |
| K-ABSFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `abs(-10.5) eq 10.5`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ABSFunc/K-ABSFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ABSFunc/K-ABSFunc-5.txt |
| K-ABSFunc-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `abs("a string")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ABSFunc/K-ABSFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-ceilingint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingint1args-1.txt |
| fn-ceilingint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingint1args-2.txt |
| fn-ceilingint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingint1args-3.txt |
| fn-ceilingintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingintg1args-1.txt |
| fn-ceilingintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingintg1args-2.txt |
| fn-ceilingintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingintg1args-3.txt |
| fn-ceilingdec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingdec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingdec1args-1.txt |
| fn-ceilingdec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingdec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingdec1args-2.txt |
| fn-ceilingdec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingdec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingdec1args-3.txt |
| fn-ceilingdbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingdbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingdbl1args-1.txt |
| fn-ceilingdbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingdbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingdbl1args-2.txt |
| fn-ceilingdbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingdbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingdbl1args-3.txt |
| fn-ceilingflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingflt1args-1.txt |
| fn-ceilingflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingflt1args-2.txt |
| fn-ceilingflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingflt1args-3.txt |
| fn-ceilinglng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilinglng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilinglng1args-1.txt |
| fn-ceilinglng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilinglng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilinglng1args-2.txt |
| fn-ceilinglng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilinglng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilinglng1args-3.txt |
| fn-ceilingusht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingusht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingusht1args-1.txt |
| fn-ceilingusht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingusht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingusht1args-2.txt |
| fn-ceilingusht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingusht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingusht1args-3.txt |
| fn-ceilingnint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingnint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingnint1args-1.txt |
| fn-ceilingnint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingnint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingnint1args-2.txt |
| fn-ceilingnint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingnint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingnint1args-3.txt |
| fn-ceilingpint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingpint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingpint1args-1.txt |
| fn-ceilingpint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingpint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingpint1args-2.txt |
| fn-ceilingpint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingpint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingpint1args-3.txt |
| fn-ceilingulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingulng1args-1.txt |
| fn-ceilingulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingulng1args-2.txt |
| fn-ceilingulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingulng1args-3.txt |
| fn-ceilingnpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingnpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingnpi1args-1.txt |
| fn-ceilingnpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingnpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingnpi1args-2.txt |
| fn-ceilingnpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingnpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingnpi1args-3.txt |
| fn-ceilingnni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingnni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingnni1args-1.txt |
| fn-ceilingnni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingnni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingnni1args-2.txt |
| fn-ceilingnni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingnni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingnni1args-3.txt |
| fn-ceilingsht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingsht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingsht1args-1.txt |
| fn-ceilingsht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingsht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingsht1args-2.txt |
| fn-ceilingsht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ceiling" function with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-ceiling | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/CeilingFunc/fn-ceilingsht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/CeilingFunc/fn-ceilingsht1args-3.txt |
| K-CeilingFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `ceiling()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CeilingFunc/K-CeilingFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-CeilingFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `ceiling(1, 2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CeilingFunc/K-CeilingFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-CeilingFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(ceiling(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CeilingFunc/K-CeilingFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/CeilingFunc/K-CeilingFunc-3.txt |
| K-CeilingFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `ceiling(10.5) eq 11`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CeilingFunc/K-CeilingFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/CeilingFunc/K-CeilingFunc-4.txt |
| K-CeilingFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `ceiling(-10.5) eq -10`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CeilingFunc/K-CeilingFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/CeilingFunc/K-CeilingFunc-5.txt |
| K-CeilingFunc-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `ceiling("a string")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CeilingFunc/K-CeilingFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-floorint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorint1args-1.txt |
| fn-floorint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorint1args-2.txt |
| fn-floorint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorint1args-3.txt |
| fn-floorintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorintg1args-1.txt |
| fn-floorintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorintg1args-2.txt |
| fn-floorintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorintg1args-3.txt |
| fn-floordec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floordec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floordec1args-1.txt |
| fn-floordec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floordec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floordec1args-2.txt |
| fn-floordec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floordec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floordec1args-3.txt |
| fn-floordbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floordbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floordbl1args-1.txt |
| fn-floordbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floordbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floordbl1args-2.txt |
| fn-floordbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floordbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floordbl1args-3.txt |
| fn-floorflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorflt1args-1.txt |
| fn-floorflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorflt1args-2.txt |
| fn-floorflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorflt1args-3.txt |
| fn-floorlng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorlng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorlng1args-1.txt |
| fn-floorlng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorlng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorlng1args-2.txt |
| fn-floorlng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorlng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorlng1args-3.txt |
| fn-floorusht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorusht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorusht1args-1.txt |
| fn-floorusht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorusht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorusht1args-2.txt |
| fn-floorusht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorusht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorusht1args-3.txt |
| fn-floornint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floornint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floornint1args-1.txt |
| fn-floornint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floornint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floornint1args-2.txt |
| fn-floornint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floornint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floornint1args-3.txt |
| fn-floorpint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorpint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorpint1args-1.txt |
| fn-floorpint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorpint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorpint1args-2.txt |
| fn-floorpint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorpint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorpint1args-3.txt |
| fn-floorulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorulng1args-1.txt |
| fn-floorulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorulng1args-2.txt |
| fn-floorulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorulng1args-3.txt |
| fn-floornpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floornpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floornpi1args-1.txt |
| fn-floornpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floornpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floornpi1args-2.txt |
| fn-floornpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floornpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floornpi1args-3.txt |
| fn-floornni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floornni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floornni1args-1.txt |
| fn-floornni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floornni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floornni1args-2.txt |
| fn-floornni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floornni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floornni1args-3.txt |
| fn-floorsht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorsht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorsht1args-1.txt |
| fn-floorsht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorsht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorsht1args-2.txt |
| fn-floorsht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "floor" function with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-floor | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/FloorFunc/fn-floorsht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/FloorFunc/fn-floorsht1args-3.txt |
| K-FloorFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `floor()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/FloorFunc/K-FloorFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FloorFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `floor(1, 2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/FloorFunc/K-FloorFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FloorFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(floor(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/FloorFunc/K-FloorFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FloorFunc/K-FloorFunc-3.txt |
| K-FloorFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `floor(10.5) eq 10`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/FloorFunc/K-FloorFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FloorFunc/K-FloorFunc-4.txt |
| K-FloorFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `floor(-10.5) eq -11`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/FloorFunc/K-FloorFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FloorFunc/K-FloorFunc-5.txt |
| K-FloorFunc-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `floor("a string")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/FloorFunc/K-FloorFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-roundint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundint1args-1.txt |
| fn-roundint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundint1args-2.txt |
| fn-roundint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundint1args-3.txt |
| fn-roundintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundintg1args-1.txt |
| fn-roundintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundintg1args-2.txt |
| fn-roundintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundintg1args-3.txt |
| fn-rounddec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-rounddec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-rounddec1args-1.txt |
| fn-rounddec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-rounddec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-rounddec1args-2.txt |
| fn-rounddec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-rounddec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-rounddec1args-3.txt |
| fn-rounddbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-rounddbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-rounddbl1args-1.txt |
| fn-rounddbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-rounddbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-rounddbl1args-2.txt |
| fn-rounddbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-rounddbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-rounddbl1args-3.txt |
| fn-roundflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundflt1args-1.txt |
| fn-roundflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundflt1args-2.txt |
| fn-roundflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundflt1args-3.txt |
| fn-roundlng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundlng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundlng1args-1.txt |
| fn-roundlng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundlng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundlng1args-2.txt |
| fn-roundlng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundlng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundlng1args-3.txt |
| fn-roundusht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundusht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundusht1args-1.txt |
| fn-roundusht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundusht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundusht1args-2.txt |
| fn-roundusht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundusht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundusht1args-3.txt |
| fn-roundnint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundnint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundnint1args-1.txt |
| fn-roundnint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundnint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundnint1args-2.txt |
| fn-roundnint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundnint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundnint1args-3.txt |
| fn-roundpint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundpint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundpint1args-1.txt |
| fn-roundpint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundpint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundpint1args-2.txt |
| fn-roundpint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundpint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundpint1args-3.txt |
| fn-roundulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundulng1args-1.txt |
| fn-roundulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundulng1args-2.txt |
| fn-roundulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundulng1args-3.txt |
| fn-roundnpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundnpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundnpi1args-1.txt |
| fn-roundnpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundnpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundnpi1args-2.txt |
| fn-roundnpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundnpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundnpi1args-3.txt |
| fn-roundnni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundnni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundnni1args-1.txt |
| fn-roundnni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundnni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundnni1args-2.txt |
| fn-roundnni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundnni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundnni1args-3.txt |
| fn-roundsht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundsht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundsht1args-1.txt |
| fn-roundsht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundsht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundsht1args-2.txt |
| fn-roundsht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round" function with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-round | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundFunc/fn-roundsht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundFunc/fn-roundsht1args-3.txt |
| K-RoundFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `round()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/RoundFunc/K-RoundFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-RoundFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `round(1, 2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/RoundFunc/K-RoundFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-RoundFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(round(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/RoundFunc/K-RoundFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/RoundFunc/K-RoundFunc-3.txt |
| K-RoundFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `round(1) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/RoundFunc/K-RoundFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/RoundFunc/K-RoundFunc-4.txt |
| K-RoundFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `round(1.1) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/RoundFunc/K-RoundFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/RoundFunc/K-RoundFunc-5.txt |
| K-RoundFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `round(xs:double(1)) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/RoundFunc/K-RoundFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/RoundFunc/K-RoundFunc-6.txt |
| K-RoundFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `round(xs:float(1)) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/RoundFunc/K-RoundFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/RoundFunc/K-RoundFunc-7.txt |
| K-RoundFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `round(2.4999) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/RoundFunc/K-RoundFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/RoundFunc/K-RoundFunc-8.txt |
| K-RoundFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `round(-2.5) eq -2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/RoundFunc/K-RoundFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/RoundFunc/K-RoundFunc-9.txt |
| fn-round-half-to-evenint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenint1args-1.txt |
| fn-round-half-to-evenint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenint1args-2.txt |
| fn-round-half-to-evenint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenint1args-3.txt |
| fn-round-half-to-evenintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenintg1args-1.txt |
| fn-round-half-to-evenintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenintg1args-2.txt |
| fn-round-half-to-evenintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenintg1args-3.txt |
| fn-round-half-to-evendec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evendec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evendec1args-1.txt |
| fn-round-half-to-evendec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evendec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evendec1args-2.txt |
| fn-round-half-to-evendec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evendec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evendec1args-3.txt |
| fn-round-half-to-evendbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evendbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evendbl1args-1.txt |
| fn-round-half-to-evendbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evendbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evendbl1args-2.txt |
| fn-round-half-to-evendbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evendbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evendbl1args-3.txt |
| fn-round-half-to-evenflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenflt1args-1.txt |
| fn-round-half-to-evenflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenflt1args-2.txt |
| fn-round-half-to-evenflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenflt1args-3.txt |
| fn-round-half-to-evenlng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenlng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenlng1args-1.txt |
| fn-round-half-to-evenlng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenlng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenlng1args-2.txt |
| fn-round-half-to-evenlng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenlng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenlng1args-3.txt |
| fn-round-half-to-evenusht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenusht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenusht1args-1.txt |
| fn-round-half-to-evenusht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenusht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenusht1args-2.txt |
| fn-round-half-to-evenusht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenusht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenusht1args-3.txt |
| fn-round-half-to-evennint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evennint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evennint1args-1.txt |
| fn-round-half-to-evennint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evennint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evennint1args-2.txt |
| fn-round-half-to-evennint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evennint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evennint1args-3.txt |
| fn-round-half-to-evenpint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenpint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenpint1args-1.txt |
| fn-round-half-to-evenpint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenpint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenpint1args-2.txt |
| fn-round-half-to-evenpint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenpint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenpint1args-3.txt |
| fn-round-half-to-evenulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenulng1args-1.txt |
| fn-round-half-to-evenulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenulng1args-2.txt |
| fn-round-half-to-evenulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evenulng1args-3.txt |
| fn-round-half-to-evennpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evennpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evennpi1args-1.txt |
| fn-round-half-to-evennpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evennpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evennpi1args-2.txt |
| fn-round-half-to-evennpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evennpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evennpi1args-3.txt |
| fn-round-half-to-evennni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evennni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evennni1args-1.txt |
| fn-round-half-to-evennni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evennni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evennni1args-2.txt |
| fn-round-half-to-evennni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evennni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evennni1args-3.txt |
| fn-round-half-to-evensht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evensht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evensht1args-1.txt |
| fn-round-half-to-evensht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evensht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evensht1args-2.txt |
| fn-round-half-to-evensht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "round-half-to-even" function with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-round-half-to-even | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evensht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/fn-round-half-to-evensht1args-3.txt |
| K-RoundEvenFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `round-half-to-even()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/RoundEvenFunc/K-RoundEvenFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-RoundEvenFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `round-half-to-even(1.1, 3, "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/RoundEvenFunc/K-RoundEvenFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-RoundEvenFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(round-half-to-even(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/RoundEvenFunc/K-RoundEvenFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/RoundEvenFunc/K-RoundEvenFunc-3.txt |
| K-RoundEvenFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(round-half-to-even((), 3))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/RoundEvenFunc/K-RoundEvenFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/RoundEvenFunc/K-RoundEvenFunc-4.txt |
| K-RoundEvenFunc-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `round-half-to-even("a string")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/RoundEvenFunc/K-RoundEvenFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K2-RoundEvenFunc-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `round-half-to-even(1) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/K2-RoundEvenFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/K2-RoundEvenFunc-1.txt |
| K2-RoundEvenFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `round-half-to-even(1.0) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/K2-RoundEvenFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/K2-RoundEvenFunc-2.txt |
| K2-RoundEvenFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `round-half-to-even(0.5) eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/K2-RoundEvenFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/K2-RoundEvenFunc-3.txt |
| K2-RoundEvenFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `round-half-to-even(1.5) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/K2-RoundEvenFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/K2-RoundEvenFunc-4.txt |
| K2-RoundEvenFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `round-half-to-even(2.5) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/K2-RoundEvenFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/K2-RoundEvenFunc-5.txt |
| K2-RoundEvenFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `round-half-to-even(3.567812E+3, 2) eq 3567.81E0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/K2-RoundEvenFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/K2-RoundEvenFunc-6.txt |
| K2-RoundEvenFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `round-half-to-even(4.7564E-3, 2) eq 0.0E0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/K2-RoundEvenFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/K2-RoundEvenFunc-7.txt |
| K2-RoundEvenFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `round-half-to-even(35612.25, -2) eq 35600`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/NumericFunc/RoundEvenFunc/K2-RoundEvenFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NumericFunc/RoundEvenFunc/K2-RoundEvenFunc-8.txt |
| fn-codepoints-to-string1args-1 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test codepoints-to-string with variety of characters. | ||
| Spec Citations: | ||
| #func-codepoints-to-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string1args-1.txt |
| fn-codepoints-to-string1args-2 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test codepoints-to-string with an empty sequence argument. | ||
| Spec Citations: | ||
| #func-codepoints-to-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string1args-2.txt |
| fn-codepoints-to-string1args-3 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Test invalid type in argument for codepoints-to-string. | ||
| Spec Citations: | ||
| #func-codepoints-to-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-codepoints-to-string1args-4 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Test incorrect arity for codepoints-to-string. | ||
| Spec Citations: | ||
| #func-codepoints-to-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string1args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-codepoints-to-string-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Invalid codepoint (0)code for fucntion's argument. | ||
| Spec Citations: | ||
| #func-codepoints-to-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0001 | ||
| fn-codepoints-to-string-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Invalid codepoint (10000000)code for function's argument. | ||
| Spec Citations: | ||
| #func-codepoints-to-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0001 | ||
| fn-codepoints-to-string-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:codepoints-to-string function with argument set to codepoint 49 (single character '1'). | ||
| Spec Citations: | ||
| #func-codepoints-to-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-3.txt |
| fn-codepoints-to-string-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:codepoints-to-string function with argument set to codepoint 97 (single character 'a'). | ||
| Spec Citations: | ||
| #func-codepoints-to-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-4.txt |
| fn-codepoints-to-string-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:codepoints-to-string function with argument set to codepoint 49, 97 (characters '1a'). | ||
| Spec Citations: | ||
| #func-codepoints-to-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-5.txt |
| fn-codepoints-to-string-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:codepoints-to-string function with argument set to codepoints 35, 42, 94 36 (characters "#*^$"). | ||
| Spec Citations: | ||
| #func-codepoints-to-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-6.txt |
| fn-codepoints-to-string-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:codepoints-to-string function with argument set to codepoints 99 111 100 101 112 111 105 110 116 115 45 116 111 45 115 116 114 105 110 103 (the string "codepoints-to-string"). | ||
| Spec Citations: | ||
| #func-codepoints-to-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-7.txt |
| fn-codepoints-to-string-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:codepoints-to-string function used as argument to "xs:string()" function and uses codepoints 65, 32, 83 116, 114, 105, 110, 103 ("A String"). | ||
| Spec Citations: | ||
| #func-codepoints-to-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-8.txt |
| fn-codepoints-to-string-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:codepoints-to-string function used as argument to "upper-case" function and uses codepoints 65,32,83,84,82,73,78,71. | ||
| Spec Citations: | ||
| #func-codepoints-to-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-9.txt |
| fn-codepoints-to-string-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:codepoints-to-string function used as argument to "lower-case" function and uses codepoints 97,32,115,116,114,105,110,103. | ||
| Spec Citations: | ||
| #func-codepoints-to-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-10.txt |
| fn-codepoints-to-string-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:codepoints-to-string function that uses "xs:integer" function as argument and use codepoint 97. | ||
| Spec Citations: | ||
| #func-codepoints-to-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-11.txt |
| fn-codepoints-to-string-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:codepoints-to-string function that uses "fn:avg"/"xs:integer" functions as argument and use codepoints 65,32,83,116,114,105,110,103. | ||
| Spec Citations: | ||
| #func-codepoints-to-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-12.txt |
| fn-codepoints-to-string-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:codepoints-to-string function that is used as argument to fn:concat function. | ||
| Spec Citations: | ||
| #func-codepoints-to-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-13.txt |
| fn-codepoints-to-string-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:codepoints-to-string function that is used as argument to fn:string-to-codepoints function. | ||
| Spec Citations: | ||
| #func-codepoints-to-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-14.txt |
| fn-codepoints-to-string-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:codepoints-to-string function that is used as argument to fn:string-length function. | ||
| Spec Citations: | ||
| #func-codepoints-to-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-15.txt |
| fn-codepoints-to-string-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:codepoints-to-string function that is used as argument to fn:string-join function. | ||
| Spec Citations: | ||
| #func-codepoints-to-string | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-16.txt |
| K-CodepointToStringFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-CodepointToStringFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string((84, 104), "INVALID")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-CodepointToStringFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(()) eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/CodepointToStringFunc/K-CodepointToStringFunc-3.txt |
| K-CodepointToStringFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string((87, 36, 56, 87, 102, 96)) eq "W$8Wf`"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/CodepointToStringFunc/K-CodepointToStringFunc-4.txt |
| K-CodepointToStringFunc-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(57343)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0001 | ||
| K-CodepointToStringFunc-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(-500)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0001 | ||
| K-CodepointToStringFunc-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(0)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0001 | ||
| K-CodepointToStringFunc-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(8)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0001 | ||
| K-CodepointToStringFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(9) eq "	"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/CodepointToStringFunc/K-CodepointToStringFunc-9.txt |
| K-CodepointToStringFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(10) eq "
"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/CodepointToStringFunc/K-CodepointToStringFunc-10.txt |
| K-CodepointToStringFunc-11 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(11)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0001 | ||
| K-CodepointToStringFunc-12 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(12)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0001 | ||
| K-CodepointToStringFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(13) eq "
"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/CodepointToStringFunc/K-CodepointToStringFunc-13.txt |
| K-CodepointToStringFunc-14 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(14)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0001 | ||
| K-CodepointToStringFunc-15 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(31)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0001 | ||
| K-CodepointToStringFunc-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(32) eq " "`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/CodepointToStringFunc/K-CodepointToStringFunc-16.txt |
| K-CodepointToStringFunc-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(27637) eq "毵"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/CodepointToStringFunc/K-CodepointToStringFunc-17.txt |
| K-CodepointToStringFunc-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(55295) eq "퟿"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/CodepointToStringFunc/K-CodepointToStringFunc-18.txt |
| K-CodepointToStringFunc-19 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(55296)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0001 | ||
| K-CodepointToStringFunc-20 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(57343)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0001 | ||
| K-CodepointToStringFunc-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(57344) eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/CodepointToStringFunc/K-CodepointToStringFunc-21.txt |
| K-CodepointToStringFunc-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(61438) eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/CodepointToStringFunc/K-CodepointToStringFunc-22.txt |
| K-CodepointToStringFunc-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(65533) eq "�"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/CodepointToStringFunc/K-CodepointToStringFunc-23.txt |
| K-CodepointToStringFunc-24 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(65534)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0001 | ||
| K-CodepointToStringFunc-25 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(65535)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0001 | ||
| K-CodepointToStringFunc-26 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string(1114112)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/CodepointToStringFunc/K-CodepointToStringFunc-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0001 | ||
| fn-string-to-codepoints1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-to-codepoints" function with the arguments set as follows: $arg = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-string-to-codepoints | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints1args-1.txt |
| fn-string-to-codepoints1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-to-codepoints" function with the arguments set as follows: $arg = xs:string(mid range). | ||
| Spec Citations: | ||
| #func-string-to-codepoints | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints1args-2.txt |
| fn-string-to-codepoints1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-to-codepoints" function with the arguments set as follows: $arg = xs:string(upper bound). | ||
| Spec Citations: | ||
| #func-string-to-codepoints | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints1args-3.txt |
| fn-string-to-codepoints1args-4 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test string-to-codepoints with variety of characters. | ||
| Spec Citations: | ||
| #func-string-to-codepoints | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints1args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints1args-4.txt |
| fn-string-to-codepoints1args-5 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test string-to-codepoints with an empty string argument. | ||
| Spec Citations: | ||
| #func-string-to-codepoints | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints1args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints1args-5.txt |
| fn-string-to-codepoints1args-6 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test string-to-codepoints with empty sequence argument. | ||
| Spec Citations: | ||
| #func-string-to-codepoints | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints1args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints1args-6.txt |
| fn-string-to-codepoints1args-7 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Test string-to-codepoints with invalid type in argument. | ||
| Spec Citations: | ||
| #func-string-to-codepoints | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints1args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-string-to-codepoints1args-8 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Test string-to-codepoints with incorrect function arity. | ||
| Spec Citations: | ||
| #func-string-to-codepoints | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints1args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-string-to-codepoints-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test string-to-codepoints with argument set to a single character ('1'). | ||
| Spec Citations: | ||
| #func-string-to-codepoints | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-1.txt |
| fn-string-to-codepoints-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test string-to-codepoints with argument set to a single character ('a'). | ||
| Spec Citations: | ||
| #func-string-to-codepoints | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-2.txt |
| fn-string-to-codepoints-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test string-to-codepoints with argument set to a combination of character/number ('1a'). | ||
| Spec Citations: | ||
| #func-string-to-codepoints | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-3.txt |
| fn-string-to-codepoints-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test string-to-codepoints with argument set to the characters "#*^$". | ||
| Spec Citations: | ||
| #func-string-to-codepoints | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-4.txt |
| fn-string-to-codepoints-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test string-to-codepoints with argument set to the characters "string-to-codepoints". | ||
| Spec Citations: | ||
| #func-string-to-codepoints | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-5.txt |
| fn-string-to-codepoints-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test string-to-codepoints with argument that uses the "xs:string" function. | ||
| Spec Citations: | ||
| #func-string-to-codepoints | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-6.txt |
| fn-string-to-codepoints-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test string-to-codepoints with argument that uses the "fn:upper-case" function. | ||
| Spec Citations: | ||
| #func-string-to-codepoints | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-7.txt |
| fn-string-to-codepoints-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test string-to-codepoints with argument that uses the "fn:lower-case" function. | ||
| Spec Citations: | ||
| #func-string-to-codepoints | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-8.txt |
| fn-string-to-codepoints-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test string-to-codepoints used as argument to the "fn:count" function. | ||
| Spec Citations: | ||
| #func-string-to-codepoints | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-9.txt |
| fn-string-to-codepoints-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test string-to-codepoints used as argument to the "fn:avg" function. | ||
| Spec Citations: | ||
| #func-string-to-codepoints | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-10.txt |
| fn-string-to-codepoints-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test string-to-codepoints used as argument to the "fn:empty" function (return false). | ||
| Spec Citations: | ||
| #func-string-to-codepoints | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-11.txt |
| fn-string-to-codepoints-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test string-to-codepoints used as argument to the "fn:empty" function (returns true). | ||
| Spec Citations: | ||
| #func-string-to-codepoints | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-12.txt |
| fn-string-to-codepoints-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test string-to-codepoints used as argument to the "fn:exists" function (return false). | ||
| Spec Citations: | ||
| #func-string-to-codepoints | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-13.txt |
| fn-string-to-codepoints-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test string-to-codepoints used as argument to the "fn:exits" function (returns true). | ||
| Spec Citations: | ||
| #func-string-to-codepoints | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-14.txt |
| K-StringToCodepointFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string-to-codepoints()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringToCodepointFunc/K-StringToCodepointFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-StringToCodepointFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string-to-codepoints("str", "INVALID")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringToCodepointFunc/K-StringToCodepointFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-StringToCodepointFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(string-to-codepoints(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringToCodepointFunc/K-StringToCodepointFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringToCodepointFunc/K-StringToCodepointFunc-3.txt |
| K-StringToCodepointFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(string-to-codepoints(""))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringToCodepointFunc/K-StringToCodepointFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringToCodepointFunc/K-StringToCodepointFunc-4.txt |
| K-StringToCodepointFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(string-to-codepoints("123")) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringToCodepointFunc/K-StringToCodepointFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringToCodepointFunc/K-StringToCodepointFunc-5.txt |
| K-StringToCodepointFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(string-to-codepoints("")) eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringToCodepointFunc/K-StringToCodepointFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringToCodepointFunc/K-StringToCodepointFunc-6.txt |
| K-StringToCodepointFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(string-to-codepoints(""))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringToCodepointFunc/K-StringToCodepointFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringToCodepointFunc/K-StringToCodepointFunc-7.txt |
| K-StringToCodepointFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string-to-codepoints("e") eq 101`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringToCodepointFunc/K-StringToCodepointFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringToCodepointFunc/K-StringToCodepointFunc-8.txt |
| K-StringToCodepointFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal(string-to-codepoints("ee"), (101, 101))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringToCodepointFunc/K-StringToCodepointFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringToCodepointFunc/K-StringToCodepointFunc-9.txt |
| K-StringToCodepointFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal(string-to-codepoints("eee"), (101, 101, 101))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringToCodepointFunc/K-StringToCodepointFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringToCodepointFunc/K-StringToCodepointFunc-10.txt |
| K-StringToCodepointFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string-join(for $code in string-to-codepoints("example.com/") return string($code), "") eq "10112097109112108101469911110947"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringToCodepointFunc/K-StringToCodepointFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringToCodepointFunc/K-StringToCodepointFunc-11.txt |
| K-StringToCodepointFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Combine fn:deep-equal and string-to-codepoints(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringToCodepointFunc/K-StringToCodepointFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringToCodepointFunc/K-StringToCodepointFunc-12.txt |
| K-StringToCodepointFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoints-to-string((87, 36, 56, 87, 102, 96)) eq "W$8Wf`"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringToCodepointFunc/K-StringToCodepointFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringToCodepointFunc/K-StringToCodepointFunc-13.txt |
| K-StringToCodepointFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Combine string-to-codepoints() and a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringToCodepointFunc/K-StringToCodepointFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringToCodepointFunc/K-StringToCodepointFunc-14.txt |
| K-StringToCodepointFunc-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Combine string-to-codepoints() and a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringToCodepointFunc/K-StringToCodepointFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringToCodepointFunc/K-StringToCodepointFunc-15.txt |
| K-StringToCodepointFunc-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Combine string-to-codepoints() and a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringToCodepointFunc/K-StringToCodepointFunc-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringToCodepointFunc/K-StringToCodepointFunc-16.txt |
| K-StringToCodepointFunc-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Combine string-to-codepoints() and a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringToCodepointFunc/K-StringToCodepointFunc-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringToCodepointFunc/K-StringToCodepointFunc-17.txt |
| K-StringToCodepointFunc-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Combine string-to-codepoints() and a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringToCodepointFunc/K-StringToCodepointFunc-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringToCodepointFunc/K-StringToCodepointFunc-18.txt |
| K-StringToCodepointFunc-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Combine string-to-codepoints() and a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringToCodepointFunc/K-StringToCodepointFunc-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringToCodepointFunc/K-StringToCodepointFunc-19.txt |
| K-StringToCodepointFunc-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Combine string-to-codepoints() and a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringToCodepointFunc/K-StringToCodepointFunc-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringToCodepointFunc/K-StringToCodepointFunc-20.txt |
| K-StringToCodepointFunc-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Combine string-to-codepoints() and a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringToCodepointFunc/K-StringToCodepointFunc-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringToCodepointFunc/K-StringToCodepointFunc-21.txt |
| fn-compare2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function with the arguments set as follows: $comparand1 = xs:string(lower bound) $comparand2 = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare2args-1.txt |
| fn-compare2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function with the arguments set as follows: $comparand1 = xs:string(mid range) $comparand2 = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare2args-2.txt |
| fn-compare2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function with the arguments set as follows: $comparand1 = xs:string(upper bound) $comparand2 = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare2args-3.txt |
| fn-compare2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function with the arguments set as follows: $comparand1 = xs:string(lower bound) $comparand2 = xs:string(mid range). | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare2args-4.txt |
| fn-compare2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function with the arguments set as follows: $comparand1 = xs:string(lower bound) $comparand2 = xs:string(upper bound). | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare2args-5.txt |
| fn-compare-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function with the arguments set as follows: $arg1 = "" $arg2 = "". | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-1.txt |
| fn-compare-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function with the arguments set as follows: $arg1 = "" $arg2 = "A Character String". | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-2.txt |
| fn-compare-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function with the arguments set as follows: $arg1 = "A Character String" $arg2 = "". | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-3.txt |
| fn-compare-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function with the arguments set as follows: $arg1 = () $arg2 = "". | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-4.txt |
| fn-compare-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function with the arguments set as follows: $arg1 = "" $arg2 = (). | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-5.txt |
| fn-compare-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function with the arguments set as follows: $arg1 = "A Character String" $arg2 = (). | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-6.txt |
| fn-compare-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function with the arguments set as follows: $arg1 = () $arg2 = "A Character String". | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-7.txt |
| fn-compare-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function with the arguments set as follows: $arg1 = "AAAAABBBBBCCCCC" $arg2 = "BBBBB". | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-8.txt |
| fn-compare-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function with the arguments set as follows: $arg1 = "AAAAABBBBB" $arg2 = " ". | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-9.txt |
| fn-compare-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function with the arguments set as follows: $arg1 = " " $arg2 = "AAAAABBBBB". | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-10.txt |
| fn-compare-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function as an argument of another function (fn:not)- return true. | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-11.txt |
| fn-compare-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function as an argument of another function (fn:not) - return false. | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-12.txt |
| fn-compare-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function with the arguments set as follows: $arg1 = xs:string("A") $arg2 = "A". | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-13.txt |
| fn-compare-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function with the arguments set as follows: $arg1 = "A" $arg2 = xs:string("A"). | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-14.txt |
| fn-compare-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function with the arguments set as follows: $arg1 = "A" $arg2 = "a". | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-15.txt |
| fn-compare-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function with the arguments set as follows: $arg1 = "a" $arg2 = "A". | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-16.txt |
| fn-compare-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function with the arguments set as follows: $arg1 = "compare" $arg2 = "compare". | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-17.txt |
| fn-compare-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function with the arguments set as follows: $arg1 = "comparecompare" $arg2 = "compare". | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-18.txt |
| fn-compare-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function with the arguments set as follows: $arg1 = "****" $arg2 = "***". | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-19.txt |
| fn-compare-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function using numbers as part of the string. Arguments set as follows: $arg1 = "12345" $arg2 = "1234". | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-20.txt |
| fn-compare-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function using "compare" backwards. Arguments set as follows: $arg1 = "compare" $arg2 = "reapmco". | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-21.txt |
| fn-compare-22 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "compare" function using "compare" that specifies a non-existent collation. | ||
| Spec Citations: | ||
| #func-compare | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0002 | ||
| K-compareFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoint-equal()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/compareFunc/K-compareFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-compareFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoint-equal(())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/compareFunc/K-compareFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-compareFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoint-equal((), (), ())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/compareFunc/K-compareFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-compareFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(codepoint-equal((), "a string"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/compareFunc/K-compareFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/compareFunc/K-compareFunc-4.txt |
| K-compareFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(codepoint-equal("a string", ()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/compareFunc/K-compareFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/compareFunc/K-compareFunc-5.txt |
| K-compareFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `codepoint-equal("a string", "a string")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/compareFunc/K-compareFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/compareFunc/K-compareFunc-6.txt |
| K-compareFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(codepoint-equal("cow", "a string"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/compareFunc/K-compareFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/compareFunc/K-compareFunc-7.txt |
| K-compareFunc-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `compare()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/compareFunc/K-compareFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-compareFunc-9 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `compare(())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/compareFunc/K-compareFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-compareFunc-10 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `compare((), (), "http://www.w3.org/2005/xpath-functions/collation/codepoint", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/compareFunc/K-compareFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-compareFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(compare((), "a string"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/compareFunc/K-compareFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/compareFunc/K-compareFunc-11.txt |
| K-compareFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(compare("a string", ()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/compareFunc/K-compareFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/compareFunc/K-compareFunc-12.txt |
| K-compareFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(compare("a string", (), "http://www.w3.org/2005/xpath-functions/collation/codepoint"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/compareFunc/K-compareFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/compareFunc/K-compareFunc-13.txt |
| K-compareFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `compare("str", "str") instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/compareFunc/K-compareFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/compareFunc/K-compareFunc-14.txt |
| K-compareFunc-15 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(compare("a string", "a string", "http://www.example.com/COLLATION/NOT/SUPPORTED"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/compareFunc/K-compareFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0002 | ||
| fn-codepoint-equal-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-codepoint-equal with wrong arity. | ||
| Spec Citations: | ||
| #func-codepoint-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-codepoint-equal-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-codepoint-equal with arguments set to empty sequence. | ||
| Spec Citations: | ||
| #func-codepoint-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-2.txt |
| fn-codepoint-equal-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-codepoint-equal with arguments set to zero length string. | ||
| Spec Citations: | ||
| #func-codepoint-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-3.txt |
| fn-codepoint-equal-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:codepoint-equal" with arguments set to same value "a". | ||
| Spec Citations: | ||
| #func-codepoint-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-4.txt |
| fn-codepoint-equal-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:codepoint-equal" with arguments set to different values "a" and "b" respectively. | ||
| Spec Citations: | ||
| #func-codepoint-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-5.txt |
| fn-codepoint-equal-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:codepoint-equal" as argument to fn:not. Returns true. | ||
| Spec Citations: | ||
| #func-codepoint-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-6.txt |
| fn-codepoint-equal-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:codepoint-equal" as argument to fn:not. Returns false. | ||
| Spec Citations: | ||
| #func-codepoint-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-7.txt |
| fn-codepoint-equal-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:codepoint-equal" whose arguments use fn:string() for a number. | ||
| Spec Citations: | ||
| #func-codepoint-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-8.txt |
| fn-codepoint-equal-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:codepoint-equal" whose arguments use fn:string() for a string. | ||
| Spec Citations: | ||
| #func-codepoint-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-9.txt |
| fn-codepoint-equal-10 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-codepoint-equal with wrong argument type. | ||
| Spec Citations: | ||
| #func-codepoint-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-codepoint-equal-11 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-codepoint-equal with wrong argument type (only second argument). | ||
| Spec Citations: | ||
| #func-codepoint-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-codepoint-equal-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:codepoint-equal" whose arguments are "aa" "AA" strings respectively. | ||
| Spec Citations: | ||
| #func-codepoint-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-12.txt |
| fn-codepoint-equal-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:codepoint-equal" with arguments set to "aa" and lower-case("AA") respectively. | ||
| Spec Citations: | ||
| #func-codepoint-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-13.txt |
| fn-codepoint-equal-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:codepoint-equal" with arguments set to "aa" and upper-case("aa") respectively. | ||
| Spec Citations: | ||
| #func-codepoint-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-14.txt |
| fn-codepoint-equal-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:codepoint-equal" as an argument to xs:boolean. | ||
| Spec Citations: | ||
| #func-codepoint-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-15.txt |
| fn-codepoint-equal-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:codepoint-equal" as part of a boolean expression ("and" operator and "fn:true()"). | ||
| Spec Citations: | ||
| #func-codepoint-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-16.txt |
| fn-codepoint-equal-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:codepoint-equal" as part of a boolean expression ("and" operator and "fn:false()"). | ||
| Spec Citations: | ||
| #func-codepoint-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-17.txt |
| fn-codepoint-equal-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:codepoint-equal" as part of a boolean expression ("or" operator and "fn:true()"). | ||
| Spec Citations: | ||
| #func-codepoint-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-18.txt |
| fn-codepoint-equal-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:codepoint-equal" as part of a boolean expression ("or" operator and "fn:false()"). | ||
| Spec Citations: | ||
| #func-codepoint-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-19.txt |
| fn-codepoint-equal-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:codepoint-equal" as part of a boolean expression involving two fn:codepoint-equal functions ("and" operator). | ||
| Spec Citations: | ||
| #func-codepoint-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-20.txt |
| fn-codepoint-equal-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:codepoint-equal" as part of a boolean expression involving two fn:codepoint-equal functions ("or" operator). | ||
| Spec Citations: | ||
| #func-codepoint-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-21.txt |
| fn-concatint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatint2args-1.txt |
| fn-concatint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:int(mid range) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatint2args-2.txt |
| fn-concatint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:int(upper bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatint2args-3.txt |
| fn-concatint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatint2args-4.txt |
| fn-concatint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatint2args-5.txt |
| fn-concatintg2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatintg2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatintg2args-1.txt |
| fn-concatintg2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:integer(mid range) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatintg2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatintg2args-2.txt |
| fn-concatintg2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:integer(upper bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatintg2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatintg2args-3.txt |
| fn-concatintg2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatintg2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatintg2args-4.txt |
| fn-concatintg2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatintg2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatintg2args-5.txt |
| fn-concatdec2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdec2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdec2args-1.txt |
| fn-concatdec2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:decimal(mid range) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdec2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdec2args-2.txt |
| fn-concatdec2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:decimal(upper bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdec2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdec2args-3.txt |
| fn-concatdec2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdec2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdec2args-4.txt |
| fn-concatdec2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdec2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdec2args-5.txt |
| fn-concatdbl2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdbl2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdbl2args-1.txt |
| fn-concatdbl2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:double(mid range) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdbl2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdbl2args-2.txt |
| fn-concatdbl2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:double(upper bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdbl2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdbl2args-3.txt |
| fn-concatdbl2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdbl2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdbl2args-4.txt |
| fn-concatdbl2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdbl2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdbl2args-5.txt |
| fn-concatflt2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatflt2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatflt2args-1.txt |
| fn-concatflt2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:float(mid range) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatflt2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatflt2args-2.txt |
| fn-concatflt2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:float(upper bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatflt2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatflt2args-3.txt |
| fn-concatflt2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatflt2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatflt2args-4.txt |
| fn-concatflt2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatflt2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatflt2args-5.txt |
| fn-concatlng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatlng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatlng2args-1.txt |
| fn-concatlng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:long(mid range) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatlng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatlng2args-2.txt |
| fn-concatlng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:long(upper bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatlng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatlng2args-3.txt |
| fn-concatlng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatlng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatlng2args-4.txt |
| fn-concatlng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatlng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatlng2args-5.txt |
| fn-concatusht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatusht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatusht2args-1.txt |
| fn-concatusht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:unsignedShort(mid range) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatusht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatusht2args-2.txt |
| fn-concatusht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:unsignedShort(upper bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatusht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatusht2args-3.txt |
| fn-concatusht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatusht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatusht2args-4.txt |
| fn-concatusht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatusht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatusht2args-5.txt |
| fn-concatnint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnint2args-1.txt |
| fn-concatnint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:negativeInteger(mid range) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnint2args-2.txt |
| fn-concatnint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:negativeInteger(upper bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnint2args-3.txt |
| fn-concatnint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnint2args-4.txt |
| fn-concatnint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnint2args-5.txt |
| fn-concatpint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatpint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatpint2args-1.txt |
| fn-concatpint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:positiveInteger(mid range) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatpint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatpint2args-2.txt |
| fn-concatpint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:positiveInteger(upper bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatpint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatpint2args-3.txt |
| fn-concatpint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatpint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatpint2args-4.txt |
| fn-concatpint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatpint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatpint2args-5.txt |
| fn-concatulng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatulng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatulng2args-1.txt |
| fn-concatulng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:unsignedLong(mid range) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatulng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatulng2args-2.txt |
| fn-concatulng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:unsignedLong(upper bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatulng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatulng2args-3.txt |
| fn-concatulng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatulng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatulng2args-4.txt |
| fn-concatulng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatulng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatulng2args-5.txt |
| fn-concatnpi2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnpi2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnpi2args-1.txt |
| fn-concatnpi2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(mid range) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnpi2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnpi2args-2.txt |
| fn-concatnpi2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(upper bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnpi2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnpi2args-3.txt |
| fn-concatnpi2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnpi2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnpi2args-4.txt |
| fn-concatnpi2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnpi2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnpi2args-5.txt |
| fn-concatnni2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnni2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnni2args-1.txt |
| fn-concatnni2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(mid range) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnni2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnni2args-2.txt |
| fn-concatnni2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(upper bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnni2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnni2args-3.txt |
| fn-concatnni2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnni2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnni2args-4.txt |
| fn-concatnni2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnni2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnni2args-5.txt |
| fn-concatsht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatsht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatsht2args-1.txt |
| fn-concatsht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:short(mid range) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatsht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatsht2args-2.txt |
| fn-concatsht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:short(upper bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatsht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatsht2args-3.txt |
| fn-concatsht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatsht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatsht2args-4.txt |
| fn-concatsht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatsht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatsht2args-5.txt |
| fn-concat-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function as per example 1 (for this function) from the Functions and Ops specs. | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-1.txt |
| fn-concat-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function as per example 2 (for this function) from the Functions and Ops specs. | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-2.txt |
| fn-concat-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function as per example 3 (for this function) from the Functions and Ops specs. | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-3.txt |
| fn-concat-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function as per example 4 (for this function) from the Functions and Ops specs. | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-4.txt |
| fn-concat-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function that uses only upper case letters as part of argument. | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-5.txt |
| fn-concat-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function that uses only lower case letters as part of argument. | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-6.txt |
| fn-concat-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function that uses both, upper and lower case letters as part of argument. | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-7.txt |
| fn-concat-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function that uses the empty string as part of argument. | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-8.txt |
| fn-concat-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function that uses the "upper-case" functions as part of argument. | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-9.txt |
| fn-concat-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with argument set to "*****". | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-10.txt |
| fn-concat-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function that uses "fn:concat" as part of the argument. | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-11.txt |
| fn-concat-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-12.txt |
| fn-concat-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-13.txt |
| fn-concat-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function as an argument to the "fn:not" function. | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-14.txt |
| fn-concat-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with argument set to "%$","#@!" . | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-15.txt |
| fn-concat-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function with argument set to "concat","concat". | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-16.txt |
| fn-concat-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "concat" function as part of a boolean expression. | ||
| Spec Citations: | ||
| #func-concat | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-17.txt |
| K-ConcatFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `concat()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ConcatFunc/K-ConcatFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ConcatFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `concat("a string")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ConcatFunc/K-ConcatFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ConcatFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `concat("ab", "c") eq "abc"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ConcatFunc/K-ConcatFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ConcatFunc/K-ConcatFunc-3.txt |
| K-ConcatFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `concat("ab", "c") instance of xs:string`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ConcatFunc/K-ConcatFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ConcatFunc/K-ConcatFunc-4.txt |
| K-ConcatFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `concat((), ()) instance of xs:string`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ConcatFunc/K-ConcatFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ConcatFunc/K-ConcatFunc-5.txt |
| K-ConcatFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `concat((), ()) eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ConcatFunc/K-ConcatFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ConcatFunc/K-ConcatFunc-6.txt |
| K-ConcatFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `concat('a', 'b', 'c', (), 'd', 'e', 'f', 'g', 'h', ' ', 'i', 'j', 'k l') eq "abcdefgh ijk l"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ConcatFunc/K-ConcatFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ConcatFunc/K-ConcatFunc-7.txt |
| K-ConcatFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `concat(1, 2, 3) eq "123"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ConcatFunc/K-ConcatFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ConcatFunc/K-ConcatFunc-8.txt |
| K-ConcatFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `concat(1, "2", 3) eq "123"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ConcatFunc/K-ConcatFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ConcatFunc/K-ConcatFunc-9.txt |
| fn-string-join2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function with the arguments set as follows: $arg1 = xs:string(lower bound) $arg2 = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join2args-1.txt |
| fn-string-join2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function with the arguments set as follows: $arg1 = xs:string(mid range) $arg2 = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join2args-2.txt |
| fn-string-join2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function with the arguments set as follows: $arg1 = xs:string(upper bound) $arg2 = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join2args-3.txt |
| fn-string-join2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function with the arguments set as follows: $arg1 = xs:string(lower bound) $arg2 = xs:string(mid range). | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join2args-4.txt |
| fn-string-join2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function with the arguments set as follows: $arg1 = xs:string(lower bound) $arg2 = xs:string(upper bound). | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join2args-5.txt |
| fn-string-join-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function as per example 1 for this function in the FandO specs. | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-1.txt |
| fn-string-join-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function as per example 2 for this function in the FandO specs. | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-2.txt |
| fn-string-join-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function as per example 3 for this function in the FandO specs. | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-3.txt |
| fn-string-join-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function with the arguments set as follows: $arg1 = () $arg2 = "". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-4.txt |
| fn-string-join-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function with the arguments set as follows: $arg1 = "" $arg2 = "". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-5.txt |
| fn-string-join-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function with the arguments set as follows: $arg1 = "" $arg2 = "A Character String". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-6.txt |
| fn-string-join-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function with the arguments set as follows: $arg1 = () $arg2 = "A Character String". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-7.txt |
| fn-string-join-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function with the arguments set as follows: $arg1 = "AAAAABBBBBCCCCC" $arg2 = "BBBBB". | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-8.txt |
| fn-string-join-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function with the arguments set as follows: $arg1 = "AAAAABBBBB" $arg2 = " ". | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-9.txt |
| fn-string-join-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function with the arguments set as follows: $arg1 = " " $arg2 = "AAAAABBBBB". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-10.txt |
| fn-string-join-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function as an argument of another function (fn:not)- return true. | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-11.txt |
| fn-string-join-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function as an argument of another function (fn:not) - return true. | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-12.txt |
| fn-string-join-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function with the arguments set as follows: $arg1 = xs:string("A") $arg2 = "A". | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-13.txt |
| fn-string-join-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function with the arguments set as follows: $arg1 = "A" $arg2 = xs:string("A"). | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-14.txt |
| fn-string-join-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function with the arguments set as follows: $arg1 = "A" $arg2 = "a". | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-15.txt |
| fn-string-join-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function with the arguments set as follows: $arg1 = "a" $arg2 = "A". | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-16.txt |
| fn-string-join-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function with the arguments set as follows: $arg1 = "string-join" $arg2 = "string-join". | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-17.txt |
| fn-string-join-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function with the arguments set as follows: $arg1 = "string-joinstring-join" $arg2 = "string-join". | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-18.txt |
| fn-string-join-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function with the arguments set as follows: $arg1 = "****" $arg2 = "***". | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-19.txt |
| fn-string-join-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function using numbers as part of the string. Arguments set as follows: $arg1 = "12345" $arg2 = "1234". | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-20.txt |
| fn-string-join-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-join" function using "string-join" backwards. Arguments set as follows: $arg1 = "string-join" $arg2 = "nioj-gnirts". | ||
| Spec Citations: | ||
| #func-string-join | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-21.txt |
| K-StringJoinFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string-join("a string")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringJoinFunc/K-StringJoinFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-StringJoinFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string-join("a string", "a string", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringJoinFunc/K-StringJoinFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-StringJoinFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string-join(('Now', 'is', 'the', 'time', '...'), ' ') eq "Now is the time ..."`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringJoinFunc/K-StringJoinFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringJoinFunc/K-StringJoinFunc-3.txt |
| K-StringJoinFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string-join(("abc", "def"), "") eq "abcdef"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringJoinFunc/K-StringJoinFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringJoinFunc/K-StringJoinFunc-4.txt |
| K-StringJoinFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string-join(('Blow, ', 'blow, ', 'thou ', 'winter ', 'wind!'), '') eq "Blow, blow, thou winter wind!"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringJoinFunc/K-StringJoinFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringJoinFunc/K-StringJoinFunc-5.txt |
| K-StringJoinFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string-join((), 'separator') eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringJoinFunc/K-StringJoinFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringJoinFunc/K-StringJoinFunc-6.txt |
| K-StringJoinFunc-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string-join("a string", ())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringJoinFunc/K-StringJoinFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-substring-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring" function as per example 1 (for this function) from the F and O specs. | ||
| Spec Citations: | ||
| #func-substring | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-1.txt |
| fn-substring-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring" function as per example 2 (for this function) from the F and O specs. | ||
| Spec Citations: | ||
| #func-substring | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-2.txt |
| fn-substring-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring" function as per example 3 (for this function) from the F and O specs. | ||
| Spec Citations: | ||
| #func-substring | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-3.txt |
| fn-substring-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring" function as per example 4 (for this function) from the F and O specs. | ||
| Spec Citations: | ||
| #func-substring | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-4.txt |
| fn-substring-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring" function as per example 5 (for this function) from the F and O specs. | ||
| Spec Citations: | ||
| #func-substring | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-5.txt |
| fn-substring-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring" function as per example 6 (for this function) from the F and O specs. | ||
| Spec Citations: | ||
| #func-substring | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-6.txt |
| fn-substring-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring" function as per example 7 (for this function) from the F and O specs. | ||
| Spec Citations: | ||
| #func-substring | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-7.txt |
| fn-substring-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring" function as per example 8 (for this function) from the F and O specs. | ||
| Spec Citations: | ||
| #func-substring | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-8.txt |
| fn-substring-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring" function as per example 9 (for this function) from the F and O specs. | ||
| Spec Citations: | ||
| #func-substring | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-9.txt |
| fn-substring-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring" function as per example 10 (for this function) from the F and O specs. | ||
| Spec Citations: | ||
| #func-substring | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-10.txt |
| fn-substring-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring" function as per example 11 (for this function) from the F and O specs. | ||
| Spec Citations: | ||
| #func-substring | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-11.txt |
| fn-substring-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring" function where the source string is the empty string. | ||
| Spec Citations: | ||
| #func-substring | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-12.txt |
| fn-substring-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring" function as an argument to an "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-substring | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-13.txt |
| fn-substring-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring" function as an argument to an "fn:not" function. | ||
| Spec Citations: | ||
| #func-substring | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-14.txt |
| fn-substring-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring" function as an argument to another "fn:substring" function. | ||
| Spec Citations: | ||
| #func-substring | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-15.txt |
| fn-substring-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring" function where the source string is the string "substring". | ||
| Spec Citations: | ||
| #func-substring | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-16.txt |
| fn-substring-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring" function as an argument to a concat function. | ||
| Spec Citations: | ||
| #func-substring | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-17.txt |
| fn-substring-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring" function as an argument to a contains function. | ||
| Spec Citations: | ||
| #func-substring | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-18.txt |
| fn-substring-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring" function with the source string set to the characters "!@#$%^*()". | ||
| Spec Citations: | ||
| #func-substring | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-19.txt |
| fn-substring-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring" function, where the starting location uses an "xs:double" constructor function. | ||
| Spec Citations: | ||
| #func-substring | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-20.txt |
| fn-substring-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring" function, where the starting location is an addition expression. | ||
| Spec Citations: | ||
| #func-substring | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-21.txt |
| K-SubstringFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sub-string("a string")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringFunc/K-SubstringFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SubstringFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sub-string("a string", 1, 2, "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringFunc/K-SubstringFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SubstringFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring((), 1, 2) eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringFunc/K-SubstringFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringFunc/K-SubstringFunc-3.txt |
| K-SubstringFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring((), 1) eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringFunc/K-SubstringFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringFunc/K-SubstringFunc-4.txt |
| K-SubstringFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring("12345", 1.5, 2.6) eq "234"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringFunc/K-SubstringFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringFunc/K-SubstringFunc-5.txt |
| K-SubstringFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring((), 1, 3) eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringFunc/K-SubstringFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringFunc/K-SubstringFunc-6.txt |
| K-SubstringFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring("motor car", 6) eq " car"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringFunc/K-SubstringFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringFunc/K-SubstringFunc-7.txt |
| K-SubstringFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring("12345", 0, 3) eq "12"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringFunc/K-SubstringFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringFunc/K-SubstringFunc-8.txt |
| K-SubstringFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring("metadata", 4, 3) eq "ada"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringFunc/K-SubstringFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringFunc/K-SubstringFunc-9.txt |
| K-SubstringFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring("12345", 0 div 0E0, 3) eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringFunc/K-SubstringFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringFunc/K-SubstringFunc-10.txt |
| K-SubstringFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring("12345", 1, 0 div 0E0) eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringFunc/K-SubstringFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringFunc/K-SubstringFunc-11.txt |
| K-SubstringFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring("12345", -3, 5) eq "1"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringFunc/K-SubstringFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringFunc/K-SubstringFunc-12.txt |
| K-SubstringFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring("12345", -42, 1 div 0E0) eq "12345"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringFunc/K-SubstringFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringFunc/K-SubstringFunc-13.txt |
| K-SubstringFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring("12345", -1 div 0E0, 1 div 0E0) eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringFunc/K-SubstringFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringFunc/K-SubstringFunc-14.txt |
| K-SubstringFunc-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring("12345", 5, -3) eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringFunc/K-SubstringFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringFunc/K-SubstringFunc-15.txt |
| fn-string-length1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-length" function with the arguments set as follows: $arg = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-string-length | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length1args-1.txt |
| fn-string-length1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-length" function with the arguments set as follows: $arg = xs:string(mid range). | ||
| Spec Citations: | ||
| #func-string-length | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length1args-2.txt |
| fn-string-length1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-length" function with the arguments set as follows: $arg = xs:string(upper bound). | ||
| Spec Citations: | ||
| #func-string-length | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length1args-3.txt |
| fn-string-length-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-length" function as per example 1 (for this function) from the Functions and Ops specs. | ||
| Spec Citations: | ||
| #func-string-length | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-1.txt |
| fn-string-length-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-length" function that uses the empty sequence. | ||
| Spec Citations: | ||
| #func-string-length | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-2.txt |
| fn-string-length-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-length" function that uses only numbers as part of argument. | ||
| Spec Citations: | ||
| #func-string-length | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-3.txt |
| fn-string-length-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-length" function that uses both numbers and letters as part of argument. | ||
| Spec Citations: | ||
| #func-string-length | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-4.txt |
| fn-string-length-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-length" function that uses only upper case letters as part of argument. | ||
| Spec Citations: | ||
| #func-string-length | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-5.txt |
| fn-string-length-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-length" function that uses only lower case letters as part of argument. | ||
| Spec Citations: | ||
| #func-string-length | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-6.txt |
| fn-string-length-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-length" function that uses both, upper and lower case letters as part of argument. | ||
| Spec Citations: | ||
| #func-string-length | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-7.txt |
| fn-string-length-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-length" function that uses the empty string as part of argument. | ||
| Spec Citations: | ||
| #func-string-length | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-8.txt |
| fn-string-length-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-length" function that uses the "string" function as part of argument. | ||
| Spec Citations: | ||
| #func-string-length | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-9.txt |
| fn-string-length-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-length" function with argument set to "*****". | ||
| Spec Citations: | ||
| #func-string-length | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-10.txt |
| fn-string-length-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-length" function as part of an addition operation. | ||
| Spec Citations: | ||
| #func-string-length | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-11.txt |
| fn-string-length-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-length" function as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-string-length | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-12.txt |
| fn-string-length-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-length" function as an argument to the "fn:concat" function. | ||
| Spec Citations: | ||
| #func-string-length | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-13.txt |
| fn-string-length-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-length" function as an argument to the "fn:not" function. | ||
| Spec Citations: | ||
| #func-string-length | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-14.txt |
| fn-string-length-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-length" function with argument set to "%$#@!" . | ||
| Spec Citations: | ||
| #func-string-length | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-15.txt |
| fn-string-length-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-length" function with argument set to "string-length" . | ||
| Spec Citations: | ||
| #func-string-length | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-16.txt |
| fn-string-length-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-length" function as part of a boolean expression. | ||
| Spec Citations: | ||
| #func-string-length | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-17.txt |
| fn-string-length-18 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "string-length" function with no arguments and no context node defined. Should raise error. | ||
| Spec Citations: | ||
| #func-string-length | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| K-StringLengthFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string-length("a string", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringLengthFunc/K-StringLengthFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-StringLengthFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string-length("ebv") eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringLengthFunc/K-StringLengthFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringLengthFunc/K-StringLengthFunc-2.txt |
| K-StringLengthFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string-length("ebv") instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringLengthFunc/K-StringLengthFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringLengthFunc/K-StringLengthFunc-3.txt |
| K-StringLengthFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string-length(()) eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringLengthFunc/K-StringLengthFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringLengthFunc/K-StringLengthFunc-4.txt |
| K-StringLengthFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string-length("") eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringLengthFunc/K-StringLengthFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringLengthFunc/K-StringLengthFunc-5.txt |
| K-StringLengthFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string-length(()) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringLengthFunc/K-StringLengthFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringLengthFunc/K-StringLengthFunc-6.txt |
| K-StringLengthFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `if(false()) then string-length() else true()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringLengthFunc/K-StringLengthFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringLengthFunc/K-StringLengthFunc-7.txt |
| Error: err:XPDY0002 | ||
| K-StringLengthFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string-length("Harp not on that string, madam; that is past.") eq 45`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StringLengthFunc/K-StringLengthFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StringLengthFunc/K-StringLengthFunc-8.txt |
| fn-normalize-space1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "normalize-space" function with the arguments set as follows: $arg = notNormalizedString(lower bound). | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space1args-1.txt |
| fn-normalize-space1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "normalize-space" function with the arguments set as follows: $arg = notNormalizedString(mid range). | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space1args-2.txt |
| fn-normalize-space1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "normalize-space" function with the arguments set as follows: $arg = notNormalizedString(upper bound). | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space1args-3.txt |
| fn-normalize-space1args-4 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test normalize-space with an empty sequence argument. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space1args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space1args-4.txt |
| fn-normalize-space0args-1 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test normalize-space without argument. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space0args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: textWithSpaces | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space0args-1.txt |
| fn-normalize-space-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test normalize-space function as per example 1 of the Functions and Operators specs for this function. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-1.txt |
| fn-normalize-space-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test normalize-space function with no arguments and no context node. Should raise an error. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| fn-normalize-space-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test normalize-space function with argument containing a single tab character. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-3.txt |
| fn-normalize-space-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test normalize-space function with argument containing a single newline character. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-4.txt |
| fn-normalize-space-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test normalize-space function with argument containing multiple tab characters. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-5.txt |
| fn-normalize-space-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test normalize-space function with argument containing multiple newline characters. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-6.txt |
| fn-normalize-space-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test normalize-space function with argument containing a single tab and a single newline character. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-7.txt |
| fn-normalize-space-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test normalize-space function with argument containing multiple tab and newline characters. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-8.txt |
| fn-normalize-space-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test normalize-space function with argument string containing only spaces. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-9.txt |
| fn-normalize-space-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test normalize-space function with argument string containing only a single space. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-10.txt |
| fn-normalize-space-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test normalize-space function with argument string containing the zero length string. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-11.txt |
| fn-normalize-space-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test normalize-space function with argument string containing only a single tab character. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-12.txt |
| fn-normalize-space-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test normalize-space function with argument string containing only tab characters. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-13.txt |
| fn-normalize-space-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test normalize-space function with argument string containing only a single newline character. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-14.txt |
| fn-normalize-space-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test normalize-space function with argument string containing only multiple newline characters. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-15.txt |
| fn-normalize-space-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test normalize-space function with argument string containing only spaces and tab characters. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-16.txt |
| fn-normalize-space-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test normalize-space function with argument string containing only spaces and newline characters. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-17.txt |
| fn-normalize-space-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test normalize-space function with argument string containing only tab and newline characters. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-18.txt |
| fn-normalize-space-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test normalize-space function with argument string containing only tabs and numerical characters. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-19.txt |
| fn-normalize-space-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test normalize-space function with argument set to invocation to fn:string function. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-20.txt |
| fn-normalize-space-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test normalize-space function with argument set another fn:normalize-space function. | ||
| Spec Citations: | ||
| #func-normalize-space | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-21.txt |
| K-NormalizeSpaceFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `normalize-space("a string", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NormalizeSpaceFunc/K-NormalizeSpaceFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-NormalizeSpaceFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `if(false()) then normalize-space() else true()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NormalizeSpaceFunc/K-NormalizeSpaceFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NormalizeSpaceFunc/K-NormalizeSpaceFunc-2.txt |
| Error: err:XPDY0002 | ||
| K-NormalizeSpaceFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `normalize-space("foo") eq "foo"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NormalizeSpaceFunc/K-NormalizeSpaceFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NormalizeSpaceFunc/K-NormalizeSpaceFunc-3.txt |
| K-NormalizeSpaceFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `normalize-space(" foo") eq "foo"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NormalizeSpaceFunc/K-NormalizeSpaceFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NormalizeSpaceFunc/K-NormalizeSpaceFunc-4.txt |
| K-NormalizeSpaceFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `normalize-space("foo ") eq "foo"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NormalizeSpaceFunc/K-NormalizeSpaceFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NormalizeSpaceFunc/K-NormalizeSpaceFunc-5.txt |
| K-NormalizeSpaceFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `normalize-space(()) eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NormalizeSpaceFunc/K-NormalizeSpaceFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NormalizeSpaceFunc/K-NormalizeSpaceFunc-6.txt |
| K-NormalizeSpaceFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `normalize-space("f o o ") eq "f o o"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NormalizeSpaceFunc/K-NormalizeSpaceFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NormalizeSpaceFunc/K-NormalizeSpaceFunc-7.txt |
| K-NormalizeSpaceFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `normalize-space(" 143 1239 fhjkls ") eq "143 1239 fhjkls"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NormalizeSpaceFunc/K-NormalizeSpaceFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NormalizeSpaceFunc/K-NormalizeSpaceFunc-8.txt |
| K-NormalizeSpaceFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke normalize-space on itself. Implementations supporting the static typing feature may raise XPTY0004. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NormalizeSpaceFunc/K-NormalizeSpaceFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NormalizeSpaceFunc/K-NormalizeSpaceFunc-9.txt |
| Error: err:XPTY0004 | ||
| fn-normalize-unicode1args-1 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test normalize-unicode with simple text input. | ||
| Spec Citations: | ||
| #func-normalize-unicode | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode1args-1.txt |
| fn-normalize-unicode1args-2 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test normalize-unicode with empty sequence argument. | ||
| Spec Citations: | ||
| #func-normalize-unicode | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode1args-2.txt |
| fn-normalize-unicode1args-3 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test fn:normalize-unicode on combining characters for LATIN CAPITAL LETTER A WITH RING (w/ ACUTE) and ANGSTROM SIGN. | ||
| Spec Citations: | ||
| #func-normalize-unicode | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode1args-3.txt |
| fn-normalize-unicode1args-4 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test fn:normalize-unicode on combining characters for LATIN CAPITAL LETTER A WITH RING (w/ ACUTE) and ANGSTROM SIGN. | ||
| Spec Citations: | ||
| #func-normalize-unicode | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode1args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode1args-4.txt |
| fn-normalize-unicode1args-5 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test fn:normalize-unicode on combining characters for LATIN CAPITAL LETTER A WITH RING (w/ ACUTE) and ANGSTROM SIGN. | ||
| Spec Citations: | ||
| #func-normalize-unicode | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode1args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode1args-5.txt |
| fn-normalize-unicode1args-6 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test fn:normalize-unicode on combining characters for LATIN CAPITAL LETTER A WITH RING (w/ ACUTE) and ANGSTROM SIGN. | ||
| Spec Citations: | ||
| #func-normalize-unicode | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode1args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode1args-6.txt |
| fn-normalize-unicode1args-7 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Test normalize-unicode with invalid argument types. | ||
| Spec Citations: | ||
| #func-normalize-unicode | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode1args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-normalize-unicode1args-8 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Test normalize-unicode with incorrect arity. | ||
| Spec Citations: | ||
| #func-normalize-unicode | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode1args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-normalize-unicode2args-1 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test normalize-unicode with simple text input and stated "NFC". | ||
| Spec Citations: | ||
| #func-normalize-unicode | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode2args-1.txt |
| fn-normalize-unicode2args-2 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test normalize-unicode with simple text input and stated "nFc" (note case). | ||
| Spec Citations: | ||
| #func-normalize-unicode | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode2args-2.txt |
| fn-normalize-unicode2args-3 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test normalize-unicode with text set to empty sequence and stated "NFC". | ||
| Spec Citations: | ||
| #func-normalize-unicode | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode2args-3.txt |
| fn-normalize-unicode2args-4 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test normalize-unicode with second argument set to empty string. Nothing is normalized. | ||
| Spec Citations: | ||
| #func-normalize-unicode | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode2args-4.txt |
| fn-normalize-unicode2args-5 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Test normalize-unicode with invalid argument types. Normalization form set to empty sequence. | ||
| Spec Citations: | ||
| #func-normalize-unicode | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-normalize-unicode2args-6 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Test normalize-unicode with invalid argument types. Normalization form set to integer. | ||
| Spec Citations: | ||
| #func-normalize-unicode | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode2args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-normalize-unicode-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test fn:normalize-unicode to ensure that " NFC " is the same as "NFC". | ||
| Spec Citations: | ||
| #func-normalize-unicode | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode-1.txt |
| fn-normalize-unicode-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test fn:normalize-unicode with a normalization form that most likely is not supported. | ||
| Spec Citations: | ||
| #func-normalize-unicode | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0003 | ||
| fn-normalize-unicode-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test fn:normalize-unicode with nothing to normalize and used as argument to fn:upper-case. | ||
| Spec Citations: | ||
| #func-normalize-unicode | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode-3.txt |
| fn-normalize-unicode-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test fn:normalize-unicode with nothing to normalize and used as argument to fn:lower-case. | ||
| Spec Citations: | ||
| #func-normalize-unicode | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode-4.txt |
| fn-normalize-unicode-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test fn:normalize-unicode with nothing to normalize and used as argument to fn:string-length. | ||
| Spec Citations: | ||
| #func-normalize-unicode | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode-5.txt |
| fn-normalize-unicode-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test fn:normalize-unicode with nothing to normalize and used as argument to fn:concat. | ||
| Spec Citations: | ||
| #func-normalize-unicode | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode-6.txt |
| fn-normalize-unicode-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test fn:normalize-unicode with nothing to normalize and used as argument to fn:substring. | ||
| Spec Citations: | ||
| #func-normalize-unicode | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode-7.txt |
| K-NormalizeUnicodeFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `normalize-unicode()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NormalizeUnicodeFunc/K-NormalizeUnicodeFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-NormalizeUnicodeFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `normalize-unicode("a string", "NFC", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NormalizeUnicodeFunc/K-NormalizeUnicodeFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-NormalizeUnicodeFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `normalize-unicode("a string", "example.com/notSupported/")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NormalizeUnicodeFunc/K-NormalizeUnicodeFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0003 | ||
| K-NormalizeUnicodeFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `normalize-unicode("foo") eq "foo"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NormalizeUnicodeFunc/K-NormalizeUnicodeFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NormalizeUnicodeFunc/K-NormalizeUnicodeFunc-4.txt |
| K-NormalizeUnicodeFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `normalize-unicode("foo", "NFC") eq "foo"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NormalizeUnicodeFunc/K-NormalizeUnicodeFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NormalizeUnicodeFunc/K-NormalizeUnicodeFunc-5.txt |
| K-NormalizeUnicodeFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `normalize-unicode("foo", "NFD") eq "foo"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NormalizeUnicodeFunc/K-NormalizeUnicodeFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NormalizeUnicodeFunc/K-NormalizeUnicodeFunc-6.txt |
| K-NormalizeUnicodeFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `normalize-unicode("foo", "NFKD") eq "foo"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NormalizeUnicodeFunc/K-NormalizeUnicodeFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NormalizeUnicodeFunc/K-NormalizeUnicodeFunc-7.txt |
| K-NormalizeUnicodeFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `normalize-unicode("foo", "NFKC") eq "foo"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NormalizeUnicodeFunc/K-NormalizeUnicodeFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NormalizeUnicodeFunc/K-NormalizeUnicodeFunc-8.txt |
| K-NormalizeUnicodeFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `normalize-unicode("f oo", "") eq "f oo"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NormalizeUnicodeFunc/K-NormalizeUnicodeFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NormalizeUnicodeFunc/K-NormalizeUnicodeFunc-9.txt |
| K-NormalizeUnicodeFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `normalize-unicode("foo", "") eq "foo"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NormalizeUnicodeFunc/K-NormalizeUnicodeFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NormalizeUnicodeFunc/K-NormalizeUnicodeFunc-10.txt |
| K-NormalizeUnicodeFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `normalize-unicode("f oo") eq "f oo"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NormalizeUnicodeFunc/K-NormalizeUnicodeFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NormalizeUnicodeFunc/K-NormalizeUnicodeFunc-11.txt |
| K-NormalizeUnicodeFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `normalize-unicode("f oo", "NFC") eq "f oo"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NormalizeUnicodeFunc/K-NormalizeUnicodeFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NormalizeUnicodeFunc/K-NormalizeUnicodeFunc-12.txt |
| K-NormalizeUnicodeFunc-13 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `normalize-unicode(("a string", error()), "NFC")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NormalizeUnicodeFunc/K-NormalizeUnicodeFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| fn-upper-case1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "upper-case" function with the arguments set as follows: $arg = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-upper-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case1args-1.txt |
| fn-upper-case1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "upper-case" function with the arguments set as follows: $arg = xs:string(mid range). | ||
| Spec Citations: | ||
| #func-upper-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case1args-2.txt |
| fn-upper-case1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "upper-case" function with the arguments set as follows: $arg = xs:string(upper bound). | ||
| Spec Citations: | ||
| #func-upper-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case1args-3.txt |
| fn-upper-case-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "upper-case" function as per example 1 (for this function) from the Functions and Ops specs. | ||
| Spec Citations: | ||
| #func-upper-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-1.txt |
| fn-upper-case-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "upper-case" function that uses the empty sequence. | ||
| Spec Citations: | ||
| #func-upper-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-2.txt |
| fn-upper-case-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "upper-case" function that uses only numbers as part of argument. | ||
| Spec Citations: | ||
| #func-upper-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-3.txt |
| fn-upper-case-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "upper-case" function that uses both numbers and letters as part of argument. | ||
| Spec Citations: | ||
| #func-upper-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-4.txt |
| fn-upper-case-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "upper-case" function that uses only upper case letters as part of argument. | ||
| Spec Citations: | ||
| #func-upper-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-5.txt |
| fn-upper-case-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "upper-case" function that uses only lower case letters as part of argument. | ||
| Spec Citations: | ||
| #func-upper-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-6.txt |
| fn-upper-case-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "upper-case" function that uses both, upper and lower case letters as part of argument. | ||
| Spec Citations: | ||
| #func-upper-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-7.txt |
| fn-upper-case-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "upper-case" function that uses the empty string as part of argument. | ||
| Spec Citations: | ||
| #func-upper-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-8.txt |
| fn-upper-case-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "upper-case" function that uses the "lower-case" function as part of argument. | ||
| Spec Citations: | ||
| #func-upper-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-9.txt |
| fn-upper-case-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "upper-case" function with argument set to "*****". | ||
| Spec Citations: | ||
| #func-upper-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-10.txt |
| fn-upper-case-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "upper-case" function with argument set to another upper-case function. | ||
| Spec Citations: | ||
| #func-upper-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-11.txt |
| fn-upper-case-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "upper-case" function as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-upper-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-12.txt |
| fn-upper-case-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "upper-case" function as an argument to the "fn:concat" function. | ||
| Spec Citations: | ||
| #func-upper-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-13.txt |
| fn-upper-case-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "upper-case" function as an argument to the "fn:not" function. | ||
| Spec Citations: | ||
| #func-upper-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-14.txt |
| fn-upper-case-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "upper-case" function with argument set to "%$#@!" . | ||
| Spec Citations: | ||
| #func-upper-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-15.txt |
| fn-upper-case-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "upper-case" function with argument set to "upper-case" . | ||
| Spec Citations: | ||
| #func-upper-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-16.txt |
| fn-upper-case-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "upper-case" function as part of a boolean expression. | ||
| Spec Citations: | ||
| #func-upper-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-17.txt |
| K-UpperCaseFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `upper-case()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/UpperCaseFunc/K-UpperCaseFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-UpperCaseFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `upper-case("string", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/UpperCaseFunc/K-UpperCaseFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-UpperCaseFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `upper-case(()) eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/UpperCaseFunc/K-UpperCaseFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/UpperCaseFunc/K-UpperCaseFunc-3.txt |
| K-UpperCaseFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `lower-case("ABc!D") eq "abc!d"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/UpperCaseFunc/K-UpperCaseFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/UpperCaseFunc/K-UpperCaseFunc-4.txt |
| fn-lower-case1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lower-case" function with the arguments set as follows: $arg = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-lower-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case1args-1.txt |
| fn-lower-case1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lower-case" function with the arguments set as follows: $arg = xs:string(mid range). | ||
| Spec Citations: | ||
| #func-lower-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case1args-2.txt |
| fn-lower-case1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lower-case" function with the arguments set as follows: $arg = xs:string(upper bound). | ||
| Spec Citations: | ||
| #func-lower-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case1args-3.txt |
| fn-lower-case-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lower-case" function as per example 1 (for this function) from the Functions and Ops specs. | ||
| Spec Citations: | ||
| #func-lower-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-1.txt |
| fn-lower-case-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lower-case" function that uses the empty sequence. | ||
| Spec Citations: | ||
| #func-lower-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-2.txt |
| fn-lower-case-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lower-case" function that uses only numbers as part of argument. | ||
| Spec Citations: | ||
| #func-lower-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-3.txt |
| fn-lower-case-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lower-case" function that uses both numbers and letters as part of argument. | ||
| Spec Citations: | ||
| #func-lower-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-4.txt |
| fn-lower-case-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lower-case" function that uses only upper case letters as part of argument. | ||
| Spec Citations: | ||
| #func-lower-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-5.txt |
| fn-lower-case-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lower-case" function that uses only lower case letters as part of argument. | ||
| Spec Citations: | ||
| #func-lower-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-6.txt |
| fn-lower-case-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lower-case" function that uses both, upper and lower case letters as part of argument. | ||
| Spec Citations: | ||
| #func-lower-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-7.txt |
| fn-lower-case-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lower-case" function that uses the empty string as part of argument. | ||
| Spec Citations: | ||
| #func-lower-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-8.txt |
| fn-lower-case-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lower-case" function that uses the "upper-case" function as part of argument. | ||
| Spec Citations: | ||
| #func-lower-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-9.txt |
| fn-lower-case-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lower-case" function with argument set to "*****". | ||
| Spec Citations: | ||
| #func-lower-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-10.txt |
| fn-lower-case-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lower-case" function with argument set to another lower-case function. | ||
| Spec Citations: | ||
| #func-lower-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-11.txt |
| fn-lower-case-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lower-case" function as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-lower-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-12.txt |
| fn-lower-case-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lower-case" function as an argument to the "fn:concat" function. | ||
| Spec Citations: | ||
| #func-lower-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-13.txt |
| fn-lower-case-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lower-case" function as an argument to the "fn:not" function. | ||
| Spec Citations: | ||
| #func-lower-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-14.txt |
| fn-lower-case-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lower-case" function with argument set to "%$#@!" . | ||
| Spec Citations: | ||
| #func-lower-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-15.txt |
| fn-lower-case-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lower-case" function with argument set to "lower-case" . | ||
| Spec Citations: | ||
| #func-lower-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-16.txt |
| fn-lower-case-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lower-case" function as part of a boolean expression. | ||
| Spec Citations: | ||
| #func-lower-case | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-17.txt |
| K-LowerCaseFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `lower-case()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/LowerCaseFunc/K-LowerCaseFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-LowerCaseFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `lower-case("string", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/LowerCaseFunc/K-LowerCaseFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-LowerCaseFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `lower-case(()) eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/LowerCaseFunc/K-LowerCaseFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/LowerCaseFunc/K-LowerCaseFunc-3.txt |
| K-LowerCaseFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `upper-case("abCd0") eq "ABCD0"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/LowerCaseFunc/K-LowerCaseFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/LowerCaseFunc/K-LowerCaseFunc-4.txt |
| fn-translate3args-1 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test simple translate expression. | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate3args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate3args-1.txt |
| fn-translate3args-2 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test translate on space, tab, and newline. | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate3args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate3args-2.txt |
| fn-translate3args-3 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test translate with zero-length string argument. | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate3args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate3args-3.txt |
| fn-translate3args-4 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test translate with an empty sequence argument. | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate3args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate3args-4.txt |
| fn-translate3args-5 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Test translate with invalid type in 1st argument. | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate3args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-translate3args-6 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Test translate with invalid type in 2nd argument. | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate3args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-translate3args-7 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Test translate with invalid type in 3rd argument. | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate3args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-translate3args-8 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Test translate with incorrect arity. | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate3args-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-translate-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test translate as per example 1 of the Functions and Operators specs for this function. | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-1.txt |
| fn-translate-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test translate as per example 2 of the Functions and Operators specs for this function. | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-2.txt |
| fn-translate-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test translate as per example 3 of the Functions and Operators specs for this function. | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-3.txt |
| fn-translate-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of translate function. Translate lower case letters to upper case letters. | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-4.txt |
| fn-translate-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of translate function. Translate upper case letters to lower case letters. | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-5.txt |
| fn-translate-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of translate function, where all three arguments are the zero length string. | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-6.txt |
| fn-translate-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of translate function, where all three arguments are the same (letters). | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-7.txt |
| fn-translate-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of translate function, where all three arguments are the same (numbers). | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-8.txt |
| fn-translate-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of translate function, where all three arguments are a mixture of numbers and letters. | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-9.txt |
| fn-translate-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of translate function, where all three arguments are an invocation to fn:string. | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-10.txt |
| fn-translate-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of translate function, as an argument to the fn:string. | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-11.txt |
| fn-translate-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of translate function, as an argument to the fn:string-length. | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-12.txt |
| fn-translate-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of translate function, as an argument to the xs:decimal constructor function. | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-13.txt |
| fn-translate-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of translate function, as an argument to the xs:integer constructor function. | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-14.txt |
| fn-translate-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of translate function, as an argument to the xs:float constructor function. | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-15.txt |
| fn-translate-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of translate function, as an argument to the xs:double constructor function. | ||
| Spec Citations: | ||
| #func-translate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-16.txt |
| K-TranslateFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `translate()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TranslateFunc/K-TranslateFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-TranslateFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `translate("string", "map string")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TranslateFunc/K-TranslateFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-TranslateFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `translate("arg", "map string", "transString", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TranslateFunc/K-TranslateFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-TranslateFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `translate("--aaa--","-","") eq "aaa"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TranslateFunc/K-TranslateFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TranslateFunc/K-TranslateFunc-4.txt |
| K-TranslateFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `translate("--aaa--","bbb++","") eq "--aaa--"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TranslateFunc/K-TranslateFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TranslateFunc/K-TranslateFunc-5.txt |
| K-TranslateFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `translate("argstr", "", "matrs") eq "argstr"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TranslateFunc/K-TranslateFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TranslateFunc/K-TranslateFunc-6.txt |
| K-TranslateFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `translate((), "map", "trans") eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TranslateFunc/K-TranslateFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TranslateFunc/K-TranslateFunc-7.txt |
| K-TranslateFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `translate("abcdabc", "abc", "AB") eq "ABdAB"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TranslateFunc/K-TranslateFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TranslateFunc/K-TranslateFunc-8.txt |
| K-TranslateFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `translate("bar","abc","ABC") eq "BAr"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TranslateFunc/K-TranslateFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TranslateFunc/K-TranslateFunc-9.txt |
| K-TranslateFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `translate("--aaa--","abc-","ABC") eq "AAA"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TranslateFunc/K-TranslateFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TranslateFunc/K-TranslateFunc-10.txt |
| surrogates01 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| String-length() when non-BMP characters are present. | ||
| Spec Citations: | ||
| #string-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates01.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/Surrogates/surrogates01.txt |
| surrogates02 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Substring() when non-BMP characters are present. | ||
| Spec Citations: | ||
| #string-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates02.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/Surrogates/surrogates02.txt |
| surrogates03 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Substring() when non-BMP characters are present. | ||
| Spec Citations: | ||
| #string-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates03.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/Surrogates/surrogates03.txt |
| surrogates04 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Translate() when non-BMP characters are present. | ||
| Spec Citations: | ||
| #string-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates04.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/Surrogates/surrogates04.txt |
| surrogates05 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Translate() when non-BMP characters are present. | ||
| Spec Citations: | ||
| #string-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates05.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/Surrogates/surrogates05.txt |
| surrogates06 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Translate() when non-BMP characters are present. | ||
| Spec Citations: | ||
| #string-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates06.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/Surrogates/surrogates06.txt |
| surrogates07 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| String-to-codepoints() when non-BMP characters are present. | ||
| Spec Citations: | ||
| #string-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates07.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/Surrogates/surrogates07.txt |
| surrogates08 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Codepoints-to-string() when non-BMP characters are present. | ||
| Spec Citations: | ||
| #string-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates08.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/Surrogates/surrogates08.txt |
| surrogates09 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Substring-before() when non-BMP characters are present. | ||
| Spec Citations: | ||
| #string-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates09.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/Surrogates/surrogates09.txt |
| surrogates10 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Substring-before() when non-BMP characters are present. | ||
| Spec Citations: | ||
| #string-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/Surrogates/surrogates10.txt |
| surrogates11 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Substring-after() when non-BMP characters are present. | ||
| Spec Citations: | ||
| #string-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/Surrogates/surrogates11.txt |
| surrogates12 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| matches() when non-BMP characters are present | ||
| Spec Citations: | ||
| #string-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/Surrogates/surrogates12.txt |
| surrogates13 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Matches() when non-BMP characters are present. | ||
| Spec Citations: | ||
| #string-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/Surrogates/surrogates13.txt |
| surrogates14 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Replace() when non-BMP characters are present. | ||
| Spec Citations: | ||
| #string-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/Surrogates/surrogates14.txt |
| surrogates15 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Replace() when non-BMP characters are present. | ||
| Spec Citations: | ||
| #string-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/Surrogates/surrogates15.txt |
| fn-encode-for-uri1args-1 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test encode-for-uri from example defined in functions and operators specification. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri1args-1.txt |
| fn-encode-for-uri1args-2 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test encode-for-uri from example defined in functions and operators specification. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri1args-2.txt |
| fn-encode-for-uri1args-3 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test encode-for-uri from example defined in functions and operators specification. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri1args-3.txt |
| fn-encode-for-uri1args-4 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test encode-for-uri with zero-length string argument. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri1args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri1args-4.txt |
| fn-encode-for-uri1args-5 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test encode-for-uri with empty sequence argument. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri1args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri1args-5.txt |
| fn-encode-for-uri1args-6 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Test encode-for-uri with invalid argument type. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri1args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-encode-for-uri1args-7 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Test encode-for-uri with incorrect arity. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri1args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-encode-for-uri-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test encode-for-uri with nothing to encode. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-1.txt |
| fn-encode-for-uri-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test encode-for-uri does escape the "#" symbol. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-2.txt |
| fn-encode-for-uri-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test encode-for-uri does not escape the "-" symbol. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-3.txt |
| fn-encode-for-uri-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test encode-for-uri does not escape the "_" symbol. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-4.txt |
| fn-encode-for-uri-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test encode-for-uri does not escape the "." symbol. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-5.txt |
| fn-encode-for-uri-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test encode-for-uri does escape the "!" symbol. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-6.txt |
| fn-encode-for-uri-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test encode-for-uri does not escape the "~" symbol. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-7.txt |
| fn-encode-for-uri-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test encode-for-uri does escape the "*" symbol. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-8.txt |
| fn-encode-for-uri-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test encode-for-uri does escape the "'" symbol. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-9.txt |
| fn-encode-for-uri-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test encode-for-uri does escape the "(" symbol. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-10.txt |
| fn-encode-for-uri-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test encode-for-uri does escape the ")" symbol. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-11.txt |
| fn-encode-for-uri-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test encode-for-uri does not escape numbers. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-12.txt |
| fn-encode-for-uri-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test encode-for-uri escapes the space. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-13.txt |
| fn-encode-for-uri-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test encode-for-uri escapes the "/" character. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-14.txt |
| fn-encode-for-uri-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test encode-for-uri escapes the ":" character. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-15.txt |
| fn-encode-for-uri-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test encode-for-uri escapes the "%" character. | ||
| Spec Citations: | ||
| #func-encode-for-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-16.txt |
| K-EncodeURIfunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `encode-for-uri()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/EncodeURIfunc/K-EncodeURIfunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-EncodeURIfunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `encode-for-uri("http://example.com/", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/EncodeURIfunc/K-EncodeURIfunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-EncodeURIfunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `encode-for-uri(()) eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/EncodeURIfunc/K-EncodeURIfunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/EncodeURIfunc/K-EncodeURIfunc-3.txt |
| K-EncodeURIfunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Combine fn:concat and fn:encode-for-uri. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/EncodeURIfunc/K-EncodeURIfunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/EncodeURIfunc/K-EncodeURIfunc-4.txt |
| K-EncodeURIfunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Combine fn:concat and fn:encode-for-uri. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/EncodeURIfunc/K-EncodeURIfunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/EncodeURIfunc/K-EncodeURIfunc-5.txt |
| K-EncodeURIfunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:normalize-space() on the return value of fn:encode-for-uri(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/EncodeURIfunc/K-EncodeURIfunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/EncodeURIfunc/K-EncodeURIfunc-6.txt |
| fn-iri-to-uri1args-1 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test iri-to-uri from example defined in functions and operators specification. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri1args-1.txt |
| fn-iri-to-uri1args-2 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test iri-to-uri from example defined in functions and operators specification. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri1args-2.txt |
| fn-iri-to-uri1args-3 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test iri-to-uri with zero-length string argument. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri1args-3.txt |
| fn-iri-to-uri1args-4 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test iri-to-uri with empty sequence argument. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri1args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri1args-4.txt |
| fn-iri-to-uri1args-5 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Test iri-to-uri with invalid argument type. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri1args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-iri-to-uri1args-6 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Test iri-to-uri with incorrect arity. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri1args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-iri-to-uri-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test iri-to-uri with nothing to escape. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-1.txt |
| fn-iri-to-uri-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape numbers. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-2.txt |
| fn-iri-to-uri-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the "#" symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-3.txt |
| fn-iri-to-uri-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the "-" symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-4.txt |
| fn-iri-to-uri-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the "_" symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-5.txt |
| fn-iri-to-uri-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the "." symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-6.txt |
| fn-iri-to-uri-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the "!" symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-7.txt |
| fn-iri-to-uri-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the "~" symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-8.txt |
| fn-iri-to-uri-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the "*" symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-9.txt |
| fn-iri-to-uri-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the "'" symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-10.txt |
| fn-iri-to-uri-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the "(" symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-11.txt |
| fn-iri-to-uri-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the ")" symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-12.txt |
| fn-iri-to-uri-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the ";" symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-13.txt |
| fn-iri-to-uri-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the "/" symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-14.txt |
| fn-iri-to-uri-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the "?" symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-15.txt |
| fn-iri-to-uri-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the ":" symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-16.txt |
| fn-iri-to-uri-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the "@" symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-17.txt |
| fn-iri-to-uri-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the ampersand symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-18.txt |
| fn-iri-to-uri-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the "=" symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-19.txt |
| fn-iri-to-uri-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the "+" symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-20.txt |
| fn-iri-to-uri-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the "$" symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-21.txt |
| fn-iri-to-uri-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the "," symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-22.txt |
| fn-iri-to-uri-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the "[" symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-23.txt |
| fn-iri-to-uri-24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the "]" symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-24.txt |
| fn-iri-to-uri-25 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines that iri-to-uri does not escape the "%" symbol. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-25.txt |
| fn-iri-to-uri-26 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Examines the iri-to-uri function with the iri containing a space. | ||
| Spec Citations: | ||
| #func-iri-to-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-26.txt |
| K-IRIToURIfunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `iri-to-uri()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/IRIToURIfunc/K-IRIToURIfunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-IRIToURIfunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `iri-to-uri("http://example.com/", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/IRIToURIfunc/K-IRIToURIfunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-IRIToURIfunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `iri-to-uri(()) eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/IRIToURIfunc/K-IRIToURIfunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/IRIToURIfunc/K-IRIToURIfunc-3.txt |
| K-IRIToURIfunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:normalize-space() on the return value of fn:iri-to-uri(). Implementations supporting the static typing feature may raise XPTY0004. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/IRIToURIfunc/K-IRIToURIfunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/IRIToURIfunc/K-IRIToURIfunc-4.txt |
| Error: err:XPTY0004 | ||
| fn-escape-html-uri1args-1 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test escape-html-uri from example defined in functions and operators specification. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri1args-1.txt |
| fn-escape-html-uri1args-2 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test escape-html-uri from example defined in functions and operators specification. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri1args-2.txt |
| fn-escape-html-uri1args-3 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test escape-html-uri with zero-length string argument. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri1args-3.txt |
| fn-escape-html-uri1args-4 | Scenario: standard | Creator: Joanne Tong |
| Description: | ||
| Test escape-html-uri with empty sequence argument. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri1args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri1args-4.txt |
| fn-escape-html-uri1args-5 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Test escape-html-uri with invalid argument types. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri1args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-escape-html-uri1args-6 | Scenario: runtime-error | Creator: Joanne Tong |
| Description: | ||
| Test escape-html-uri with incorrect arity. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri1args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-escape-html-uri-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that escape-html-uri does not escape lower case letters. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-1.txt |
| fn-escape-html-uri-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that escape-html-uri does not escape upper case letters. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-2.txt |
| fn-escape-html-uri-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that escape-html-uri does not escape digits. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-3.txt |
| fn-escape-html-uri-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that escape-html-uri does not escape the space. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-4.txt |
| fn-escape-html-uri-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that escape-html-uri does not escape the "!" symbol. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-5.txt |
| fn-escape-html-uri-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that escape-html-uri does not escape the "#" symbol. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-6.txt |
| fn-escape-html-uri-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that escape-html-uri does not escape the "$" symbol. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-7.txt |
| fn-escape-html-uri-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that escape-html-uri does not escape the "'" symbol. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-8.txt |
| fn-escape-html-uri-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that escape-html-uri does not escape the "(" symbol. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-9.txt |
| fn-escape-html-uri-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that escape-html-uri does not escape the ")" symbol. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-10.txt |
| fn-escape-html-uri-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that escape-html-uri does not escape the "*" symbol. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-11.txt |
| fn-escape-html-uri-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that escape-html-uri does not escape the "+" symbol. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-12.txt |
| fn-escape-html-uri-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that escape-html-uri does not escape the "," symbol. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-13.txt |
| fn-escape-html-uri-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that escape-html-uri does not escape the "-" symbol. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-14.txt |
| fn-escape-html-uri-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that escape-html-uri does not escape the "." symbol. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-15.txt |
| fn-escape-html-uri-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that escape-html-uri does not escape the "/" symbol. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-16.txt |
| fn-escape-html-uri-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that escape-html-uri does not escape the ";" symbol. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-17.txt |
| fn-escape-html-uri-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that escape-html-uri does not escape the ":" symbol. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-18.txt |
| fn-escape-html-uri-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that escape-html-uri does not escape the "@" symbol. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-19.txt |
| fn-escape-html-uri-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that escape-html-uri does escape the extended ascii (decimal 233) symbol. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-20.txt |
| fn-escape-html-uri-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that escape-html-uri does escape the euro symbol. | ||
| Spec Citations: | ||
| #func-escape-html-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-21.txt |
| K-EscapeHTMLURIFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `escape-html-uri()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/EscapeHTMLURIFunc/K-EscapeHTMLURIFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-EscapeHTMLURIFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `escape-html-uri("http://example.com/", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/EscapeHTMLURIFunc/K-EscapeHTMLURIFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-EscapeHTMLURIFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `escape-html-uri(()) eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/EscapeHTMLURIFunc/K-EscapeHTMLURIFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/EscapeHTMLURIFunc/K-EscapeHTMLURIFunc-3.txt |
| K-EscapeHTMLURIFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Combine fn:concat and fn:escape-html-uri. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/EscapeHTMLURIFunc/K-EscapeHTMLURIFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/EscapeHTMLURIFunc/K-EscapeHTMLURIFunc-4.txt |
| K-EscapeHTMLURIFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Combine fn:concat and fn:escape-html-uri. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/EscapeHTMLURIFunc/K-EscapeHTMLURIFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/EscapeHTMLURIFunc/K-EscapeHTMLURIFunc-5.txt |
| K-EscapeHTMLURIFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:normalize-space() on the return value of fn:escape-html-uri(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/EscapeHTMLURIFunc/K-EscapeHTMLURIFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/EscapeHTMLURIFunc/K-EscapeHTMLURIFunc-6.txt |
| fn-contains2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "contains" function with the arguments set as follows: $arg1 = xs:string(lower bound) $arg2 = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-contains | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains2args-1.txt |
| fn-contains2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "contains" function with the arguments set as follows: $arg1 = xs:string(mid range) $arg2 = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-contains | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains2args-2.txt |
| fn-contains2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "contains" function with the arguments set as follows: $arg1 = xs:string(upper bound) $arg2 = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-contains | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains2args-3.txt |
| fn-contains2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "contains" function with the arguments set as follows: $arg1 = xs:string(lower bound) $arg2 = xs:string(mid range). | ||
| Spec Citations: | ||
| #func-contains | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains2args-4.txt |
| fn-contains2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "contains" function with the arguments set as follows: $arg1 = xs:string(lower bound) $arg2 = xs:string(upper bound). | ||
| Spec Citations: | ||
| #func-contains | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains2args-5.txt |
| fn-contains-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "contains" function with the arguments set as follows: $arg1 = "" $arg2 = "". | ||
| Spec Citations: | ||
| #func-contains | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-1.txt |
| fn-contains-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "contains" function with the arguments set as follows: $arg1 = "" $arg2 = "A Character String". | ||
| Spec Citations: | ||
| #func-contains | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-2.txt |
| fn-contains-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "contains" function with the arguments set as follows: $arg1 = "A Character String" $arg2 = "". | ||
| Spec Citations: | ||
| #func-contains | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-3.txt |
| fn-contains-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "contains" function with the arguments set as follows: $arg1 = () $arg2 = "". | ||
| Spec Citations: | ||
| #func-contains | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-4.txt |
| fn-contains-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "contains" function with the arguments set as follows: $arg1 = "" $arg2 = (). | ||
| Spec Citations: | ||
| #func-contains | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-5.txt |
| fn-contains-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "contains" function with the arguments set as follows: $arg1 = "A Character String" $arg2 = (). | ||
| Spec Citations: | ||
| #func-contains | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-6.txt |
| fn-contains-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "contains" function with the arguments set as follows: $arg1 = () $arg2 = "A Character String". | ||
| Spec Citations: | ||
| #func-contains | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-7.txt |
| fn-contains-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "contains" function with the arguments set as follows: $arg1 = "AAAAABBBBBCCCCC" $arg2 = "BBBBB". | ||
| Spec Citations: | ||
| #func-contains | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-8.txt |
| fn-contains-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "contains" function with the arguments set as follows: $arg1 = "AAAAABBBBB" $arg2 = " ". | ||
| Spec Citations: | ||
| #func-contains | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-9.txt |
| fn-contains-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "contains" function with the arguments set as follows: $arg1 = " " $arg2 = "AAAAABBBBB". | ||
| Spec Citations: | ||
| #func-contains | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-10.txt |
| fn-contains-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "contains" function as an argument of another function (fn:not)- return false. | ||
| Spec Citations: | ||
| #func-contains | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-11.txt |
| fn-contains-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "contains" function as an argument of another function (fn:not) - return true. | ||
| Spec Citations: | ||
| #func-contains | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-12.txt |
| fn-contains-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "contains" function with the arguments set as follows: $arg1 = xs:string("A") $arg2 = "A". | ||
| Spec Citations: | ||
| #func-contains | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-13.txt |
| fn-contains-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "contains" function with the arguments set as follows: $arg1 = "A" $arg2 = xs:string("A"). | ||
| Spec Citations: | ||
| #func-contains | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-14.txt |
| fn-contains-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "contains" function with the arguments set as follows: $arg1 = "A" $arg2 = "a". | ||
| Spec Citations: | ||
| #func-contains | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-15.txt |
| fn-contains-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "contains" function with the arguments set as follows: $arg1 = "a" $arg2 = "A". | ||
| Spec Citations: | ||
| #func-contains | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-16.txt |
| K-ContainsFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `contains()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContainsFunc/K-ContainsFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ContainsFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `contains(())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContainsFunc/K-ContainsFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ContainsFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `contains((), (), "http://www.w3.org/2005/xpath-functions/collation/codepoint", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContainsFunc/K-ContainsFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ContainsFunc-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `contains("a string", "a string", "http://www.example.com/COLLATION/NOT/SUPPORTED")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContainsFunc/K-ContainsFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0002 | ||
| K-ContainsFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `contains("foo", "foo", "http://www.w3.org/2005/xpath-functions/collation/codepoint")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContainsFunc/K-ContainsFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContainsFunc/K-ContainsFunc-5.txt |
| K-ContainsFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `contains("tattoo", "t")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContainsFunc/K-ContainsFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContainsFunc/K-ContainsFunc-6.txt |
| K-ContainsFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(contains("tattoo", "ttt"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContainsFunc/K-ContainsFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContainsFunc/K-ContainsFunc-7.txt |
| K-ContainsFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `contains("", ())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContainsFunc/K-ContainsFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContainsFunc/K-ContainsFunc-8.txt |
| K-ContainsFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `contains("a string", ())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContainsFunc/K-ContainsFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContainsFunc/K-ContainsFunc-9.txt |
| K-ContainsFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `contains("foo", "foo")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContainsFunc/K-ContainsFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContainsFunc/K-ContainsFunc-10.txt |
| K-ContainsFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(contains("", "a string"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContainsFunc/K-ContainsFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContainsFunc/K-ContainsFunc-11.txt |
| fn-starts-with2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "starts-with" function with the arguments set as follows: $arg1 = xs:string(lower bound) $arg2 = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-starts-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with2args-1.txt |
| fn-starts-with2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "starts-with" function with the arguments set as follows: $arg1 = xs:string(mid range) $arg2 = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-starts-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with2args-2.txt |
| fn-starts-with2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "starts-with" function with the arguments set as follows: $arg1 = xs:string(upper bound) $arg2 = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-starts-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with2args-3.txt |
| fn-starts-with2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "starts-with" function with the arguments set as follows: $arg1 = xs:string(lower bound) $arg2 = xs:string(mid range). | ||
| Spec Citations: | ||
| #func-starts-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with2args-4.txt |
| fn-starts-with2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "starts-with" function with the arguments set as follows: $arg1 = xs:string(lower bound) $arg2 = xs:string(upper bound). | ||
| Spec Citations: | ||
| #func-starts-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with2args-5.txt |
| fn-starts-with-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "starts-with" function with the arguments set as follows: $arg1 = "" $arg2 = "". | ||
| Spec Citations: | ||
| #func-starts-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-1.txt |
| fn-starts-with-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "starts-with" function with the arguments set as follows: $arg1 = "" $arg2 = "A Character String". | ||
| Spec Citations: | ||
| #func-starts-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-2.txt |
| fn-starts-with-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "starts-with" function with the arguments set as follows: $arg1 = "A Character String" $arg2 = "". | ||
| Spec Citations: | ||
| #func-starts-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-3.txt |
| fn-starts-with-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "starts-with" function with the arguments set as follows: $arg1 = () $arg2 = "". | ||
| Spec Citations: | ||
| #func-starts-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-4.txt |
| fn-starts-with-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "starts-with" function with the arguments set as follows: $arg1 = "" $arg2 = (). | ||
| Spec Citations: | ||
| #func-starts-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-5.txt |
| fn-starts-with-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "starts-with" function with the arguments set as follows: $arg1 = "A Character String" $arg2 = (). | ||
| Spec Citations: | ||
| #func-starts-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-6.txt |
| fn-starts-with-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "starts-with" function with the arguments set as follows: $arg1 = () $arg2 = "A Character String". | ||
| Spec Citations: | ||
| #func-starts-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-7.txt |
| fn-starts-with-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "starts-with" function with the arguments set as follows: $arg1 = "AAAAABBBBBCCCCC" $arg2 = "BBBBB". | ||
| Spec Citations: | ||
| #func-starts-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-8.txt |
| fn-starts-with-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "starts-with" function with the arguments set as follows: $arg1 = "AAAAABBBBB" $arg2 = " ". | ||
| Spec Citations: | ||
| #func-starts-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-9.txt |
| fn-starts-with-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "starts-with" function with the arguments set as follows: $arg1 = " " $arg2 = "AAAAABBBBB". | ||
| Spec Citations: | ||
| #func-starts-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-10.txt |
| fn-starts-with-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "starts-with" function as an argument of another function (fn:not)- return false. | ||
| Spec Citations: | ||
| #func-starts-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-11.txt |
| fn-starts-with-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "starts-with" function as an argument of another function (fn:not) - return true. | ||
| Spec Citations: | ||
| #func-starts-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-12.txt |
| fn-starts-with-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "starts-with" function with the arguments set as follows: $arg1 = xs:string("A") $arg2 = "A". | ||
| Spec Citations: | ||
| #func-starts-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-13.txt |
| fn-starts-with-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "starts-with" function with the arguments set as follows: $arg1 = "A" $arg2 = xs:string("A"). | ||
| Spec Citations: | ||
| #func-starts-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-14.txt |
| fn-starts-with-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "starts-with" function with the arguments set as follows: $arg1 = "A" $arg2 = "a". | ||
| Spec Citations: | ||
| #func-starts-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-15.txt |
| fn-starts-with-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "starts-with" function with the arguments set as follows: $arg1 = "a" $arg2 = "A". | ||
| Spec Citations: | ||
| #func-starts-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-16.txt |
| K-StartsWithFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `starts-with()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StartsWithFunc/K-StartsWithFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-StartsWithFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `starts-with(())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StartsWithFunc/K-StartsWithFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-StartsWithFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `starts-with((), (), "http://www.w3.org/2005/xpath-functions/collation/codepoint", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StartsWithFunc/K-StartsWithFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-StartsWithFunc-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `starts-with("a string", "a string", "http://www.example.com/COLLATION/NOT/SUPPORTED")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StartsWithFunc/K-StartsWithFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0002 | ||
| K-StartsWithFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `starts-with("foo", "foo", "http://www.w3.org/2005/xpath-functions/collation/codepoint")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StartsWithFunc/K-StartsWithFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StartsWithFunc/K-StartsWithFunc-5.txt |
| K-StartsWithFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `starts-with("foo", "foo")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StartsWithFunc/K-StartsWithFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StartsWithFunc/K-StartsWithFunc-6.txt |
| K-StartsWithFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `starts-with("tattoo", "tat")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StartsWithFunc/K-StartsWithFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StartsWithFunc/K-StartsWithFunc-7.txt |
| K-StartsWithFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(starts-with("tattoo", "att"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StartsWithFunc/K-StartsWithFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StartsWithFunc/K-StartsWithFunc-8.txt |
| K-StartsWithFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `starts-with((), ())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StartsWithFunc/K-StartsWithFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StartsWithFunc/K-StartsWithFunc-9.txt |
| K-StartsWithFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `starts-with("a string", ())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StartsWithFunc/K-StartsWithFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StartsWithFunc/K-StartsWithFunc-10.txt |
| K-StartsWithFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(starts-with("", "a string"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/StartsWithFunc/K-StartsWithFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/StartsWithFunc/K-StartsWithFunc-11.txt |
| fn-ends-with2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ends-with" function with the arguments set as follows: $arg1 = xs:string(lower bound) $arg2 = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-ends-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with2args-1.txt |
| fn-ends-with2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ends-with" function with the arguments set as follows: $arg1 = xs:string(mid range) $arg2 = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-ends-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with2args-2.txt |
| fn-ends-with2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ends-with" function with the arguments set as follows: $arg1 = xs:string(upper bound) $arg2 = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-ends-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with2args-3.txt |
| fn-ends-with2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ends-with" function with the arguments set as follows: $arg1 = xs:string(lower bound) $arg2 = xs:string(mid range). | ||
| Spec Citations: | ||
| #func-ends-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with2args-4.txt |
| fn-ends-with2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ends-with" function with the arguments set as follows: $arg1 = xs:string(lower bound) $arg2 = xs:string(upper bound). | ||
| Spec Citations: | ||
| #func-ends-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with2args-5.txt |
| fn-ends-with-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ends-with" function with the arguments set as follows: $arg1 = "" $arg2 = "". | ||
| Spec Citations: | ||
| #func-ends-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-1.txt |
| fn-ends-with-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ends-with" function with the arguments set as follows: $arg1 = "" $arg2 = "A Character String". | ||
| Spec Citations: | ||
| #func-ends-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-2.txt |
| fn-ends-with-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ends-with" function with the arguments set as follows: $arg1 = "A Character String" $arg2 = "". | ||
| Spec Citations: | ||
| #func-ends-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-3.txt |
| fn-ends-with-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ends-with" function with the arguments set as follows: $arg1 = () $arg2 = "". | ||
| Spec Citations: | ||
| #func-ends-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-4.txt |
| fn-ends-with-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ends-with" function with the arguments set as follows: $arg1 = "" $arg2 = (). | ||
| Spec Citations: | ||
| #func-ends-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-5.txt |
| fn-ends-with-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ends-with" function with the arguments set as follows: $arg1 = "A Character String" $arg2 = (). | ||
| Spec Citations: | ||
| #func-ends-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-6.txt |
| fn-ends-with-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ends-with" function with the arguments set as follows: $arg1 = () $arg2 = "A Character String". | ||
| Spec Citations: | ||
| #func-ends-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-7.txt |
| fn-ends-with-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ends-with" function with the arguments set as follows: $arg1 = "AAAAABBBBBCCCCC" $arg2 = "BBBBB". | ||
| Spec Citations: | ||
| #func-ends-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-8.txt |
| fn-ends-with-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ends-with" function with the arguments set as follows: $arg1 = "AAAAABBBBB" $arg2 = " ". | ||
| Spec Citations: | ||
| #func-ends-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-9.txt |
| fn-ends-with-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ends-with" function with the arguments set as follows: $arg1 = " " $arg2 = "AAAAABBBBB". | ||
| Spec Citations: | ||
| #func-ends-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-10.txt |
| fn-ends-with-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ends-with" function as an argument of another function (fn:not)- return false. | ||
| Spec Citations: | ||
| #func-ends-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-11.txt |
| fn-ends-with-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ends-with" function as an argument of another function (fn:not) - return true. | ||
| Spec Citations: | ||
| #func-ends-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-12.txt |
| fn-ends-with-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ends-with" function with the arguments set as follows: $arg1 = xs:string("A") $arg2 = "A". | ||
| Spec Citations: | ||
| #func-ends-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-13.txt |
| fn-ends-with-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ends-with" function with the arguments set as follows: $arg1 = "A" $arg2 = xs:string("A"). | ||
| Spec Citations: | ||
| #func-ends-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-14.txt |
| fn-ends-with-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ends-with" function with the arguments set as follows: $arg1 = "A" $arg2 = "a". | ||
| Spec Citations: | ||
| #func-ends-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-15.txt |
| fn-ends-with-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "ends-with" function with the arguments set as follows: $arg1 = "a" $arg2 = "A". | ||
| Spec Citations: | ||
| #func-ends-with | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-16.txt |
| K-EndsWithFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `ends-with()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/EndsWithFunc/K-EndsWithFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-EndsWithFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `ends-with(())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/EndsWithFunc/K-EndsWithFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-EndsWithFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `ends-with((), (), "http://www.w3.org/2005/xpath-functions/collation/codepoint", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/EndsWithFunc/K-EndsWithFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-EndsWithFunc-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `ends-with("a string", "a string", "http://www.example.com/COLLATION/NOT/SUPPORTED")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/EndsWithFunc/K-EndsWithFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0002 | ||
| K-EndsWithFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `ends-with("foo", "foo", "http://www.w3.org/2005/xpath-functions/collation/codepoint")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/EndsWithFunc/K-EndsWithFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/EndsWithFunc/K-EndsWithFunc-5.txt |
| K-EndsWithFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `ends-with("tattoo", "tattoo")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/EndsWithFunc/K-EndsWithFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/EndsWithFunc/K-EndsWithFunc-6.txt |
| K-EndsWithFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(ends-with("tattoo", "atto"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/EndsWithFunc/K-EndsWithFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/EndsWithFunc/K-EndsWithFunc-7.txt |
| K-EndsWithFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(ends-with("tattoo", "atto"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/EndsWithFunc/K-EndsWithFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/EndsWithFunc/K-EndsWithFunc-8.txt |
| K-EndsWithFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `ends-with((), ())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/EndsWithFunc/K-EndsWithFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/EndsWithFunc/K-EndsWithFunc-9.txt |
| K-EndsWithFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(ends-with ((), "a string"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/EndsWithFunc/K-EndsWithFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/EndsWithFunc/K-EndsWithFunc-10.txt |
| fn-substring-before-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-before" function with the arguments set as follows: $arg1 = "" $arg2 = "". Use of fn:count to avoid empty file. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-1.txt |
| fn-substring-before-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-before" function with the arguments set as follows: $arg1 = "" $arg2 = "A Character String". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-2.txt |
| fn-substring-before-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-before" function with the arguments set as follows: $arg1 = "A Character String" $arg2 = "". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-3.txt |
| fn-substring-before-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-before" function with the arguments set as follows: $arg1 = () $arg2 = "". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-4.txt |
| fn-substring-before-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-before" function with the arguments set as follows: $arg1 = "" $arg2 = (). Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-5.txt |
| fn-substring-before-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-before" function with the arguments set as follows: $arg1 = "A Character String" $arg2 = (). Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-6.txt |
| fn-substring-before-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-before" function with the arguments set as follows: $arg1 = () $arg2 = "A Character String". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-7.txt |
| fn-substring-before-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-before" function with the arguments set as follows: $arg1 = "AAAAABBBBBCCCCC" $arg2 = "BBBBB". | ||
| Spec Citations: | ||
| #func-substring-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-8.txt |
| fn-substring-before-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-before" function with the arguments set as follows: $arg1 = "AAAAABBBBB" $arg2 = " ". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-9.txt |
| fn-substring-before-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-before" function with the arguments set as follows: $arg1 = " " $arg2 = "AAAAABBBBB". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-10.txt |
| fn-substring-before-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-before" function as an argument of another function (fn:not)- return true. | ||
| Spec Citations: | ||
| #func-substring-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-11.txt |
| fn-substring-before-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-before" function as an argument of another function (fn:not) - return true. | ||
| Spec Citations: | ||
| #func-substring-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-12.txt |
| fn-substring-before-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-before" function with the arguments set as follows: $arg1 = xs:string("A") $arg2 = "A". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-13.txt |
| fn-substring-before-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-before" function with the arguments set as follows: $arg1 = "A" $arg2 = xs:string("A"). Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-14.txt |
| fn-substring-before-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-before" function with the arguments set as follows: $arg1 = "A" $arg2 = "a". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-15.txt |
| fn-substring-before-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-before" function with the arguments set as follows: $arg1 = "a" $arg2 = "A". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-16.txt |
| fn-substring-before-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-before" function with the arguments set as follows: $arg1 = "substring-before" $arg2 = "substring-before". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-17.txt |
| fn-substring-before-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-before" function with the arguments set as follows: $arg1 = "substring-beforesubstring-before" $arg2 = "substring-before". | ||
| Spec Citations: | ||
| #func-substring-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-18.txt |
| fn-substring-before-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-before" function with the arguments set as follows: $arg1 = "****" $arg2 = "***". | ||
| Spec Citations: | ||
| #func-substring-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-19.txt |
| fn-substring-before-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-before" function using numbers as part of the string. Arguments set as follows: $arg1 = "12345" $arg2 = "2345". | ||
| Spec Citations: | ||
| #func-substring-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-20.txt |
| fn-substring-before-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-before" function using "substring-before" backwards. Arguments set as follows: $arg1 = "substring-before" $arg2 = "erofeb-gnirtsbus". Use count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-21.txt |
| K-SubstringBeforeFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring-before()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringBeforeFunc/K-SubstringBeforeFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SubstringBeforeFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring-before(())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringBeforeFunc/K-SubstringBeforeFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SubstringBeforeFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring-before((), (), "http://www.w3.org/2005/xpath-functions/collation/codepoint", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringBeforeFunc/K-SubstringBeforeFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SubstringBeforeFunc-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring-before("a string", "a string", "http://www.example.com/COLLATION/NOT/SUPPORTED")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringBeforeFunc/K-SubstringBeforeFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0002 | ||
| K-SubstringBeforeFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring-before("foo", "oo", "http://www.w3.org/2005/xpath-functions/collation/codepoint") eq "f"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringBeforeFunc/K-SubstringBeforeFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringBeforeFunc/K-SubstringBeforeFunc-5.txt |
| K-SubstringBeforeFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring-before("tattoo", "attoo") eq "t"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringBeforeFunc/K-SubstringBeforeFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringBeforeFunc/K-SubstringBeforeFunc-6.txt |
| K-SubstringBeforeFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring-before("tattoo", "tatto") eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringBeforeFunc/K-SubstringBeforeFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringBeforeFunc/K-SubstringBeforeFunc-7.txt |
| K-SubstringBeforeFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring-before((), ()) eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringBeforeFunc/K-SubstringBeforeFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringBeforeFunc/K-SubstringBeforeFunc-8.txt |
| K-SubstringBeforeFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring-before("a string", "") eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringBeforeFunc/K-SubstringBeforeFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringBeforeFunc/K-SubstringBeforeFunc-9.txt |
| K-SubstringBeforeFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring-before("a string", "not in other") eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringBeforeFunc/K-SubstringBeforeFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringBeforeFunc/K-SubstringBeforeFunc-10.txt |
| fn-substring-after-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-after" function with the arguments set as follows: $arg1 = "" $arg2 = "". Use of fn:count to avoid empty file. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-1.txt |
| fn-substring-after-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-after" function with the arguments set as follows: $arg1 = "" $arg2 = "A Character String". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-2.txt |
| fn-substring-after-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-after" function with the arguments set as follows: $arg1 = "A Character String" $arg2 = "". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-3.txt |
| fn-substring-after-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-after" function with the arguments set as follows: $arg1 = () $arg2 = "". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-4.txt |
| fn-substring-after-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-after" function with the arguments set as follows: $arg1 = "" $arg2 = (). Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-5.txt |
| fn-substring-after-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-after" function with the arguments set as follows: $arg1 = "A Character String" $arg2 = (). Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-6.txt |
| fn-substring-after-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-after" function with the arguments set as follows: $arg1 = () $arg2 = "A Character String". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-7.txt |
| fn-substring-after-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-after" function with the arguments set as follows: $arg1 = "AAAAABBBBBCCCCC" $arg2 = "BBBBB". | ||
| Spec Citations: | ||
| #func-substring-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-8.txt |
| fn-substring-after-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-after" function with the arguments set as follows: $arg1 = "AAAAABBBBB" $arg2 = " ". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-9.txt |
| fn-substring-after-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-after" function with the arguments set as follows: $arg1 = " " $arg2 = "AAAAABBBBB". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-10.txt |
| fn-substring-after-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-after" function as an argument of another function (fn:not)- return true. | ||
| Spec Citations: | ||
| #func-substring-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-11.txt |
| fn-substring-after-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-after" function as an argument of another function (fn:not) - return true. | ||
| Spec Citations: | ||
| #func-substring-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-12.txt |
| fn-substring-after-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-after" function with the arguments set as follows: $arg1 = xs:string("A") $arg2 = "A". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-13.txt |
| fn-substring-after-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-after" function with the arguments set as follows: $arg1 = "A" $arg2 = xs:string("A"). Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-14.txt |
| fn-substring-after-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-after" function with the arguments set as follows: $arg1 = "A" $arg2 = "a". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-15.txt |
| fn-substring-after-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-after" function with the arguments set as follows: $arg1 = "a" $arg2 = "A". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-16.txt |
| fn-substring-after-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-after" function with the arguments set as follows: $arg1 = "substring-after" $arg2 = "substring-after". Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-17.txt |
| fn-substring-after-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-after" function with the arguments set as follows: $arg1 = "substring-aftersubstring-after" $arg2 = "substring-after". | ||
| Spec Citations: | ||
| #func-substring-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-18.txt |
| fn-substring-after-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-after" function with the arguments set as follows: $arg1 = "****" $arg2 = "***". | ||
| Spec Citations: | ||
| #func-substring-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-19.txt |
| fn-substring-after-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-after" function using numbers as part of the string. Arguments set as follows: $arg1 = "12345" $arg2 = "1234". | ||
| Spec Citations: | ||
| #func-substring-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-20.txt |
| fn-substring-after-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "substring-after" function using "substring-after" backwards. Arguments set as follows: $arg1 = "substring-after" $arg2 = "retfa-gnirtsbus". Use count to avoid empty file. | ||
| Spec Citations: | ||
| #func-substring-after | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-21.txt |
| K-SubstringAfterFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring-after()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringAfterFunc/K-SubstringAfterFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SubstringAfterFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring-after(())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringAfterFunc/K-SubstringAfterFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SubstringAfterFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring-after((), (), "http://www.w3.org/2005/xpath-functions/collation/codepoint", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringAfterFunc/K-SubstringAfterFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SubstringAfterFunc-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring-after("a string", "a string", "http://www.example.com/COLLATION/NOT/SUPPORTED")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringAfterFunc/K-SubstringAfterFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0002 | ||
| K-SubstringAfterFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring-after("foo", "fo", "http://www.w3.org/2005/xpath-functions/collation/codepoint") eq "o"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringAfterFunc/K-SubstringAfterFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringAfterFunc/K-SubstringAfterFunc-5.txt |
| K-SubstringAfterFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring-after("tattoo", "tat") eq "too"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringAfterFunc/K-SubstringAfterFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringAfterFunc/K-SubstringAfterFunc-6.txt |
| K-SubstringAfterFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring-after("tattoo", "tattoo") eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringAfterFunc/K-SubstringAfterFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringAfterFunc/K-SubstringAfterFunc-7.txt |
| K-SubstringAfterFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring-after("abcdefgedij", "def") eq "gedij"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringAfterFunc/K-SubstringAfterFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringAfterFunc/K-SubstringAfterFunc-8.txt |
| K-SubstringAfterFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring-after((), ()) eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringAfterFunc/K-SubstringAfterFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringAfterFunc/K-SubstringAfterFunc-9.txt |
| K-SubstringAfterFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring-after("a string", ()) eq "a string"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringAfterFunc/K-SubstringAfterFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringAfterFunc/K-SubstringAfterFunc-10.txt |
| K-SubstringAfterFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `substring-after("a string", "not in other") eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SubstringAfterFunc/K-SubstringAfterFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SubstringAfterFunc/K-SubstringAfterFunc-11.txt |
| fn-matches2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "matches" function with the arguments set as follows: $input = xs:string(lower bound) $pattern = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches2args-1.txt |
| fn-matches2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "matches" function with the arguments set as follows: $input = xs:string(mid range) $pattern = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches2args-2.txt |
| fn-matches2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "matches" function with the arguments set as follows: $input = xs:string(upper bound) $pattern = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches2args-3.txt |
| fn-matches2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "matches" function with the arguments set as follows: $input = xs:string(lower bound) $pattern = xs:string(mid range). | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches2args-4.txt |
| fn-matches2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "matches" function with the arguments set as follows: $input = xs:string(lower bound) $pattern = xs:string(upper bound). | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches2args-5.txt |
| fn-matchesErr-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Invalid flag for the "matches" function third argument. | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matchesErr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORX0001 | ||
| fn-matches-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function as per example 1 (for this function). | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-1.txt |
| fn-matches-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function as per example 2 (for this function). Pattern set to "^a.*a$". | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-2.txt |
| fn-matches-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function as per example 3 (for this function). Pattern set to "^bra". | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-3.txt |
| fn-matches-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test that calling the function with flags set to the empty string is the same as ommiting the flags. | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-4.txt |
| fn-matches-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:matches with the input string set to the empty sequence. | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-5.txt |
| fn-matches-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function with pattern set to "\^". | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-6.txt |
| fn-matches-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function with pattern set to "\?" for an input string that contains "?". | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-7.txt |
| fn-matches-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function with pattern set to "\*" for an input string that contains "*". | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-8.txt |
| fn-matches-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function with pattern set to "\+" for an input string that contains "+". | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-9.txt |
| fn-matches-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function with pattern set to "\{" for an input string that contains "{". | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-10.txt |
| fn-matches-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function with pattern set to "\}" for an input string that contains "}". | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-11.txt |
| fn-matches-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function with pattern set to "\(" for an input string that contains "(". | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-12.txt |
| fn-matches-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function with pattern set to "\)" for an input string that contains ")". | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-13.txt |
| fn-matches-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function with pattern set to "\[" for an input string that contains "[". | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-14.txt |
| fn-matches-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function with pattern set to "\]" for an input string that contains "]". | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-15.txt |
| fn-matches-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function with pattern set to "\-" for an input string that contains "-". | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-16.txt |
| fn-matches-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function with pattern set to "\." for an input string that contains ".". | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-17.txt |
| fn-matches-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function with pattern set to "\|" for an input string that contains "|". | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-18.txt |
| fn-matches-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function with pattern set to "\\" for an input string that contains "\". | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-19.txt |
| fn-matches-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function with pattern set to "\t" for an input string that contains the tab character. | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-20.txt |
| fn-matches-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function with pattern set to "\n" for an input string that contains the newline character. | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-21.txt |
| fn-matches-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function with pattern set to "aa{1}" (exact quantity) for an input string that contains the "aa" string. | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-22.txt |
| fn-matches-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function with pattern set to "aa{1,}" (min quantity) for an input string that contains the "aa" string twice. | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-23.txt |
| fn-matches-24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function with pattern set to "aa{1,2}" (range quantity) for an input string that contains the "aa" string twice. | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-24.txt |
| fn-matches-25 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of matches function with an invalid pattern. | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORX0002 | ||
| fn-matches-26 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Check for the correct behavior of ^ and $ in multi-line mode | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-26.txt |
| fn-matches-27 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Check for the correct behavior of ^ and $ in multi-line mode | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-27.txt |
| fn-matches-28 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Check for the correct behavior of ^ and $ in multi-line mode | ||
| Spec Citations: | ||
| #func-matches | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-28.txt |
| caselessmatch01 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Simple call of matches() with "i" flag set. | ||
| Spec Citations: | ||
| #flags | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch01.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch-true.txt |
| caselessmatch02 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Call of matches() with "i" flag and a character range. | ||
| Spec Citations: | ||
| #flags | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch02.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch-true.txt |
| caselessmatch03 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Call of matches() with "i" flag and a character range. | ||
| Spec Citations: | ||
| #flags | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch03.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch-true.txt |
| caselessmatch04 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Description: Call of matches() with "i" flag and Kelvin sign. | ||
| Spec Citations: | ||
| #flags | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch04.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch-true.txt |
| caselessmatch05 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Description: Call of matches() with "i" flag and Kelvin sign. | ||
| Spec Citations: | ||
| #flags | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch05.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch-true.txt |
| caselessmatch06 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Call of matches() with "i" flag and Kelvin sign. | ||
| Spec Citations: | ||
| #flags | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch06.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch-true.txt |
| caselessmatch07 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Call of matches() with "i" flag and Kelvin sign. | ||
| Spec Citations: | ||
| #flags | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch07.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch-true.txt |
| caselessmatch08 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Call of matches() with "i" flag and range subtraction. | ||
| Spec Citations: | ||
| #flags | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch08.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch-true.txt |
| caselessmatch09 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Call of matches() with "i" flag and range subtraction. | ||
| Spec Citations: | ||
| #flags | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch09.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch-true.txt |
| caselessmatch10 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Call of matches() with "i" flag and range subtraction. | ||
| Spec Citations: | ||
| #flags | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch-false.txt |
| caselessmatch11 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Call of matches() with "i" flag and range subtraction. | ||
| Spec Citations: | ||
| #flags | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch-false.txt |
| caselessmatch12 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Call of matches() with "i" flag and negation. | ||
| Spec Citations: | ||
| #flags | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch-false.txt |
| caselessmatch13 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Call of matches() with "i" flag and negation. | ||
| Spec Citations: | ||
| #flags | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch-false.txt |
| caselessmatch14 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Call of matches() with "i" flag and upper-case category. | ||
| Spec Citations: | ||
| #flags | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch-false.txt |
| caselessmatch15 | Scenario: standard | Creator: Michael Kay, Saxonica |
| Description: | ||
| Call of matches() with "i" flag and upper-case category. | ||
| Spec Citations: | ||
| #flags | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch-true.txt |
| K-MatchesFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The pattern can't be the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MatchesFunc/K-MatchesFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-MatchesFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| fn:matches() takes at least two arguments, not one. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MatchesFunc/K-MatchesFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-MatchesFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The third argument cannot be the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MatchesFunc/K-MatchesFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-MatchesFunc-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Only three arguments are accepted. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MatchesFunc/K-MatchesFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-MatchesFunc-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The flags argument cannot contain whitespace. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MatchesFunc/K-MatchesFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORX0001 | ||
| K-MatchesFunc-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The flags argument cannot contain 'X'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MatchesFunc/K-MatchesFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORX0001 | ||
| fn-replace3args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "replace" function with the arguments set as follows: $input = xs:string(lower bound) $pattern = xs:string(lower bound) $replacement = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace3args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace3args-1.txt |
| fn-replace3args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "replace" function with the arguments set as follows: $input = xs:string(mid range) $pattern = xs:string(lower bound) $replacement = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace3args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace3args-2.txt |
| fn-replace3args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "replace" function with the arguments set as follows: $input = xs:string(upper bound) $pattern = xs:string(lower bound) $replacement = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace3args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace3args-3.txt |
| fn-replace3args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "replace" function with the arguments set as follows: $input = xs:string(lower bound) $pattern = xs:string(mid range) $replacement = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace3args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace3args-4.txt |
| fn-replace3args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "replace" function with the arguments set as follows: $input = xs:string(lower bound) $pattern = xs:string(upper bound) $replacement = xs:string(lower bound). | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace3args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace3args-5.txt |
| fn-replace3args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "replace" function with the arguments set as follows: $input = xs:string(lower bound) $pattern = xs:string(lower bound) $replacement = xs:string(mid range). | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace3args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace3args-6.txt |
| fn-replace3args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "replace" function with the arguments set as follows: $input = xs:string(lower bound) $pattern = xs:string(lower bound) $replacement = xs:string(upper bound). | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace3args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace3args-7.txt |
| fn-replaceErr-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Invalid flag for the "replace" function. | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replaceErr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORX0001 | ||
| fn-replaceErr-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| The value of $replacement contains a "\" character that is not part of a "\\" pair, unless it is immediately followed by a "$" character. | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replaceErr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORX0004 | ||
| fn-replaceErr-3 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| The value of $replacement contains a "$" character that is not immediately followed by a digit 0-9 and not immediately preceded by a "\". | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replaceErr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORX0004 | ||
| fn-replace-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of replace function with replacement = "*" as per example 1 for this function. | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-1.txt |
| fn-replace-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of replace function with pattern = "a.*a" and replacement = "*" as an example 2 for this function. | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-2.txt |
| fn-replace-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of replace function with pattern = "a.*?a" and replacement = "*" as an example 3 for this function. | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-3.txt |
| fn-replace-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of replace function with pattern = "a" and replacement = "" as an example 4 for this function. | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-4.txt |
| fn-replace-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of replace function with pattern = "a(.)" and replacement = "a$1$1" as an example 5 for this function. | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-5.txt |
| fn-replace-6 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of replace function with pattern = ".*?" and replacement = "$1" as an example 6 for this function. This should raise error. | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORX0003 | ||
| fn-replace-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of replace function with pattern = "A+" and replacement = "b" as an example 7 for this function. | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-7.txt |
| fn-replace-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of replace function with pattern = "A+?" and replacement = "b" as an example 8 for this function. | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-8.txt |
| fn-replace-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of replace function with pattern = "^(.*?)d(.*)" and replacement = "$1c$2" as an example 9 for this function. | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-9.txt |
| fn-replace-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Two alternatives within the pattern both match at the same position in the $input. The first one is chosen. | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-10.txt |
| fn-replace-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:replace function with input set to empty sequence. | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-11.txt |
| fn-replace-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluate that calling function with flags ommited is same as flags being the zero length string. | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-12.txt |
| fn-replace-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "replace" with the pattern set to "\?" for an input string that contains "?". | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-13.txt |
| fn-replace-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "replace" with the pattern set to "\*" for an input string that contains "*". | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-14.txt |
| fn-replace-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "replace" with the pattern set to "\+" for an input string that contains "+". | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-15.txt |
| fn-replace-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "replace" with the pattern set to "\{" for an input string that contains "{". | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-16.txt |
| fn-replace-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "replace" with the pattern set to "\}" for an input string that contains "}". | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-17.txt |
| fn-replace-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "replace" with the pattern set to "\(" for an input string that contains "(". | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-18.txt |
| fn-replace-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "replace" with the pattern set to "\)" for an input string that contains ")". | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-19.txt |
| fn-replace-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "replace" with the pattern set to "\[" for an input string that contains "[". | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-20.txt |
| fn-replace-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "replace" with the pattern set to "\]" for an input string that contains "]". | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-21.txt |
| fn-replace-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "replace" with the pattern set to "\-" for an input string that contains "-". | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-22.txt |
| fn-replace-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "replace" with the pattern set to "\." for an input string that contains ".". | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-23.txt |
| fn-replace-24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "replace" with the pattern set to "\|" for an input string that contains "|". | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-24.txt |
| fn-replace-25 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "replace" with the pattern set to "\\" for an input string that contains "\". | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-25.txt |
| fn-replace-26 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "replace" with the pattern set to "\t" for an input string that contains the tab character. | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-26.txt |
| fn-replace-27 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "replace" with the pattern set to "\n" for an input string that contains the newline character. | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-27.txt |
| fn-replace-28 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of replace function with pattern set to "aa{1}" (exact quantity) for an input string that contains the "aa" string. | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-28.txt |
| fn-replace-29 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of replace function with pattern set to "aa{1,}" (min quantity) for an input string that contains the "aa" string twice. | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-29.txt |
| fn-replace-30 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of replace function with pattern set to "aa{1,2}" (range quantity) for an input string that contains the "aa" string twice. | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-30.txt |
| fn-replace-31 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of replace function with pattern set to "\^" for an input string that contains the "^" character. | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-31.txt |
| fn-replace-32 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of replace function with pattern set to "^a". | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-32.txt |
| fn-replace-33 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of replace function with pattern that does not match the input string. | ||
| Spec Citations: | ||
| #func-replace | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-33.txt |
| K-ReplaceFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The flags argument cannot contain whitespace. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ReplaceFunc/K-ReplaceFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORX0001 | ||
| K-ReplaceFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The pattern can't be the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ReplaceFunc/K-ReplaceFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ReplaceFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The replacement can't be the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ReplaceFunc/K-ReplaceFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ReplaceFunc-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The flags argument cannot contain 'X'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ReplaceFunc/K-ReplaceFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORX0001 | ||
| K-ReplaceFunc-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Only four arguments are accepted. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ReplaceFunc/K-ReplaceFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ReplaceFunc-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A '\' cannot occur at the end of the line. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ReplaceFunc/K-ReplaceFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORX0004 | ||
| K-ReplaceFunc-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A '$' cannot occur at the end of the line. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ReplaceFunc/K-ReplaceFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORX0004 | ||
| K-ReplaceFunc-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A '\' cannot be used to escape whitespace. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ReplaceFunc/K-ReplaceFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORX0004 | ||
| K-ReplaceFunc-9 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A '$' cannot be followed by whitespace. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ReplaceFunc/K-ReplaceFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORX0004 | ||
| fn-tokenize-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| The supplied $pattern matches a zero-length string and thus and error must be raised. | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORX0003 | ||
| fn-tokenize-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" function with an invalid value for flags. | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORX0001 | ||
| fn-tokenize-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with pattern value set to "\s+" as per example 1 for this function from the Func and Ops sepcs. | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-3.txt |
| fn-tokenize-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with pattern value set to "\s*" as per example 2 for this function from the Func and Ops sepcs. . | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-4.txt |
| fn-tokenize-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with pattern value set to "\s*<br>\s*" and flag set to "i" as per example 4 for this function from the Func and Ops sepcs. . | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-5.txt |
| fn-tokenize-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with pattern with the falgs argument set to the zero length string. | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-6.txt |
| fn-tokenize-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with pattern with the $input set to empty sequence. | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-7.txt |
| fn-tokenize-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with pattern with the $input set to the zero length string. | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-8.txt |
| fn-tokenize-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with two patterns that match the input string. | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-9.txt |
| fn-tokenize-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" where the pattern does not matches the input string. | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-10.txt |
| fn-tokenize-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with the pattern set to "^a". | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-11.txt |
| fn-tokenize-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with the pattern set to "\^a" for an input string that contains "^". | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-12.txt |
| fn-tokenize-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with the pattern set to "\?" for an input string that contains "?". | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-13.txt |
| fn-tokenize-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with the pattern set to "\*" for an input string that contains "*". | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-14.txt |
| fn-tokenize-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with the pattern set to "\+" for an input string that contains "+". | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-15.txt |
| fn-tokenize-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with the pattern set to "\{" for an input string that contains "{". | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-16.txt |
| fn-tokenize-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with the pattern set to "\}" for an input string that contains "}". | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-17.txt |
| fn-tokenize-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with the pattern set to "\(" for an input string that contains "(". | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-18.txt |
| fn-tokenize-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with the pattern set to "\)" for an input string that contains ")". | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-19.txt |
| fn-tokenize-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with the pattern set to "\]" for an input string that contains "]". | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-20.txt |
| fn-tokenize-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with the pattern set to "\[" for an input string that contains "[". | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-21.txt |
| fn-tokenize-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with the pattern set to "\-" for an input string that contains "-". | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-22.txt |
| fn-tokenize-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with the pattern set to "\." for an input string that contains ".". | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-23.txt |
| fn-tokenize-24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with the pattern set to "\|" for an input string that contains "|". | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-24.txt |
| fn-tokenize-25 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with the pattern set to "\\" for an input string that contains "\". | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-25.txt |
| fn-tokenize-26 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with the pattern set to "\t" for an input string that contains the tab character. | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-26.txt |
| fn-tokenize-27 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with the pattern set to "\n" for an input string that contains the newline character. | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-27.txt |
| fn-tokenize-28 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with the pattern set to "aa{1}" (exact quantity) for an input string that the "aa" string. | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-28.txt |
| fn-tokenize-29 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with the pattern set to "aa{1,}" (exact quantity) for an input string that the "aa" string twice. | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-29.txt |
| fn-tokenize-30 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Test of "tokenize" with the pattern set to "aa{1,2}" (range quantity) for an input string that the "aa" string twice. | ||
| Spec Citations: | ||
| #func-tokenize | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-30.txt |
| K-TokenizeFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| fn:tokenize takes at least two arguments. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TokenizeFunc/K-TokenizeFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-TokenizeFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The pattern can't be the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TokenizeFunc/K-TokenizeFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-TokenizeFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The flags argument cannot contain whitespace. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TokenizeFunc/K-TokenizeFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORX0001 | ||
| K-TokenizeFunc-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The flags argument cannot contain 'X'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TokenizeFunc/K-TokenizeFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORX0001 | ||
| K-TokenizeFunc-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Only three arguments are accepted. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TokenizeFunc/K-TokenizeFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K2-TokenizeFunc-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:tokenize with a positional predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/K2-TokenizeFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/K2-TokenizeFunc-1.txt |
| K2-TokenizeFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:tokenize with a positional predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/K2-TokenizeFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/K2-TokenizeFunc-2.txt |
| K2-TokenizeFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:tokenize with a positional predicate(#2). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/K2-TokenizeFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/K2-TokenizeFunc-3.txt |
| K2-TokenizeFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:tokenize with a positional predicate(#3). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/K2-TokenizeFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/K2-TokenizeFunc-4.txt |
| fn-resolve-uri-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with first argument (relative) set to empty sequence. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-1.txt |
| fn-resolve-uri-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with first argument (relative) set to zero length string. Use base-uri property, which is set. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-2.txt |
| fn-resolve-uri-3 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with first argument set to an invalid uri. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0002 | ||
| fn-resolve-uri-4 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with second argument set to an invalid uri. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0002 | ||
| fn-resolve-uri-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with first argument (relative) set to an absolute URI. Two argument version of the function. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-5.txt |
| fn-resolve-uri-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with argument (relative) set to an absolute URI. Two argument version of the function. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-6.txt |
| fn-resolve-uri-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with argument (relative) set to an absolute URI and given as argument to xs:string. Two argument version of the function. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-7.txt |
| fn-resolve-uri-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with argument (relative) set to an absolute URI and given as argument to fn:string. Two argument version of the function. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-8.txt |
| fn-resolve-uri-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with argument (relative) set to an absolute URI and given as argument to fn:upper-case. Two argument version of the function. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-9.txt |
| fn-resolve-uri-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with argument (relative) set to an absolute URI and given as argument to fn:lower-case. Two argument version of the function. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-10.txt |
| fn-resolve-uri-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with argument (relative) set to an absolute URI and given as argument to fn:substring function. Two argument version of the function. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-11.txt |
| fn-resolve-uri-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with argument (relative) set to an absolute URI and given as argument to fn:string-join function. Two argument version of the function. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-12.txt |
| fn-resolve-uri-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with argument (relative) set to an absolute URI and given as argument to fn:concat function. Two argument version of the function. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-13.txt |
| fn-resolve-uri-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with argument (relative) set to an absolute URI and given as argument to fn:substring-before function. Two argument version of the function. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-14.txt |
| fn-resolve-uri-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with argument (relative) set to an absolute URI and given as argument to fn:substring-after function. Two argument version of the function. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-15.txt |
| fn-resolve-uri-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with argument (relative) set to an absolute URI and given as argument to fn:string function. Second argument set to zero length stringTwo argument version of the function. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-16.txt |
| fn-resolve-uri-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with argument (relative) set to an absolute URI and given as argument to fn:upper-case function. Two argument version of the function. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-17.txt |
| fn-resolve-uri-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with argument (relative) set to an absolute URI and given as argument to fn:lower-case function. Two argument version of the function. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-18.txt |
| fn-resolve-uri-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with argument (relative) set to an absolute URI and given as argument to fn:substring function. Two argument version of the function. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-19.txt |
| fn-resolve-uri-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with argument (relative) set to an absolute URI and given as argument to fn:string-join function. Two argument version of the function. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-20.txt |
| fn-resolve-uri-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with argument (relative) set to an absolute URI and given as argument to fn:concat function. Two argument version of the function. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-21.txt |
| fn-resolve-uri-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with argument (relative) set to an absolute URI and given as argument to fn:substring-before function. Two argument version of the function. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-22.txt |
| fn-resolve-uri-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:resolve-uri" function with argument (relative) set to an absolute URI and given as argument to fn:substring-after function. Two argument version of the function. | ||
| Spec Citations: | ||
| #func-resolve-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/URIFunc/ResolveURIFunc/fn-resolve-uri-23.txt |
| K-ResolveURIFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `resolve-uri()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ResolveURIFunc/K-ResolveURIFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ResolveURIFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `resolve-uri("http://www.example.com/", "relative/uri.ext", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ResolveURIFunc/K-ResolveURIFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ResolveURIFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `resolve-uri("relative/uri.ext", "http://www.example.com/") eq xs:anyURI("http://www.example.com/relative/uri.ext")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ResolveURIFunc/K-ResolveURIFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ResolveURIFunc/K-ResolveURIFunc-3.txt |
| K-ResolveURIFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `resolve-uri("", "http://www.example.com/") eq xs:anyURI("http://www.example.com/")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ResolveURIFunc/K-ResolveURIFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ResolveURIFunc/K-ResolveURIFunc-4.txt |
| K-ResolveURIFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(resolve-uri((), "http://www.example.com/"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ResolveURIFunc/K-ResolveURIFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ResolveURIFunc/K-ResolveURIFunc-5.txt |
| K-ResolveURIFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `resolve-uri("http://www.example.com/absolute", "http://www.example.com/") eq xs:anyURI("http://www.example.com/absolute")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ResolveURIFunc/K-ResolveURIFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ResolveURIFunc/K-ResolveURIFunc-6.txt |
| fn-true-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple call to an "fn:true" function. | ||
| Spec Citations: | ||
| #func-true | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/TrueFunc/fn-true-1.txt |
| fn-true-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation to an "fn:true" function as an argument to an "fn:not()" function. | ||
| Spec Citations: | ||
| #func-true | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/TrueFunc/fn-true-2.txt |
| fn-true-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:true()" function with a logical expression involving the "and" operator. | ||
| Spec Citations: | ||
| #func-true | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/TrueFunc/fn-true-3.txt |
| fn-true-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:function" function with a logical expression involving the "or" operator. | ||
| Spec Citations: | ||
| #func-true | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/TrueFunc/fn-true-4.txt |
| fn-true-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:true()" function with a comparison expression involving the "eq" operator. | ||
| Spec Citations: | ||
| #func-true | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/TrueFunc/fn-true-5.txt |
| fn-true-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:true()" function with a comparison expression involving the "ne" operator. | ||
| Spec Citations: | ||
| #func-true | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/TrueFunc/fn-true-6.txt |
| fn-true-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:true()" function with a comparison expression involving the "lt" operator. | ||
| Spec Citations: | ||
| #func-true | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/TrueFunc/fn-true-7.txt |
| fn-true-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:true()" function with a comparison expression involving the "le" operator. | ||
| Spec Citations: | ||
| #func-true | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/TrueFunc/fn-true-8.txt |
| fn-true-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:true()" function with a comparison expression involving the "gt" operator. | ||
| Spec Citations: | ||
| #func-true | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/TrueFunc/fn-true-9.txt |
| fn-true-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:true()" function with a comparison expression involving the "ge" operator. | ||
| Spec Citations: | ||
| #func-true | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/TrueFunc/fn-true-10.txt |
| fn-true-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:true()" function with a comparison expression involving the "=" operator. | ||
| Spec Citations: | ||
| #func-true | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/TrueFunc/fn-true-11.txt |
| fn-true-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:true()" function with a comparison expression involving the "!=" operator. | ||
| Spec Citations: | ||
| #func-true | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/TrueFunc/fn-true-12.txt |
| fn-true-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:true()" function with a comparison expression involving the "<" operator. | ||
| Spec Citations: | ||
| #func-true | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/TrueFunc/fn-true-13.txt |
| fn-true-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:true()" function with a comparison expression involving the "<=" operator. | ||
| Spec Citations: | ||
| #func-true | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/TrueFunc/fn-true-14.txt |
| fn-true-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:true()" function with a comparison expression involving the ">" operator. | ||
| Spec Citations: | ||
| #func-true | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/TrueFunc/fn-true-15.txt |
| fn-true-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:true()" function with a comparison expression involving the ">=" operator. | ||
| Spec Citations: | ||
| #func-true | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/TrueFunc/fn-true-16.txt |
| fn-true-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:true()" function as an argument to an "xs:boolean" function. | ||
| Spec Citations: | ||
| #func-true | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/TrueFunc/fn-true-17.txt |
| fn-true-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:true()" function as an argument to an "fn:string" function. | ||
| Spec Citations: | ||
| #func-true | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/TrueFunc/fn-true-18.txt |
| fn-true-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:true()" function (string representation) as arguments to an "fn:concat" function. | ||
| Spec Citations: | ||
| #func-true | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/TrueFunc/fn-true-19.txt |
| fn-true-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:true()" function (string representation) as arguments to an "fn:contains" function. | ||
| Spec Citations: | ||
| #func-true | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/TrueFunc/fn-true-20.txt |
| fn-true-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:true()" function (string representation) as an argument to an "fn:string-length" function. | ||
| Spec Citations: | ||
| #func-true | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/TrueFunc/fn-true-21.txt |
| K-TrueFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `true(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TrueFunc/K-TrueFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-TrueFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `true() eq true()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TrueFunc/K-TrueFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TrueFunc/K-TrueFunc-2.txt |
| K-TrueFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `true()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TrueFunc/K-TrueFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TrueFunc/K-TrueFunc-3.txt |
| fn-false-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple call to an "fn:false" function. | ||
| Spec Citations: | ||
| #func-false | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/FalseFunc/fn-false-1.txt |
| fn-false-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation to an "fn:false" function as an argument to an "fn:not()" function. | ||
| Spec Citations: | ||
| #func-false | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/FalseFunc/fn-false-2.txt |
| fn-false-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:false()" function with a logical expression involving the "and" operator. | ||
| Spec Citations: | ||
| #func-false | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/FalseFunc/fn-false-3.txt |
| fn-false-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:function" function with a logical expression involving the "or" operator. | ||
| Spec Citations: | ||
| #func-false | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/FalseFunc/fn-false-4.txt |
| fn-false-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:false()" function with a comparison expression involving the "eq" operator. | ||
| Spec Citations: | ||
| #func-false | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/FalseFunc/fn-false-5.txt |
| fn-false-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:false()" function with a comparison expression involving the "ne" operator. | ||
| Spec Citations: | ||
| #func-false | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/FalseFunc/fn-false-6.txt |
| fn-false-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:false()" function with a comparison expression involving the "lt" operator. | ||
| Spec Citations: | ||
| #func-false | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/FalseFunc/fn-false-7.txt |
| fn-false-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:false()" function with a comparison expression involving the "le" operator. | ||
| Spec Citations: | ||
| #func-false | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/FalseFunc/fn-false-8.txt |
| fn-false-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:false()" function with a comparison expression involving the "gt" operator. | ||
| Spec Citations: | ||
| #func-false | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/FalseFunc/fn-false-9.txt |
| fn-false-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:false()" function with a comparison expression involving the "ge" operator. | ||
| Spec Citations: | ||
| #func-false | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/FalseFunc/fn-false-10.txt |
| fn-false-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:false()" function with a comparison expression involving the "=" operator. | ||
| Spec Citations: | ||
| #func-false | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/FalseFunc/fn-false-11.txt |
| fn-false-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:false()" function with a comparison expression involving the "!=" operator. | ||
| Spec Citations: | ||
| #func-false | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/FalseFunc/fn-false-12.txt |
| fn-false-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:false()" function with a comparison expression involving the "<" operator. | ||
| Spec Citations: | ||
| #func-false | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/FalseFunc/fn-false-13.txt |
| fn-false-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:false()" function with a comparison expression involving the "<=" operator. | ||
| Spec Citations: | ||
| #func-false | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/FalseFunc/fn-false-14.txt |
| fn-false-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:false()" function with a comparison expression involving the ">" operator. | ||
| Spec Citations: | ||
| #func-false | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/FalseFunc/fn-false-15.txt |
| fn-false-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:false()" function with a comparison expression involving the ">=" operator. | ||
| Spec Citations: | ||
| #func-false | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/FalseFunc/fn-false-16.txt |
| fn-false-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:false()" function as an argument to an "xs:boolean" function. | ||
| Spec Citations: | ||
| #func-false | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/FalseFunc/fn-false-17.txt |
| fn-false-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:false()" function as an argument to an "fn:string" function. | ||
| Spec Citations: | ||
| #func-false | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/FalseFunc/fn-false-18.txt |
| fn-false-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:false()" function (string representation) as arguments to an "fn:concat" function. | ||
| Spec Citations: | ||
| #func-false | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/FalseFunc/fn-false-19.txt |
| fn-false-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:false()" function (string representation) as arguments to an "fn:contains" function. | ||
| Spec Citations: | ||
| #func-false | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/FalseFunc/fn-false-20.txt |
| fn-false-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:false()" function (string representation) as an argument to an "fn:string-length" function. | ||
| Spec Citations: | ||
| #func-false | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/FalseFunc/fn-false-21.txt |
| K-FalseFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `false(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/FalseFunc/K-FalseFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-FalseFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `false() eq false()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/FalseFunc/K-FalseFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FalseFunc/K-FalseFunc-2.txt |
| K-FalseFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(false())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/FalseFunc/K-FalseFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FalseFunc/K-FalseFunc-3.txt |
| fn-notint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notint1args-1.txt |
| fn-notint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notint1args-2.txt |
| fn-notint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notint1args-3.txt |
| fn-notintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notintg1args-1.txt |
| fn-notintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notintg1args-2.txt |
| fn-notintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notintg1args-3.txt |
| fn-notdec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notdec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notdec1args-1.txt |
| fn-notdec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notdec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notdec1args-2.txt |
| fn-notdec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notdec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notdec1args-3.txt |
| fn-notdbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notdbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notdbl1args-1.txt |
| fn-notdbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notdbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notdbl1args-2.txt |
| fn-notdbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notdbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notdbl1args-3.txt |
| fn-notflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notflt1args-1.txt |
| fn-notflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notflt1args-2.txt |
| fn-notflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notflt1args-3.txt |
| fn-notlng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notlng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notlng1args-1.txt |
| fn-notlng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notlng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notlng1args-2.txt |
| fn-notlng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notlng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notlng1args-3.txt |
| fn-notusht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notusht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notusht1args-1.txt |
| fn-notusht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notusht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notusht1args-2.txt |
| fn-notusht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notusht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notusht1args-3.txt |
| fn-notnint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notnint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notnint1args-1.txt |
| fn-notnint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notnint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notnint1args-2.txt |
| fn-notnint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notnint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notnint1args-3.txt |
| fn-notpint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notpint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notpint1args-1.txt |
| fn-notpint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notpint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notpint1args-2.txt |
| fn-notpint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notpint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notpint1args-3.txt |
| fn-notulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notulng1args-1.txt |
| fn-notulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notulng1args-2.txt |
| fn-notulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notulng1args-3.txt |
| fn-notnpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notnpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notnpi1args-1.txt |
| fn-notnpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notnpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notnpi1args-2.txt |
| fn-notnpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notnpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notnpi1args-3.txt |
| fn-notnni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notnni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notnni1args-1.txt |
| fn-notnni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notnni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notnni1args-2.txt |
| fn-notnni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notnni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notnni1args-3.txt |
| fn-notsht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notsht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notsht1args-1.txt |
| fn-notsht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notsht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notsht1args-2.txt |
| fn-notsht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "not" function with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notsht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-notsht1args-3.txt |
| fn-not-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple call to an "fn:not" function. | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-not-1.txt |
| fn-not-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation to an "fn:not" function as an argument to an "fn:not()" function. | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-not-2.txt |
| fn-not-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:not()" function with a logical expression involving the "and" operator. | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-not-3.txt |
| fn-not-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:function" function with a logical expression involving the "or" operator. | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-not-4.txt |
| fn-not-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:not()" function with a comparison expression involving the "eq" operator. | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-not-5.txt |
| fn-not-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:not()" function with a comparison expression involving the "ne" operator. | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-not-6.txt |
| fn-not-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:not()" function with a comparison expression involving the "lt" operator. | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-not-7.txt |
| fn-not-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:not()" function with a comparison expression involving the "le" operator. | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-not-8.txt |
| fn-not-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:not()" function with a comparison expression involving the "gt" operator. | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-not-9.txt |
| fn-not-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:not()" function with a comparison expression involving the "ge" operator. | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-not-10.txt |
| fn-not-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:not()" function with a comparison expression involving the "=" operator. | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-not-11.txt |
| fn-not-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:not()" function with a comparison expression involving the "!=" operator. | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-not-12.txt |
| fn-not-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:not()" function with a comparison expression involving the "<" operator. | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-not-13.txt |
| fn-not-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:not()" function with a comparison expression involving the "<=" operator. | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-not-14.txt |
| fn-not-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:not()" function with a comparison expression involving the ">" operator. | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-not-15.txt |
| fn-not-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:not()" function with a comparison expression involving the ">=" operator. | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-not-16.txt |
| fn-not-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:not()" function as an argument to an "xs:boolean" function. | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-not-17.txt |
| fn-not-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:not()" function as an argument to an "fn:string" function. | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-not-18.txt |
| fn-not-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:not()" function (string representation) as arguments to an "fn:concat" function. | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-not-19.txt |
| fn-not-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:not()" function (string representation) as arguments to an "fn:contains" function. | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-not-20.txt |
| fn-not-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an "fn:not()" function (string representation) as an argument to an "fn:string-length" function. | ||
| Spec Citations: | ||
| #func-not | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/BooleanFunc/NotFunc/fn-not-21.txt |
| K-NotFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NotFunc/K-NotFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-NotFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(1, 2, 3, 4, 5, 6)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NotFunc/K-NotFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-NotFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(false() and false())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NotFunc/K-NotFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NotFunc/K-NotFunc-3.txt |
| K-NotFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(not(true()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NotFunc/K-NotFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NotFunc/K-NotFunc-4.txt |
| K-NotFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(false())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NotFunc/K-NotFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NotFunc/K-NotFunc-5.txt |
| K-NotFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(0)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NotFunc/K-NotFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NotFunc/K-NotFunc-6.txt |
| K-NotFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NotFunc/K-NotFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NotFunc/K-NotFunc-7.txt |
| K-NotFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(xs:anyURI(""))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NotFunc/K-NotFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NotFunc/K-NotFunc-8.txt |
| K-NotFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(not(xs:anyURI("example.com/")))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NotFunc/K-NotFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NotFunc/K-NotFunc-9.txt |
| K-NotFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:not() combined with fn:boolean(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NotFunc/K-NotFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NotFunc/K-NotFunc-10.txt |
| fn-years-from-duration1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function with the arguments set as follows: $arg = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration1args-1.txt |
| fn-years-from-duration1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function with the arguments set as follows: $arg = xs:yearMonthDuration(mid range). | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration1args-2.txt |
| fn-years-from-duration1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function with the arguments set as follows: $arg = xs:yearMonthDuration(upper bound). | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration1args-3.txt |
| fn-years-from-duration-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-1.txt |
| fn-years-from-duration-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function as as per example 2 (for this function) of the Functions and operators spec. | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-2.txt |
| fn-years-from-duration-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function, which is part of a numeric-less-than expression (lt operator). | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-3.txt |
| fn-years-from-duration-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function, which is part of a numeric-less-than expression (le operator). | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-4.txt |
| fn-years-from-duration-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function using empty sequence as argument. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-5.txt |
| fn-years-from-duration-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function with argument set so the function returns 1. | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-6.txt |
| fn-years-from-duration-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function used as arguments to an avg function. | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-7.txt |
| fn-years-from-duration-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function, which is part of an addition expression. | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-8.txt |
| fn-years-from-duration-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function, which is part of a subtraction expression. | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-9.txt |
| fn-years-from-duration-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function, which is part of a multiplication expression. | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-10.txt |
| fn-years-from-duration-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-11.txt |
| fn-years-from-duration-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function, which is part of an idiv expression. | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-12.txt |
| fn-years-from-duration-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function, which is part of a mod expression. | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-13.txt |
| fn-years-from-duration-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function, which is part of a numeric-unary-plus expression. | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-14.txt |
| fn-years-from-duration-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function, which is part of a numeric-unary-minus expression. | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-15.txt |
| fn-years-from-duration-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-16.txt |
| fn-years-from-duration-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-17.txt |
| fn-years-from-duration-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-18.txt |
| fn-years-from-duration-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-19.txt |
| fn-years-from-duration-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "years-from-duration" function with wrong argument types. | ||
| Spec Citations: | ||
| #func-years-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-20.txt |
| K-YearsFromDurationFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `years-from-duration()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/YearsFromDurationFunc/K-YearsFromDurationFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-YearsFromDurationFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `years-from-duration((), "Wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/YearsFromDurationFunc/K-YearsFromDurationFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-YearsFromDurationFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(years-from-duration(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/YearsFromDurationFunc/K-YearsFromDurationFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/YearsFromDurationFunc/K-YearsFromDurationFunc-3.txt |
| K-YearsFromDurationFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `years-from-duration(()) instance of xs:integer?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/YearsFromDurationFunc/K-YearsFromDurationFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/YearsFromDurationFunc/K-YearsFromDurationFunc-4.txt |
| K-YearsFromDurationFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `years-from-duration(xs:yearMonthDuration("P0003Y2M")) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/YearsFromDurationFunc/K-YearsFromDurationFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/YearsFromDurationFunc/K-YearsFromDurationFunc-5.txt |
| K-YearsFromDurationFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test invoking years-from-duration() on a negative duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/YearsFromDurationFunc/K-YearsFromDurationFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/YearsFromDurationFunc/K-YearsFromDurationFunc-6.txt |
| K-YearsFromDurationFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test invoking years-from-duration() on an negative xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/YearsFromDurationFunc/K-YearsFromDurationFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/YearsFromDurationFunc/K-YearsFromDurationFunc-7.txt |
| fn-months-from-duration1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function with the arguments set as follows: $arg = xs:yearMonthDuration(lower bound). | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration1args-1.txt |
| fn-months-from-duration1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function with the arguments set as follows: $arg = xs:yearMonthDuration(mid range). | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration1args-2.txt |
| fn-months-from-duration1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function with the arguments set as follows: $arg = xs:yearMonthDuration(upper bound). | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration1args-3.txt |
| fn-months-from-duration-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-1.txt |
| fn-months-from-duration-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function as as per example 2 (for this function) of the Functions and operators spec. | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-2.txt |
| fn-months-from-duration-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function, which is part of a numeric-less-than expression (lt operator). | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-3.txt |
| fn-months-from-duration-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function, which is part of a numeric-less-than expression (le operator). | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-4.txt |
| fn-months-from-duration-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function using empty sequence as argument. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-5.txt |
| fn-months-from-duration-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function with argument set so the function returns 1. | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-6.txt |
| fn-months-from-duration-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function used as arguments to an avg function. | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-7.txt |
| fn-months-from-duration-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function, which is part of an addition expression. | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-8.txt |
| fn-months-from-duration-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function, which is part of a subtraction expression. | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-9.txt |
| fn-months-from-duration-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function, which is part of a multiplication expression. | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-10.txt |
| fn-months-from-duration-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-11.txt |
| fn-months-from-duration-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function, which is part of an idiv expression. | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-12.txt |
| fn-months-from-duration-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function, which is part of a mod expression. | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-13.txt |
| fn-months-from-duration-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function, which is part of a numeric-unary-plus expression. | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-14.txt |
| fn-months-from-duration-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function, which is part of a numeric-unary-minus expression. | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-15.txt |
| fn-months-from-duration-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-16.txt |
| fn-months-from-duration-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-17.txt |
| fn-months-from-duration-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-18.txt |
| fn-months-from-duration-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-19.txt |
| fn-months-from-duration-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "months-from-duration" function with wrong argument type. | ||
| Spec Citations: | ||
| #func-months-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-20.txt |
| K-MonthsFromDurationFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `months-from-duration()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MonthsFromDurationFunc/K-MonthsFromDurationFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-MonthsFromDurationFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `months-from-duration((), "Wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MonthsFromDurationFunc/K-MonthsFromDurationFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-MonthsFromDurationFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(months-from-duration(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MonthsFromDurationFunc/K-MonthsFromDurationFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/MonthsFromDurationFunc/K-MonthsFromDurationFunc-3.txt |
| K-MonthsFromDurationFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `months-from-duration(()) instance of xs:integer?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MonthsFromDurationFunc/K-MonthsFromDurationFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/MonthsFromDurationFunc/K-MonthsFromDurationFunc-4.txt |
| K-MonthsFromDurationFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `months-from-duration(xs:yearMonthDuration("P0003Y2M")) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MonthsFromDurationFunc/K-MonthsFromDurationFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/MonthsFromDurationFunc/K-MonthsFromDurationFunc-5.txt |
| K-MonthsFromDurationFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test invoking months-from-duration() on a negative duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MonthsFromDurationFunc/K-MonthsFromDurationFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/MonthsFromDurationFunc/K-MonthsFromDurationFunc-6.txt |
| K-MonthsFromDurationFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test invoking months-from-duration() on an negative xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MonthsFromDurationFunc/K-MonthsFromDurationFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/MonthsFromDurationFunc/K-MonthsFromDurationFunc-7.txt |
| fn-days-from-duration1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function with the arguments set as follows: $arg = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration1args-1.txt |
| fn-days-from-duration1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function with the arguments set as follows: $arg = xs:dayTimeDuration(mid range). | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration1args-2.txt |
| fn-days-from-duration1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function with the arguments set as follows: $arg = xs:dayTimeDuration(upper bound). | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration1args-3.txt |
| fn-days-from-duration-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-1.txt |
| fn-days-from-duration-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function as as per example 2 (for this function) of the Functions and operators spec. | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-2.txt |
| fn-days-from-duration-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function, which is part of a numeric-less-than expression (lt operator). | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-3.txt |
| fn-days-from-duration-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function, which is part of a numeric-less-than expression (le operator). | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-4.txt |
| fn-days-from-duration-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function using empty sequence as argument. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-5.txt |
| fn-days-from-duration-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function with argument set so the function returns 1. | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-6.txt |
| fn-days-from-duration-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function used as arguments to an avg function. | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-7.txt |
| fn-days-from-duration-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function, which is part of an addition expression. | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-8.txt |
| fn-days-from-duration-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function, which is part of a subtraction expression. | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-9.txt |
| fn-days-from-duration-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function, which is part of a multiplication expression. | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-10.txt |
| fn-days-from-duration-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-11.txt |
| fn-days-from-duration-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function, which is part of an idiv expression. | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-12.txt |
| fn-days-from-duration-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function, which is part of a mod expression. | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-13.txt |
| fn-days-from-duration-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function, which is part of a numeric-unary-plus expression. | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-14.txt |
| fn-days-from-duration-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function, which is part of a numeric-unary-minus expression. | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-15.txt |
| fn-days-from-duration-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-16.txt |
| fn-days-from-duration-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-17.txt |
| fn-days-from-duration-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-18.txt |
| fn-days-from-duration-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-19.txt |
| fn-days-from-duration-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "days-from-duration" function with wrong argument type. | ||
| Spec Citations: | ||
| #func-days-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-20.txt |
| K-DaysFromDurationFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `days-from-duration()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DaysFromDurationFunc/K-DaysFromDurationFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-DaysFromDurationFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `days-from-duration((), "Wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DaysFromDurationFunc/K-DaysFromDurationFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-DaysFromDurationFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(days-from-duration(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DaysFromDurationFunc/K-DaysFromDurationFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DaysFromDurationFunc/K-DaysFromDurationFunc-3.txt |
| K-DaysFromDurationFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `days-from-duration(()) instance of xs:integer?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DaysFromDurationFunc/K-DaysFromDurationFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DaysFromDurationFunc/K-DaysFromDurationFunc-4.txt |
| K-DaysFromDurationFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `days-from-duration(xs:dayTimeDuration("P45678DT8H2M1.03S")) eq 45678`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DaysFromDurationFunc/K-DaysFromDurationFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DaysFromDurationFunc/K-DaysFromDurationFunc-5.txt |
| K-DaysFromDurationFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test invoking days-from-duration() on a negative duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DaysFromDurationFunc/K-DaysFromDurationFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DaysFromDurationFunc/K-DaysFromDurationFunc-6.txt |
| K-DaysFromDurationFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test invoking days-from-duration() on an negative xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DaysFromDurationFunc/K-DaysFromDurationFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DaysFromDurationFunc/K-DaysFromDurationFunc-7.txt |
| fn-hours-from-duration1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function with the arguments set as follows: $arg = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration1args-1.txt |
| fn-hours-from-duration1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function with the arguments set as follows: $arg = xs:dayTimeDuration(mid range). | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration1args-2.txt |
| fn-hours-from-duration1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function with the arguments set as follows: $arg = xs:dayTimeDuration(upper bound). | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration1args-3.txt |
| fn-hours-from-duration-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-1.txt |
| fn-hours-from-duration-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function as as per example 2 (for this function) of the Functions and operators spec. | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-2.txt |
| fn-hours-from-duration-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function as per example 3 (for this function) from the Function and Operators sepcs. | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-3.txt |
| fn-hours-from-duration-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function as per example 4 (for this function) from the Function and Operators specs. | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-4.txt |
| fn-hours-from-duration-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function using empty sequence as argument. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-5.txt |
| fn-hours-from-duration-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function with argument set so the function returns 1. | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-6.txt |
| fn-hours-from-duration-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function used as arguments to an avg function. | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-7.txt |
| fn-hours-from-duration-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function, which is part of an addition expression. | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-8.txt |
| fn-hours-from-duration-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function, which is part of a subtraction expression. | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-9.txt |
| fn-hours-from-duration-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function, which is part of a multiplication expression. | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-10.txt |
| fn-hours-from-duration-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-11.txt |
| fn-hours-from-duration-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function, which is part of an idiv expression. | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-12.txt |
| fn-hours-from-duration-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function, which is part of a mod expression. | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-13.txt |
| fn-hours-from-duration-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function, which is part of a numeric-unary-plus expression. | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-14.txt |
| fn-hours-from-duration-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function, which is part of a numeric-unary-minus expression. | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-15.txt |
| fn-hours-from-duration-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-16.txt |
| fn-hours-from-duration-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-17.txt |
| fn-hours-from-duration-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-18.txt |
| fn-hours-from-duration-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-19.txt |
| fn-hours-from-duration-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-duration" function with wrong argument type. | ||
| Spec Citations: | ||
| #func-hours-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-20.txt |
| K-HoursFromDurationFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `hours-from-duration()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/HoursFromDurationFunc/K-HoursFromDurationFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-HoursFromDurationFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `hours-from-duration((), "Wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/HoursFromDurationFunc/K-HoursFromDurationFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-HoursFromDurationFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(hours-from-duration(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/HoursFromDurationFunc/K-HoursFromDurationFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/HoursFromDurationFunc/K-HoursFromDurationFunc-3.txt |
| K-HoursFromDurationFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `hours-from-duration(()) instance of xs:integer?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/HoursFromDurationFunc/K-HoursFromDurationFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/HoursFromDurationFunc/K-HoursFromDurationFunc-4.txt |
| K-HoursFromDurationFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `hours-from-duration(xs:dayTimeDuration("P3DT8H2M1.03S")) eq 8`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/HoursFromDurationFunc/K-HoursFromDurationFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/HoursFromDurationFunc/K-HoursFromDurationFunc-5.txt |
| K-HoursFromDurationFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test invoking hours-from-duration() on a negative duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/HoursFromDurationFunc/K-HoursFromDurationFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/HoursFromDurationFunc/K-HoursFromDurationFunc-6.txt |
| K-HoursFromDurationFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test invoking days-from-hours() on an negative xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/HoursFromDurationFunc/K-HoursFromDurationFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/HoursFromDurationFunc/K-HoursFromDurationFunc-7.txt |
| fn-minutes-from-duration1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function with the arguments set as follows: $arg = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration1args-1.txt |
| fn-minutes-from-duration1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function with the arguments set as follows: $arg = xs:dayTimeDuration(mid range). | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration1args-2.txt |
| fn-minutes-from-duration1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function with the arguments set as follows: $arg = xs:dayTimeDuration(upper bound). | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration1args-3.txt |
| fn-minutes-from-duration-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-1.txt |
| fn-minutes-from-duration-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function as as per example 2 (for this function) of the Functions and operators spec. | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-2.txt |
| fn-minutes-from-duration-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function, which is part of a numeric-less-than expression (lt operator). | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-3.txt |
| fn-minutes-from-duration-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function, which is part of a numeric-less-than expression (le operator). | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-4.txt |
| fn-minutes-from-duration-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function using empty sequence as argument. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-5.txt |
| fn-minutes-from-duration-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function with argument set so the function returns 1. | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-6.txt |
| fn-minutes-from-duration-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function used as arguments to an avg function. | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-7.txt |
| fn-minutes-from-duration-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function, which is part of an addition expression. | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-8.txt |
| fn-minutes-from-duration-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function, which is part of a subtraction expression. | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-9.txt |
| fn-minutes-from-duration-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function, which is part of a multiplication expression. | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-10.txt |
| fn-minutes-from-duration-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-11.txt |
| fn-minutes-from-duration-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function, which is part of an idiv expression. | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-12.txt |
| fn-minutes-from-duration-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function, which is part of a mod expression. | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-13.txt |
| fn-minutes-from-duration-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function, which is part of a numeric-unary-plus expression. | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-14.txt |
| fn-minutes-from-duration-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function, which is part of a numeric-unary-minus expression. | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-15.txt |
| fn-minutes-from-duration-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-16.txt |
| fn-minutes-from-duration-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-17.txt |
| fn-minutes-from-duration-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-18.txt |
| fn-minutes-from-duration-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-19.txt |
| fn-minutes-from-duration-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function with wrong argument type. | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-20.txt |
| fn-minutes-from-duration-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-duration" function to test the normalization of duration. | ||
| Spec Citations: | ||
| #func-minutes-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-21.txt |
| K-MinutesFromDurationFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `minutes-from-duration()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MinutesFromDurationFunc/K-MinutesFromDurationFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-MinutesFromDurationFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `minutes-from-duration((), "Wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MinutesFromDurationFunc/K-MinutesFromDurationFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-MinutesFromDurationFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(minutes-from-duration(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MinutesFromDurationFunc/K-MinutesFromDurationFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/MinutesFromDurationFunc/K-MinutesFromDurationFunc-3.txt |
| K-MinutesFromDurationFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `minutes-from-duration(()) instance of xs:integer?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MinutesFromDurationFunc/K-MinutesFromDurationFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/MinutesFromDurationFunc/K-MinutesFromDurationFunc-4.txt |
| K-MinutesFromDurationFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `minutes-from-duration(xs:dayTimeDuration("P3DT8H2M1.03S")) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MinutesFromDurationFunc/K-MinutesFromDurationFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/MinutesFromDurationFunc/K-MinutesFromDurationFunc-5.txt |
| K-MinutesFromDurationFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test invoking minutes-from-duration() on a negative duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MinutesFromDurationFunc/K-MinutesFromDurationFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/MinutesFromDurationFunc/K-MinutesFromDurationFunc-6.txt |
| K-MinutesFromDurationFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test invoking minutes-from-hours() on an negative xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MinutesFromDurationFunc/K-MinutesFromDurationFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/MinutesFromDurationFunc/K-MinutesFromDurationFunc-7.txt |
| fn-seconds-from-duration1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function with the arguments set as follows: $arg = xs:dayTimeDuration(lower bound). | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration1args-1.txt |
| fn-seconds-from-duration1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function with the arguments set as follows: $arg = xs:dayTimeDuration(mid range). | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration1args-2.txt |
| fn-seconds-from-duration1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function with the arguments set as follows: $arg = xs:dayTimeDuration(upper bound). | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration1args-3.txt |
| fn-seconds-from-duration-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-1.txt |
| fn-seconds-from-duration-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function as as per example 2 (for this function) of the Functions and operators spec. | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-2.txt |
| fn-seconds-from-duration-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function, which is part of a numeric-less-than expression (lt operator). | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-3.txt |
| fn-seconds-from-duration-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function, which is part of a numeric-less-than expression (le operator). | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-4.txt |
| fn-seconds-from-duration-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function using empty sequence as argument. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-5.txt |
| fn-seconds-from-duration-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function with argument set so the function returns 1. | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-6.txt |
| fn-seconds-from-duration-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function used as arguments to an avg function. | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-7.txt |
| fn-seconds-from-duration-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function, which is part of an addition expression. | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-8.txt |
| fn-seconds-from-duration-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function, which is part of a subtraction expression. | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-9.txt |
| fn-seconds-from-duration-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function, which is part of a multiplication expression. | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-10.txt |
| fn-seconds-from-duration-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-11.txt |
| fn-seconds-from-duration-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function, which is part of an idiv expression. | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-12.txt |
| fn-seconds-from-duration-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function, which is part of a mod expression. | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-13.txt |
| fn-seconds-from-duration-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function, which is part of a numeric-unary-plus expression. | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-14.txt |
| fn-seconds-from-duration-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function, which is part of a numeric-unary-minus expression. | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-15.txt |
| fn-seconds-from-duration-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-16.txt |
| fn-seconds-from-duration-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-17.txt |
| fn-seconds-from-duration-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-18.txt |
| fn-seconds-from-duration-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-19.txt |
| fn-seconds-from-duration-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function with wrong argument type. | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-20.txt |
| fn-seconds-from-duration-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-duration" function to evaluate the normalization of the duration. | ||
| Spec Citations: | ||
| #func-seconds-from-duration | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-21.txt |
| K-SecondsFromDurationFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `seconds-from-duration()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SecondsFromDurationFunc/K-SecondsFromDurationFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SecondsFromDurationFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `seconds-from-duration((), "Wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SecondsFromDurationFunc/K-SecondsFromDurationFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SecondsFromDurationFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(seconds-from-duration(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SecondsFromDurationFunc/K-SecondsFromDurationFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SecondsFromDurationFunc/K-SecondsFromDurationFunc-3.txt |
| K-SecondsFromDurationFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `seconds-from-duration(()) instance of xs:decimal?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SecondsFromDurationFunc/K-SecondsFromDurationFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SecondsFromDurationFunc/K-SecondsFromDurationFunc-4.txt |
| K-SecondsFromDurationFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test invoking seconds-from-duration() on a positive duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SecondsFromDurationFunc/K-SecondsFromDurationFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SecondsFromDurationFunc/K-SecondsFromDurationFunc-5.txt |
| K-SecondsFromDurationFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test invoking seconds-from-duration() on a negative duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SecondsFromDurationFunc/K-SecondsFromDurationFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SecondsFromDurationFunc/K-SecondsFromDurationFunc-6.txt |
| K-SecondsFromDurationFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test invoking minutes-from-seconds() on an negative xs:duration. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SecondsFromDurationFunc/K-SecondsFromDurationFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SecondsFromDurationFunc/K-SecondsFromDurationFunc-7.txt |
| fn-year-from-dateTime1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-dateTime" function with the arguments set as follows: $arg = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-year-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime1args-1.txt |
| fn-year-from-dateTime1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-dateTime" function with the arguments set as follows: $arg = xs:dateTime(mid range). | ||
| Spec Citations: | ||
| #func-year-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime1args-2.txt |
| fn-year-from-dateTime1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-dateTime" function with the arguments set as follows: $arg = xs:dateTime(upper bound). | ||
| Spec Citations: | ||
| #func-year-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime1args-3.txt |
| fn-year-from-dateTime-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-dateTime" function as per example 1 (of this function) of the Functions Operators spec. | ||
| Spec Citations: | ||
| #func-year-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-1.txt |
| fn-year-from-dateTime-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-dateTime" function as per example 2(of this function) of the Functions Operators spec. | ||
| Spec Citations: | ||
| #func-year-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-2.txt |
| fn-year-from-dateTime-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-dateTime" function as per example 3 (of this function) of the Functions Operators spec. | ||
| Spec Citations: | ||
| #func-year-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-3.txt |
| fn-year-from-dateTime-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-dateTime" function used as an argument of an avg function. | ||
| Spec Citations: | ||
| #func-year-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-4.txt |
| fn-year-from-dateTime-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-dateTime" function using empty sequence as argument. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-year-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-5.txt |
| fn-year-from-dateTime-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-dateTime" function with argument set so that function returns a negative number. | ||
| Spec Citations: | ||
| #func-year-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-6.txt |
| fn-year-from-dateTime-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-dateTime" function with argument set so the function returns 0001. | ||
| Spec Citations: | ||
| #func-year-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-7.txt |
| fn-year-from-dateTime-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-dateTime" function, which is part of an addition expression. | ||
| Spec Citations: | ||
| #func-year-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-8.txt |
| fn-year-from-dateTime-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-dateTime" function, which is part of a subtraction expression. | ||
| Spec Citations: | ||
| #func-year-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-9.txt |
| fn-year-from-dateTime-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-dateTime" function, which is part of a multiplication expression. | ||
| Spec Citations: | ||
| #func-year-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-10.txt |
| fn-year-from-dateTime-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-dateTime" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-year-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-11.txt |
| fn-year-from-dateTime-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-dateTime" function, which is part of an idiv expression. | ||
| Spec Citations: | ||
| #func-year-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-12.txt |
| fn-year-from-dateTime-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-dateTime" function, which is part of a mod expression. | ||
| Spec Citations: | ||
| #func-year-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-13.txt |
| fn-year-from-dateTimeNew-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-dateTime" function, which is part of a numeric-unary-plus expression. | ||
| Spec Citations: | ||
| #func-year-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTimeNew-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTimeNew-14.txt |
| fn-year-from-dateTimeNew-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-dateTime" function, which is part of a numeric-unary-minus expression. | ||
| Spec Citations: | ||
| #func-year-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTimeNew-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTimeNew-15.txt |
| fn-year-from-dateTime-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-dateTime" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-year-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-16.txt |
| fn-year-from-dateTime-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-dateTime" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-year-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-17.txt |
| fn-year-from-dateTime-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-dateTime" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-year-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-18.txt |
| fn-year-from-dateTime-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-dateTime" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-year-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-19.txt |
| K-YearFromDateTimeFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `year-from-dateTime()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/YearFromDateTimeFunc/K-YearFromDateTimeFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-YearFromDateTimeFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `year-from-dateTime((), "Wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/YearFromDateTimeFunc/K-YearFromDateTimeFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-YearFromDateTimeFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(year-from-dateTime(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/YearFromDateTimeFunc/K-YearFromDateTimeFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/YearFromDateTimeFunc/K-YearFromDateTimeFunc-3.txt |
| K-YearFromDateTimeFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `year-from-dateTime(()) instance of xs:integer?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/YearFromDateTimeFunc/K-YearFromDateTimeFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/YearFromDateTimeFunc/K-YearFromDateTimeFunc-4.txt |
| K-YearFromDateTimeFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `year-from-dateTime(xs:dateTime("2001-02-03T08:23:12.43")) eq 2001`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/YearFromDateTimeFunc/K-YearFromDateTimeFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/YearFromDateTimeFunc/K-YearFromDateTimeFunc-5.txt |
| fn-month-from-dateTime1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-dateTime" function with the arguments set as follows: $arg = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-month-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime1args-1.txt |
| fn-month-from-dateTime1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-dateTime" function with the arguments set as follows: $arg = xs:dateTime(mid range). | ||
| Spec Citations: | ||
| #func-month-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime1args-2.txt |
| fn-month-from-dateTime1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-dateTime" function with the arguments set as follows: $arg = xs:dateTime(upper bound). | ||
| Spec Citations: | ||
| #func-month-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime1args-3.txt |
| fn-month-from-dateTime-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-dateTime" function as per example 1 (of this function) of the Functions Operators spec. | ||
| Spec Citations: | ||
| #func-month-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-1.txt |
| fn-month-from-dateTime-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-dateTime" function as per example 2(of this function) of the Functions Operators spec. | ||
| Spec Citations: | ||
| #func-month-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-2.txt |
| fn-month-from-dateTime-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-dateTime" function as per example 3 (of this function) of the Functions Operators spec. | ||
| Spec Citations: | ||
| #func-month-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-3.txt |
| fn-month-from-dateTime-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-dateTime" function used as an argument of an avg function. | ||
| Spec Citations: | ||
| #func-month-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-4.txt |
| fn-month-from-dateTime-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-dateTime" function using empty sequence as argument. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-month-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-5.txt |
| fn-month-from-dateTime-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-dateTime" function with argument set so that function returns 1. | ||
| Spec Citations: | ||
| #func-month-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-6.txt |
| fn-month-from-dateTime-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-dateTime" function with argument set so the function returns 12. Use Zulu. | ||
| Spec Citations: | ||
| #func-month-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-7.txt |
| fn-month-from-dateTime-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-dateTime" function, which is part of an addition expression. | ||
| Spec Citations: | ||
| #func-month-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-8.txt |
| fn-month-from-dateTime-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-dateTime" function, which is part of a subtraction expression. | ||
| Spec Citations: | ||
| #func-month-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-9.txt |
| fn-month-from-dateTimeNew-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-dateTime" function, which is part of a multiplication expression. | ||
| Spec Citations: | ||
| #func-month-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTimeNew-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTimeNew-10.txt |
| fn-month-from-dateTime-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-dateTime" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-month-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-11.txt |
| fn-month-from-dateTime-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-dateTime" function, which is part of an idiv expression. | ||
| Spec Citations: | ||
| #func-month-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-12.txt |
| fn-month-from-dateTime-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-dateTime" function, which is part of a mod expression. | ||
| Spec Citations: | ||
| #func-month-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-13.txt |
| fn-month-from-dateTime-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-dateTime" function, which is part of a numeric-unary-plus expression. | ||
| Spec Citations: | ||
| #func-month-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-14.txt |
| fn-month-from-dateTime-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-dateTime" function, which is part of a numeric-unary-minus expression. | ||
| Spec Citations: | ||
| #func-month-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-15.txt |
| fn-month-from-dateTime-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-dateTime" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-month-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-16.txt |
| fn-month-from-dateTime-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-dateTime" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-month-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-17.txt |
| fn-month-from-dateTime-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-dateTime" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-month-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-18.txt |
| fn-month-from-dateTime-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-dateTime" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-month-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-19.txt |
| K-MonthFromDateTimeFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `month-from-dateTime()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MonthFromDateTimeFunc/K-MonthFromDateTimeFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-MonthFromDateTimeFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `month-from-dateTime((), "Wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MonthFromDateTimeFunc/K-MonthFromDateTimeFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-MonthFromDateTimeFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(month-from-dateTime(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MonthFromDateTimeFunc/K-MonthFromDateTimeFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/MonthFromDateTimeFunc/K-MonthFromDateTimeFunc-3.txt |
| K-MonthFromDateTimeFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `month-from-dateTime(()) instance of xs:integer?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MonthFromDateTimeFunc/K-MonthFromDateTimeFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/MonthFromDateTimeFunc/K-MonthFromDateTimeFunc-4.txt |
| K-MonthFromDateTimeFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `month-from-dateTime(xs:dateTime("2001-02-03T08:23:12.43")) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MonthFromDateTimeFunc/K-MonthFromDateTimeFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/MonthFromDateTimeFunc/K-MonthFromDateTimeFunc-5.txt |
| fn-day-from-dateTime1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-dateTime" function with the arguments set as follows: $arg = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-day-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime1args-1.txt |
| fn-day-from-dateTime1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-dateTime" function with the arguments set as follows: $arg = xs:dateTime(mid range). | ||
| Spec Citations: | ||
| #func-day-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime1args-2.txt |
| fn-day-from-dateTime1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-dateTime" function with the arguments set as follows: $arg = xs:dateTime(upper bound). | ||
| Spec Citations: | ||
| #func-day-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime1args-3.txt |
| fn-day-from-dateTime-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-dateTime" function as per example 1 (of this function) of the Functions Operators spec. | ||
| Spec Citations: | ||
| #func-day-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-1.txt |
| fn-day-from-dateTime-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-dateTime" function as per example 2(of this function) of the Functions Operators spec. | ||
| Spec Citations: | ||
| #func-day-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-2.txt |
| fn-day-from-dateTime-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-dateTime" function as per example 3 (of this function) of the Functions Operators spec. | ||
| Spec Citations: | ||
| #func-day-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-3.txt |
| fn-day-from-dateTime-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-dateTime" function used as an argument of an avg function. | ||
| Spec Citations: | ||
| #func-day-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-4.txt |
| fn-day-from-dateTime-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-dateTime" function using empty sequence as argument. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-day-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-5.txt |
| fn-day-from-dateTime-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-dateTime" function with argument set so that function returns 1. | ||
| Spec Citations: | ||
| #func-day-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-6.txt |
| fn-day-from-dateTime-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-dateTime" function with argument set so the function returns 31. Use Zulu. | ||
| Spec Citations: | ||
| #func-day-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-7.txt |
| fn-day-from-dateTime-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-dateTime" function, which is part of an addition expression. | ||
| Spec Citations: | ||
| #func-day-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-8.txt |
| fn-day-from-dateTime-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-dateTime" function, which is part of a subtraction expression. | ||
| Spec Citations: | ||
| #func-day-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-9.txt |
| fn-day-from-dateTimeNew-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-dateTime" function, which is part of a multiplication expression. | ||
| Spec Citations: | ||
| #func-day-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTimeNew-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTimeNew-10.txt |
| fn-day-from-dateTime-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-dateTime" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-day-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-11.txt |
| fn-day-from-dateTime-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-dateTime" function, which is part of an idiv expression. | ||
| Spec Citations: | ||
| #func-day-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-12.txt |
| fn-day-from-dateTime-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-dateTime" function, which is part of a mod expression. | ||
| Spec Citations: | ||
| #func-day-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-13.txt |
| fn-day-from-dateTime-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-dateTime" function, which is part of a numeric-unary-plus expression. | ||
| Spec Citations: | ||
| #func-day-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-14.txt |
| fn-day-from-dateTime-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-dateTime" function, which is part of a numeric-unary-minus expression. | ||
| Spec Citations: | ||
| #func-day-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-15.txt |
| fn-day-from-dateTime-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-dateTime" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-day-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-16.txt |
| fn-day-from-dateTime-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-dateTime" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-day-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-17.txt |
| fn-day-from-dateTime-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-dateTime" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-day-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-18.txt |
| fn-day-from-dateTime-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-dateTime" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-day-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-19.txt |
| K-DayFromDateTimeFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `day-from-dateTime()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DayFromDateTimeFunc/K-DayFromDateTimeFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-DayFromDateTimeFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `day-from-dateTime((), "Wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DayFromDateTimeFunc/K-DayFromDateTimeFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-DayFromDateTimeFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(day-from-dateTime(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DayFromDateTimeFunc/K-DayFromDateTimeFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DayFromDateTimeFunc/K-DayFromDateTimeFunc-3.txt |
| K-DayFromDateTimeFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `day-from-dateTime(()) instance of xs:integer?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DayFromDateTimeFunc/K-DayFromDateTimeFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DayFromDateTimeFunc/K-DayFromDateTimeFunc-4.txt |
| K-DayFromDateTimeFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `day-from-dateTime(xs:dateTime("2001-02-03T08:23:12.43")) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DayFromDateTimeFunc/K-DayFromDateTimeFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DayFromDateTimeFunc/K-DayFromDateTimeFunc-5.txt |
| fn-hours-from-dateTime1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-dateTime" function with the arguments set as follows: $arg = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-hours-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime1args-1.txt |
| fn-hours-from-dateTime1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-dateTime" function with the arguments set as follows: $arg = xs:dateTime(mid range). | ||
| Spec Citations: | ||
| #func-hours-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime1args-2.txt |
| fn-hours-from-dateTime1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-dateTime" function with the arguments set as follows: $arg = xs:dateTime(upper bound). | ||
| Spec Citations: | ||
| #func-hours-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime1args-3.txt |
| fn-hours-from-dateTime-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-dateTime" function as per example 1 of the Functions Operators spec. | ||
| Spec Citations: | ||
| #func-hours-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-1.txt |
| fn-hours-from-dateTime-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-dateTime" function as per example 2 of the Functions Operators spec. | ||
| Spec Citations: | ||
| #func-hours-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-2.txt |
| fn-hours-from-dateTime-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-dateTime" function as per example 3 of the Functions Operators spec. | ||
| Spec Citations: | ||
| #func-hours-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-3.txt |
| fn-hours-from-dateTime-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-dateTime" function as per example 4 of the Functions Operators spec. | ||
| Spec Citations: | ||
| #func-hours-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-4.txt |
| fn-hours-from-dateTime-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-dateTime" function using empty sequence as argument. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-hours-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-5.txt |
| fn-hours-from-dateTime-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-dateTime" function with argument set so the function returns 0. | ||
| Spec Citations: | ||
| #func-hours-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-6.txt |
| fn-hours-from-dateTime-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-dateTime" function with argument set so the function returns 23. | ||
| Spec Citations: | ||
| #func-hours-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-7.txt |
| fn-hours-from-dateTime-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-dateTime" function, which is part of an addition expression. | ||
| Spec Citations: | ||
| #func-hours-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-8.txt |
| fn-hours-from-dateTime-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-dateTime" function, which is part of a substraction expression. | ||
| Spec Citations: | ||
| #func-hours-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-9.txt |
| fn-hours-from-dateTime-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-dateTime" function, which is part of a multiplication expression. | ||
| Spec Citations: | ||
| #func-hours-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-10.txt |
| fn-hours-from-dateTime-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-dateTime" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-hours-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-11.txt |
| fn-hours-from-dateTime-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-dateTime" function, which is part of an idiv expression. | ||
| Spec Citations: | ||
| #func-hours-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-12.txt |
| fn-hours-from-dateTime-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-dateTime" function, which is part of a mod expression. | ||
| Spec Citations: | ||
| #func-hours-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-13.txt |
| fn-hours-from-dateTime-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-dateTime" function, which is part of a numeric-unary-plus expression. | ||
| Spec Citations: | ||
| #func-hours-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-14.txt |
| fn-hours-from-dateTime-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-dateTime" function, which is part of a numeric-unary-minus expression. | ||
| Spec Citations: | ||
| #func-hours-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-15.txt |
| fn-hours-from-dateTime-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-dateTime" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-hours-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-16.txt |
| fn-hours-from-dateTime-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-dateTime" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-hours-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-17.txt |
| fn-hours-from-dateTime-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-dateTime" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-hours-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-18.txt |
| fn-hours-from-dateTime-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-dateTime" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-hours-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-19.txt |
| K-HoursFromDateTimeFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `hours-from-dateTime()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/HoursFromDateTimeFunc/K-HoursFromDateTimeFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-HoursFromDateTimeFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `hours-from-dateTime((), "Wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/HoursFromDateTimeFunc/K-HoursFromDateTimeFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-HoursFromDateTimeFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(hours-from-dateTime(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/HoursFromDateTimeFunc/K-HoursFromDateTimeFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/HoursFromDateTimeFunc/K-HoursFromDateTimeFunc-3.txt |
| K-HoursFromDateTimeFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `hours-from-dateTime(()) instance of xs:integer?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/HoursFromDateTimeFunc/K-HoursFromDateTimeFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/HoursFromDateTimeFunc/K-HoursFromDateTimeFunc-4.txt |
| K-HoursFromDateTimeFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `hours-from-dateTime(xs:dateTime("2001-02-03T08:23:12.43")) eq 8`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/HoursFromDateTimeFunc/K-HoursFromDateTimeFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/HoursFromDateTimeFunc/K-HoursFromDateTimeFunc-5.txt |
| fn-minutes-from-dateTime1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-dateTime" function with the arguments set as follows: $arg = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-minutes-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime1args-1.txt |
| fn-minutes-from-dateTime1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-dateTime" function with the arguments set as follows: $arg = xs:dateTime(mid range). | ||
| Spec Citations: | ||
| #func-minutes-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime1args-2.txt |
| fn-minutes-from-dateTime1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-dateTime" function with the arguments set as follows: $arg = xs:dateTime(upper bound). | ||
| Spec Citations: | ||
| #func-minutes-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime1args-3.txt |
| fn-minutes-from-dateTime-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-dateTime" function as per example 1 of the Functions Operators spec. | ||
| Spec Citations: | ||
| #func-minutes-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-1.txt |
| fn-minutes-from-dateTime-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-dateTime" function as per example 2 of the Functions Operators spec. | ||
| Spec Citations: | ||
| #func-minutes-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-2.txt |
| fn-minutes-from-dateTime-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-dateTime" function, which is part of a numeric-less-than expression (lt operator). | ||
| Spec Citations: | ||
| #func-minutes-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-3.txt |
| fn-minutes-from-dateTime-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-dateTime" function, which is part of a numeric-less-than expression (lee operator). | ||
| Spec Citations: | ||
| #func-minutes-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-4.txt |
| fn-minutes-from-dateTime-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-dateTime" function using empty sequence as argument. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-minutes-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-5.txt |
| fn-minutes-from-dateTime-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-dateTime" function with argument set so the function returns 0. | ||
| Spec Citations: | ||
| #func-minutes-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-6.txt |
| fn-minutes-from-dateTime-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-dateTime" function with argument set so the function returns 59. | ||
| Spec Citations: | ||
| #func-minutes-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-7.txt |
| fn-minutes-from-dateTime-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-dateTime" function, which is part of an addition expression. | ||
| Spec Citations: | ||
| #func-minutes-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-8.txt |
| fn-minutes-from-dateTime-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-dateTime" function, which is part of a subtraction expression. | ||
| Spec Citations: | ||
| #func-minutes-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-9.txt |
| fn-minutes-from-dateTime-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-dateTime" function, which is part of a multiplication expression. | ||
| Spec Citations: | ||
| #func-minutes-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-10.txt |
| fn-minutes-from-dateTime-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-dateTime" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-minutes-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-11.txt |
| fn-minutes-from-dateTime-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-dateTime" function, which is part of an idiv expression. | ||
| Spec Citations: | ||
| #func-minutes-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-12.txt |
| fn-minutes-from-dateTime-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-dateTime" function, which is part of a mod expression. | ||
| Spec Citations: | ||
| #func-minutes-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-13.txt |
| fn-minutes-from-dateTime-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-dateTime" function, which is part of a numeric-unary-plus expression. | ||
| Spec Citations: | ||
| #func-minutes-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-14.txt |
| fn-minutes-from-dateTime-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-dateTime" function, which is part of a numeric-unary-minus expression. | ||
| Spec Citations: | ||
| #func-minutes-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-15.txt |
| fn-minutes-from-dateTime-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-dateTime" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-minutes-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-16.txt |
| fn-minutes-from-dateTime-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-dateTime" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-minutes-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-17.txt |
| fn-minutes-from-dateTime-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-dateTime" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-minutes-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-18.txt |
| fn-minutes-from-dateTime-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-dateTime" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-minutes-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-19.txt |
| K-MinutesFromDateTimeFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `minutes-from-dateTime()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MinutesFromDateTimeFunc/K-MinutesFromDateTimeFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-MinutesFromDateTimeFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `minutes-from-dateTime((), "Wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MinutesFromDateTimeFunc/K-MinutesFromDateTimeFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-MinutesFromDateTimeFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(minutes-from-dateTime(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MinutesFromDateTimeFunc/K-MinutesFromDateTimeFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/MinutesFromDateTimeFunc/K-MinutesFromDateTimeFunc-3.txt |
| K-MinutesFromDateTimeFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `minutes-from-dateTime(()) instance of xs:integer?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MinutesFromDateTimeFunc/K-MinutesFromDateTimeFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/MinutesFromDateTimeFunc/K-MinutesFromDateTimeFunc-4.txt |
| K-MinutesFromDateTimeFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `minutes-from-dateTime(xs:dateTime("2001-02-03T08:23:12.43")) eq 23`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MinutesFromDateTimeFunc/K-MinutesFromDateTimeFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/MinutesFromDateTimeFunc/K-MinutesFromDateTimeFunc-5.txt |
| fn-seconds-from-dateTime1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-dateTime" function with the arguments set as follows: $arg = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-seconds-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime1args-1.txt |
| fn-seconds-from-dateTime1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-dateTime" function with the arguments set as follows: $arg = xs:dateTime(mid range). | ||
| Spec Citations: | ||
| #func-seconds-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime1args-2.txt |
| fn-seconds-from-dateTime1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-dateTime" function with the arguments set as follows: $arg = xs:dateTime(upper bound). | ||
| Spec Citations: | ||
| #func-seconds-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime1args-3.txt |
| fn-seconds-from-dateTime-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-dateTime" function as per example 1 of the Functions Operators spec. | ||
| Spec Citations: | ||
| #func-seconds-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-1.txt |
| fn-seconds-from-dateTime-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-dateTime" function as as an argument to the "avg" function. | ||
| Spec Citations: | ||
| #func-seconds-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-2.txt |
| fn-seconds-from-dateTime-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-dateTime" function, which is part of a numeric-less-than expression (lt operator). | ||
| Spec Citations: | ||
| #func-seconds-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-3.txt |
| fn-seconds-from-dateTime-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-dateTime" function, which is part of a numeric-less-than expression (le operator). | ||
| Spec Citations: | ||
| #func-seconds-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-4.txt |
| fn-seconds-from-dateTime-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-dateTime" function using empty sequence as argument. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-seconds-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-5.txt |
| fn-seconds-from-dateTime-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-dateTime" function with argument set so the function returns 0. | ||
| Spec Citations: | ||
| #func-seconds-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-6.txt |
| fn-seconds-from-dateTime-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-dateTime" function with argument set so the function returns 59. | ||
| Spec Citations: | ||
| #func-seconds-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-7.txt |
| fn-seconds-from-dateTime-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-dateTime" function, which is part of an addition expression. | ||
| Spec Citations: | ||
| #func-seconds-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-8.txt |
| fn-seconds-from-dateTime-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-dateTime" function, which is part of a subtraction expression. | ||
| Spec Citations: | ||
| #func-seconds-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-9.txt |
| fn-seconds-from-dateTime-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-dateTime" function, which is part of a multiplication expression. | ||
| Spec Citations: | ||
| #func-seconds-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-10.txt |
| fn-seconds-from-dateTime-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-dateTime" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-seconds-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-11.txt |
| fn-seconds-from-dateTime-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-dateTime" function, which is part of an idiv expression. | ||
| Spec Citations: | ||
| #func-seconds-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-12.txt |
| fn-seconds-from-dateTime-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-dateTime" function, which is part of a mod expression. | ||
| Spec Citations: | ||
| #func-seconds-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-13.txt |
| fn-seconds-from-dateTime-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-dateTime" function, which is part of a numeric-unary-plus expression. | ||
| Spec Citations: | ||
| #func-seconds-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-14.txt |
| fn-seconds-from-dateTime-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-dateTime" function, which is part of a numeric-unary-minus expression. | ||
| Spec Citations: | ||
| #func-seconds-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-15.txt |
| fn-seconds-from-dateTime-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-dateTime" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-seconds-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-16.txt |
| fn-seconds-from-dateTime-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-dateTime" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-seconds-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-17.txt |
| fn-seconds-from-dateTime-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-dateTime" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-seconds-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-18.txt |
| fn-seconds-from-dateTime-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-dateTime" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-seconds-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-19.txt |
| K-SecondsFromDateTimeFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `seconds-from-dateTime()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SecondsFromDateTimeFunc/K-SecondsFromDateTimeFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SecondsFromDateTimeFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `seconds-from-dateTime((), "Wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SecondsFromDateTimeFunc/K-SecondsFromDateTimeFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SecondsFromDateTimeFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(seconds-from-dateTime(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SecondsFromDateTimeFunc/K-SecondsFromDateTimeFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SecondsFromDateTimeFunc/K-SecondsFromDateTimeFunc-3.txt |
| K-SecondsFromDateTimeFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `seconds-from-dateTime(()) instance of xs:decimal?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SecondsFromDateTimeFunc/K-SecondsFromDateTimeFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SecondsFromDateTimeFunc/K-SecondsFromDateTimeFunc-4.txt |
| K-SecondsFromDateTimeFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `seconds-from-dateTime(xs:dateTime("2001-02-03T08:23:12.43")) eq 12.43`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SecondsFromDateTimeFunc/K-SecondsFromDateTimeFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SecondsFromDateTimeFunc/K-SecondsFromDateTimeFunc-5.txt |
| fn-timezone-from-dateTimealt-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-dateTime" function as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-timezone-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-1.txt |
| fn-timezone-from-dateTimealt-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-dateTime" function as as per example 2 (for this function) of the Functions and operators spec. | ||
| Spec Citations: | ||
| #func-timezone-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-2.txt |
| fn-timezone-from-dateTimealt-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-dateTime" function as as per example 3 (for this function) of the Functions and operators spec. | ||
| Spec Citations: | ||
| #func-timezone-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-3.txt |
| fn-timezone-from-dateTimealt-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-dateTime" function, which is part of a numeric-less-than expression (le operator). | ||
| Spec Citations: | ||
| #func-timezone-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-4.txt |
| fn-timezone-from-dateTimealt-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-dateTime" function using empty sequence as argument. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-timezone-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-5.txt |
| fn-timezone-from-dateTimealt-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-dateTime" function with argument set so the function returns a dayTimeDuration of 0. | ||
| Spec Citations: | ||
| #func-timezone-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-6.txt |
| fn-timezone-from-dateTimealt-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-dateTime" function that uses a timezone of "-00:00". | ||
| Spec Citations: | ||
| #func-timezone-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-7.txt |
| fn-timezone-from-dateTimealt-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-dateTime" function, which is part of an addition expression. | ||
| Spec Citations: | ||
| #func-timezone-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-8.txt |
| fn-timezone-from-dateTimealt-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-dateTime" function, which is part of a subtraction expression. | ||
| Spec Citations: | ||
| #func-timezone-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-9.txt |
| fn-timezone-from-dateTimealt-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-dateTime" function as an argument to the "fn:not" function. | ||
| Spec Citations: | ||
| #func-timezone-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-10.txt |
| fn-timezone-from-dateTimealt-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-dateTime" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-timezone-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-11.txt |
| fn-timezone-from-dateTimealt-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-dateTime" function as an argument to the fn:number function. Should return NaN. | ||
| Spec Citations: | ||
| #func-timezone-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-12.txt |
| fn-timezone-from-dateTimealt-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-dateTime" function used as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-timezone-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-13.txt |
| fn-timezone-from-dateTimealt-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-dateTime" function as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-timezone-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-14.txt |
| fn-timezone-from-dateTimealt-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-dateTime" function, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-timezone-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-15.txt |
| fn-timezone-from-dateTimealt-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-dateTime" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-timezone-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-16.txt |
| fn-timezone-from-dateTimealt-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-dateTime" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-timezone-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-17.txt |
| fn-timezone-from-dateTimealt-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-dateTime" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-timezone-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-18.txt |
| fn-timezone-from-dateTimealt-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-dateTime" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-timezone-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-19.txt |
| fn-timezone-from-dateTimealt-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-dateTime" function, which is part of an "or" expression. | ||
| Spec Citations: | ||
| #func-timezone-from-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-20.txt |
| K-TimezoneFromDateTimeFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `timezone-from-dateTime()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TimezoneFromDateTimeFunc/K-TimezoneFromDateTimeFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-TimezoneFromDateTimeFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `timezone-from-dateTime((), "Wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TimezoneFromDateTimeFunc/K-TimezoneFromDateTimeFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-TimezoneFromDateTimeFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(timezone-from-dateTime(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TimezoneFromDateTimeFunc/K-TimezoneFromDateTimeFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TimezoneFromDateTimeFunc/K-TimezoneFromDateTimeFunc-3.txt |
| K-TimezoneFromDateTimeFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `timezone-from-dateTime(()) instance of xs:dayTimeDuration?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TimezoneFromDateTimeFunc/K-TimezoneFromDateTimeFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TimezoneFromDateTimeFunc/K-TimezoneFromDateTimeFunc-4.txt |
| K-TimezoneFromDateTimeFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `timezone-from-dateTime(xs:dateTime("2004-10-12T23:43:12Z")) eq xs:dayTimeDuration("PT0S")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TimezoneFromDateTimeFunc/K-TimezoneFromDateTimeFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TimezoneFromDateTimeFunc/K-TimezoneFromDateTimeFunc-5.txt |
| K-TimezoneFromDateTimeFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `timezone-from-dateTime(xs:dateTime("2004-10-12T23:43:12-08:23")) eq xs:dayTimeDuration("-PT8H23M")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TimezoneFromDateTimeFunc/K-TimezoneFromDateTimeFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TimezoneFromDateTimeFunc/K-TimezoneFromDateTimeFunc-6.txt |
| K-TimezoneFromDateTimeFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(timezone-from-dateTime(xs:dateTime("2004-12-10T23:43:41.965")))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TimezoneFromDateTimeFunc/K-TimezoneFromDateTimeFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TimezoneFromDateTimeFunc/K-TimezoneFromDateTimeFunc-7.txt |
| fn-year-from-date1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-date" function with the arguments set as follows: $arg = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-year-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date1args-1.txt |
| fn-year-from-date1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-date" function with the arguments set as follows: $arg = xs:date(mid range). | ||
| Spec Citations: | ||
| #func-year-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date1args-2.txt |
| fn-year-from-date1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-date" function with the arguments set as follows: $arg = xs:date(upper bound). | ||
| Spec Citations: | ||
| #func-year-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date1args-3.txt |
| fn-year-from-date-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-date" function as per example 1 of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-year-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-1.txt |
| fn-year-from-date-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-date" function as as per example 2 of the Functions and operators spec. | ||
| Spec Citations: | ||
| #func-year-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-2.txt |
| fn-year-from-date-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-date" function, which is part of a numeric-less-than expression (lt operator). | ||
| Spec Citations: | ||
| #func-year-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-3.txt |
| fn-year-from-date-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-date" function, which is part of a numeric-less-than expression (le operator). | ||
| Spec Citations: | ||
| #func-year-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-4.txt |
| fn-year-from-date-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-date" function using empty sequence as argument. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-year-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-5.txt |
| fn-year-from-date-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-date" function with argument set so the function returns 1. | ||
| Spec Citations: | ||
| #func-year-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-6.txt |
| fn-year-from-date-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-date" function with argument set so the function returns a negative number. | ||
| Spec Citations: | ||
| #func-year-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-7.txt |
| fn-year-from-date-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-date" function, which is part of an addition expression. | ||
| Spec Citations: | ||
| #func-year-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-8.txt |
| fn-year-from-date-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-date" function, which is part of a subtraction expression. | ||
| Spec Citations: | ||
| #func-year-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-9.txt |
| fn-year-from-date-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-date" function, which is part of a multiplication expression. | ||
| Spec Citations: | ||
| #func-year-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-10.txt |
| fn-year-from-date-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-date" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-year-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-11.txt |
| fn-year-from-date-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-date" function, which is part of an idiv expression. | ||
| Spec Citations: | ||
| #func-year-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-12.txt |
| fn-year-from-date-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-date" function, which is part of a mod expression. | ||
| Spec Citations: | ||
| #func-year-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-13.txt |
| fn-year-from-date-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-date" function, which is part of a numeric-unary-plus expression. | ||
| Spec Citations: | ||
| #func-year-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-14.txt |
| fn-year-from-date-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-date" function, which is part of a numeric-unary-minus expression. | ||
| Spec Citations: | ||
| #func-year-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-15.txt |
| fn-year-from-date-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-date" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-year-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-16.txt |
| fn-year-from-date-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-date" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-year-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-17.txt |
| fn-year-from-date-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-date" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-year-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-18.txt |
| fn-year-from-date-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "year-from-date" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-year-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-19.txt |
| K-YearFromDateFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `year-from-date()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/YearFromDateFunc/K-YearFromDateFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-YearFromDateFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `year-from-date((), "Wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/YearFromDateFunc/K-YearFromDateFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-YearFromDateFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(year-from-date(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/YearFromDateFunc/K-YearFromDateFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/YearFromDateFunc/K-YearFromDateFunc-3.txt |
| K-YearFromDateFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `year-from-date(()) instance of xs:integer?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/YearFromDateFunc/K-YearFromDateFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/YearFromDateFunc/K-YearFromDateFunc-4.txt |
| K-YearFromDateFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `year-from-date(xs:date("2000-02-03")) eq 2000`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/YearFromDateFunc/K-YearFromDateFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/YearFromDateFunc/K-YearFromDateFunc-5.txt |
| fn-month-from-date1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-date" function with the arguments set as follows: $arg = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-month-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date1args-1.txt |
| fn-month-from-date1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-date" function with the arguments set as follows: $arg = xs:date(mid range). | ||
| Spec Citations: | ||
| #func-month-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date1args-2.txt |
| fn-month-from-date1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-date" function with the arguments set as follows: $arg = xs:date(upper bound). | ||
| Spec Citations: | ||
| #func-month-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date1args-3.txt |
| fn-month-from-date-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-date" function as per example 1 of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-month-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-1.txt |
| fn-month-from-date-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-date" function as as per example 2 of the Functions and operators spec. | ||
| Spec Citations: | ||
| #func-month-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-2.txt |
| fn-month-from-date-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-date" function, which is part of a numeric-less-than expression (lt operator). | ||
| Spec Citations: | ||
| #func-month-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-3.txt |
| fn-month-from-date-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-date" function, which is part of a numeric-less-than expression (le operator). | ||
| Spec Citations: | ||
| #func-month-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-4.txt |
| fn-month-from-date-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-date" function using empty sequence as argument. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-month-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-5.txt |
| fn-month-from-date-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-date" function with argument set so the function returns 1. | ||
| Spec Citations: | ||
| #func-month-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-6.txt |
| fn-month-from-date-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-date" function with argument set so the function returns 12. | ||
| Spec Citations: | ||
| #func-month-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-7.txt |
| fn-month-from-date-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-date" function, which is part of an addition expression. | ||
| Spec Citations: | ||
| #func-month-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-8.txt |
| fn-month-from-date-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-date" function, which is part of a subtraction expression. | ||
| Spec Citations: | ||
| #func-month-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-9.txt |
| fn-month-from-date-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-date" function, which is part of a multiplication expression. | ||
| Spec Citations: | ||
| #func-month-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-10.txt |
| fn-month-from-date-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-date" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-month-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-11.txt |
| fn-month-from-date-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-date" function, which is part of an idiv expression. | ||
| Spec Citations: | ||
| #func-month-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-12.txt |
| fn-month-from-date-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-date" function, which is part of a mod expression. | ||
| Spec Citations: | ||
| #func-month-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-13.txt |
| fn-month-from-date-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-date" function, which is part of a numeric-unary-plus expression. | ||
| Spec Citations: | ||
| #func-month-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-14.txt |
| fn-month-from-date-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-date" function, which is part of a numeric-unary-minus expression. | ||
| Spec Citations: | ||
| #func-month-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-15.txt |
| fn-month-from-date-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-date" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-month-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-16.txt |
| fn-month-from-date-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-date" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-month-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-17.txt |
| fn-month-from-date-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-date" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-month-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-18.txt |
| fn-month-from-date-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "month-from-date" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-month-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-19.txt |
| K-MonthFromDateFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `month-from-date()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MonthFromDateFunc/K-MonthFromDateFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-MonthFromDateFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `month-from-date((), "Wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MonthFromDateFunc/K-MonthFromDateFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-MonthFromDateFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(month-from-date(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MonthFromDateFunc/K-MonthFromDateFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/MonthFromDateFunc/K-MonthFromDateFunc-3.txt |
| K-MonthFromDateFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `month-from-date(()) instance of xs:integer?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MonthFromDateFunc/K-MonthFromDateFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/MonthFromDateFunc/K-MonthFromDateFunc-4.txt |
| K-MonthFromDateFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `month-from-date(xs:date("2000-02-03")) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MonthFromDateFunc/K-MonthFromDateFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/MonthFromDateFunc/K-MonthFromDateFunc-5.txt |
| fn-day-from-date1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-date" function with the arguments set as follows: $arg = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-day-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date1args-1.txt |
| fn-day-from-date1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-date" function with the arguments set as follows: $arg = xs:date(mid range). | ||
| Spec Citations: | ||
| #func-day-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date1args-2.txt |
| fn-day-from-date1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-date" function with the arguments set as follows: $arg = xs:date(upper bound). | ||
| Spec Citations: | ||
| #func-day-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date1args-3.txt |
| fn-day-from-date-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-date" function as per example 1 of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-day-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-1.txt |
| fn-day-from-date-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-date" function as as per example 2 of the Functions and operators spec. | ||
| Spec Citations: | ||
| #func-day-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-2.txt |
| fn-day-from-date-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-date" function, which is part of a numeric-less-than expression (lt operator). | ||
| Spec Citations: | ||
| #func-day-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-3.txt |
| fn-day-from-date-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-date" function, which is part of a numeric-less-than expression (le operator). | ||
| Spec Citations: | ||
| #func-day-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-4.txt |
| fn-day-from-date-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-date" function using empty sequence as argument. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-day-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-5.txt |
| fn-day-from-date-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-date" function with argument set so the function returns 31. | ||
| Spec Citations: | ||
| #func-day-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-6.txt |
| fn-day-from-date-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-date" function used as arguments to an avg function. | ||
| Spec Citations: | ||
| #func-day-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-7.txt |
| fn-day-from-date-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-date" function, which is part of an addition expression. | ||
| Spec Citations: | ||
| #func-day-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-8.txt |
| fn-day-from-date-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-date" function, which is part of a subtraction expression. | ||
| Spec Citations: | ||
| #func-day-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-9.txt |
| fn-day-from-date-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-date" function, which is part of a multiplication expression. | ||
| Spec Citations: | ||
| #func-day-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-10.txt |
| fn-day-from-date-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-date" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-day-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-11.txt |
| fn-day-from-date-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-date" function, which is part of an idiv expression. | ||
| Spec Citations: | ||
| #func-day-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-12.txt |
| fn-day-from-date-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-date" function, which is part of a mod expression. | ||
| Spec Citations: | ||
| #func-day-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-13.txt |
| fn-day-from-date-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-date" function, which is part of a numeric-unary-plus expression. | ||
| Spec Citations: | ||
| #func-day-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-14.txt |
| fn-day-from-date-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-date" function, which is part of a numeric-unary-minus expression. | ||
| Spec Citations: | ||
| #func-day-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-15.txt |
| fn-day-from-date-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-date" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-day-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-16.txt |
| fn-day-from-date-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-date" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-day-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-17.txt |
| fn-day-from-date-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-date" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-day-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-18.txt |
| fn-day-from-date-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "day-from-date" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-day-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-19.txt |
| K-DayFromDateFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `day-from-date()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DayFromDateFunc/K-DayFromDateFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-DayFromDateFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `day-from-date((), "Wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DayFromDateFunc/K-DayFromDateFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-DayFromDateFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(day-from-date(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DayFromDateFunc/K-DayFromDateFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DayFromDateFunc/K-DayFromDateFunc-3.txt |
| K-DayFromDateFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `day-from-date(()) instance of xs:integer?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DayFromDateFunc/K-DayFromDateFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DayFromDateFunc/K-DayFromDateFunc-4.txt |
| K-DayFromDateFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `day-from-date(xs:date("2000-02-03")) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/DayFromDateFunc/K-DayFromDateFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/DayFromDateFunc/K-DayFromDateFunc-5.txt |
| fn-timezone-from-date-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-date" function as per example 1 of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-timezone-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-1.txt |
| fn-timezone-from-date-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-date" function as as per example 2 of the Functions and operators spec. | ||
| Spec Citations: | ||
| #func-timezone-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-2.txt |
| fn-timezone-from-date-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-date" function, which is part of a numeric-less-than expression (lt operator). | ||
| Spec Citations: | ||
| #func-timezone-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-3.txt |
| fn-timezone-from-date-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-date" function, which is part of a numeric-less-than expression (le operator). | ||
| Spec Citations: | ||
| #func-timezone-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-4.txt |
| fn-timezone-from-date-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-date" function using empty sequence as argument. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-timezone-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-5.txt |
| fn-timezone-from-date-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-date" function with argument set so the function returns a dayTimeDuration of 0. | ||
| Spec Citations: | ||
| #func-timezone-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-6.txt |
| fn-timezone-from-date-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-date" function that uses a timezone of "-00:00". | ||
| Spec Citations: | ||
| #func-timezone-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-7.txt |
| fn-timezone-from-date-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-date" function, which is part of an addition expression. | ||
| Spec Citations: | ||
| #func-timezone-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-8.txt |
| fn-timezone-from-date-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-date" function, which is part of a subtraction expression. | ||
| Spec Citations: | ||
| #func-timezone-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-9.txt |
| fn-timezone-from-date-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-date" function as an argument to the "fn:not" function. | ||
| Spec Citations: | ||
| #func-timezone-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-10.txt |
| fn-timezone-from-date-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-date" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-timezone-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-11.txt |
| fn-timezone-from-date-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-date" function as an argument to the fn:number function. Should return NaN. | ||
| Spec Citations: | ||
| #func-timezone-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-12.txt |
| fn-timezone-from-date-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-date" function used as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-timezone-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-13.txt |
| fn-timezone-from-date-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-date" function as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-timezone-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-14.txt |
| fn-timezone-from-date-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-date" function, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-timezone-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-15.txt |
| fn-timezone-from-date-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-date" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-timezone-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-16.txt |
| fn-timezone-from-date-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-date" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-timezone-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-17.txt |
| fn-timezone-from-date-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-date" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-timezone-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-18.txt |
| fn-timezone-from-date-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-date" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-timezone-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-19.txt |
| fn-timezone-from-date-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-date" function, which is part of an "or" expression. | ||
| Spec Citations: | ||
| #func-timezone-from-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-20.txt |
| K-TimezoneFromDateFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `timezone-from-date()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TimezoneFromDateFunc/K-TimezoneFromDateFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-TimezoneFromDateFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `timezone-from-date((), "Wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TimezoneFromDateFunc/K-TimezoneFromDateFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-TimezoneFromDateFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(timezone-from-date(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TimezoneFromDateFunc/K-TimezoneFromDateFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TimezoneFromDateFunc/K-TimezoneFromDateFunc-3.txt |
| K-TimezoneFromDateFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `timezone-from-date(()) instance of xs:dayTimeDuration?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TimezoneFromDateFunc/K-TimezoneFromDateFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TimezoneFromDateFunc/K-TimezoneFromDateFunc-4.txt |
| K-TimezoneFromDateFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `timezone-from-date(xs:date("2004-10-12Z")) eq xs:dayTimeDuration("PT0S")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TimezoneFromDateFunc/K-TimezoneFromDateFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TimezoneFromDateFunc/K-TimezoneFromDateFunc-5.txt |
| K-TimezoneFromDateFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `timezone-from-date(xs:date("2004-10-12-08:23")) eq xs:dayTimeDuration("-PT8H23M")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TimezoneFromDateFunc/K-TimezoneFromDateFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TimezoneFromDateFunc/K-TimezoneFromDateFunc-6.txt |
| K-TimezoneFromDateFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(timezone-from-date(xs:date("2004-10-12")))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TimezoneFromDateFunc/K-TimezoneFromDateFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TimezoneFromDateFunc/K-TimezoneFromDateFunc-7.txt |
| fn-hours-from-time1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-time" function with the arguments set as follows: $arg = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-hours-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time1args-1.txt |
| fn-hours-from-time1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-time" function with the arguments set as follows: $arg = xs:time(mid range). | ||
| Spec Citations: | ||
| #func-hours-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time1args-2.txt |
| fn-hours-from-time1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-time" function with the arguments set as follows: $arg = xs:time(upper bound). | ||
| Spec Citations: | ||
| #func-hours-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time1args-3.txt |
| fn-hours-from-time-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-time" function as per example 1 (of this function) of the Functions Operators spec. | ||
| Spec Citations: | ||
| #func-hours-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-1.txt |
| fn-hours-from-time-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-time" function as per example 2 (of this function) of the Functions Operators spec. | ||
| Spec Citations: | ||
| #func-hours-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-2.txt |
| fn-hours-from-time-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-time" function as per example 3 (of this function) of the Functions Operators spec. | ||
| Spec Citations: | ||
| #func-hours-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-3.txt |
| fn-hours-from-time-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-time" function as per example 4 (of this function) of the Functions Operators spec. | ||
| Spec Citations: | ||
| #func-hours-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-4.txt |
| fn-hours-from-time-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-time" function using empty sequence as argument. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-hours-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-5.txt |
| fn-hours-from-time-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-time" function with argument set so the function returns 0. | ||
| Spec Citations: | ||
| #func-hours-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-6.txt |
| fn-hours-from-time-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-time" function with argument set so the function returns 23. | ||
| Spec Citations: | ||
| #func-hours-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-7.txt |
| fn-hours-from-time-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-time" function, which is part of an addition expression. | ||
| Spec Citations: | ||
| #func-hours-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-8.txt |
| fn-hours-from-time-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-time" function, which is part of a substraction expression. | ||
| Spec Citations: | ||
| #func-hours-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-9.txt |
| fn-hours-from-time-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-time" function, which is part of a multiplication expression. | ||
| Spec Citations: | ||
| #func-hours-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-10.txt |
| fn-hours-from-time-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-time" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-hours-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-11.txt |
| fn-hours-from-time-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-time" function, which is part of an idiv expression. | ||
| Spec Citations: | ||
| #func-hours-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-12.txt |
| fn-hours-from-time-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-time" function, which is part of a mod expression. | ||
| Spec Citations: | ||
| #func-hours-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-13.txt |
| fn-hours-from-time-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-time" function, which is part of a numeric-unary-plus expression. | ||
| Spec Citations: | ||
| #func-hours-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-14.txt |
| fn-hours-from-time-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-time" function, which is part of a numeric-unary-minus expression. | ||
| Spec Citations: | ||
| #func-hours-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-15.txt |
| fn-hours-from-time-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-time" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-hours-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-16.txt |
| fn-hours-from-time-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-time" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-hours-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-17.txt |
| fn-hours-from-time-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-time" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-hours-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-18.txt |
| fn-hours-from-time-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "hours-from-time" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-hours-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-19.txt |
| K-HoursFromTimeFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `hours-from-time()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/HoursFromTimeFunc/K-HoursFromTimeFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-HoursFromTimeFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `hours-from-time((), "Wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/HoursFromTimeFunc/K-HoursFromTimeFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-HoursFromTimeFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(hours-from-time(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/HoursFromTimeFunc/K-HoursFromTimeFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/HoursFromTimeFunc/K-HoursFromTimeFunc-3.txt |
| K-HoursFromTimeFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `hours-from-time(()) instance of xs:integer?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/HoursFromTimeFunc/K-HoursFromTimeFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/HoursFromTimeFunc/K-HoursFromTimeFunc-4.txt |
| K-HoursFromTimeFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `hours-from-time(xs:time("23:11:12.43")) eq 23`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/HoursFromTimeFunc/K-HoursFromTimeFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/HoursFromTimeFunc/K-HoursFromTimeFunc-5.txt |
| fn-minutes-from-time1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-time" function with the arguments set as follows: $arg = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-minutes-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time1args-1.txt |
| fn-minutes-from-time1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-time" function with the arguments set as follows: $arg = xs:time(mid range). | ||
| Spec Citations: | ||
| #func-minutes-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time1args-2.txt |
| fn-minutes-from-time1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-time" function with the arguments set as follows: $arg = xs:time(upper bound). | ||
| Spec Citations: | ||
| #func-minutes-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time1args-3.txt |
| fn-minutes-from-time-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-time" function as per example 1 (of this function) of the Functions Operators spec. | ||
| Spec Citations: | ||
| #func-minutes-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-1.txt |
| fn-minutes-from-time-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-time" function used as part of a numeric less than operation (lt operator). | ||
| Spec Citations: | ||
| #func-minutes-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-2.txt |
| fn-minutes-from-time-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-time" function as part of a numeric greater than operation (gt operator). | ||
| Spec Citations: | ||
| #func-minutes-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-3.txt |
| fn-minutes-from-time-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-time" function used as an argument to an avg function. | ||
| Spec Citations: | ||
| #func-minutes-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-4.txt |
| fn-minutes-from-time-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-time" function using empty sequence as argument. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-minutes-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-5.txt |
| fn-minutes-from-time-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-time" function with argument set so the function returns 59. | ||
| Spec Citations: | ||
| #func-minutes-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-6.txt |
| fn-minutes-from-time-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-time" function as part of an abs function. | ||
| Spec Citations: | ||
| #func-minutes-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-7.txt |
| fn-minutes-from-time-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-time" function, which is part of an addition expression. | ||
| Spec Citations: | ||
| #func-minutes-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-8.txt |
| fn-minutes-from-time-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-time" function, which is part of a subtraction expression. | ||
| Spec Citations: | ||
| #func-minutes-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-9.txt |
| fn-minutes-from-time-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-time" function, which is part of a multiplication expression. | ||
| Spec Citations: | ||
| #func-minutes-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-10.txt |
| fn-minutes-from-time-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-time" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-minutes-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-11.txt |
| fn-minutes-from-time-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-time" function, which is part of an idiv expression. | ||
| Spec Citations: | ||
| #func-minutes-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-12.txt |
| fn-minutes-from-time-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-time" function, which is part of a mod expression. | ||
| Spec Citations: | ||
| #func-minutes-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-13.txt |
| fn-minutes-from-time-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-time" function, which is part of a numeric-unary-plus expression. | ||
| Spec Citations: | ||
| #func-minutes-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-14.txt |
| fn-minutes-from-time-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-time" function, which is part of a numeric-unary-minus expression. | ||
| Spec Citations: | ||
| #func-minutes-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-15.txt |
| fn-minutes-from-time-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-time" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-minutes-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-16.txt |
| fn-minutes-from-time-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-time" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-minutes-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-17.txt |
| fn-minutes-from-time-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-time" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-minutes-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-18.txt |
| fn-minutes-from-time-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "minutes-from-time" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-minutes-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-19.txt |
| K-MinutesFromTimeFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `minutes-from-time()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MinutesFromTimeFunc/K-MinutesFromTimeFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-MinutesFromTimeFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `minutes-from-time((), "Wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MinutesFromTimeFunc/K-MinutesFromTimeFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-MinutesFromTimeFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(minutes-from-time(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MinutesFromTimeFunc/K-MinutesFromTimeFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/MinutesFromTimeFunc/K-MinutesFromTimeFunc-3.txt |
| K-MinutesFromTimeFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `minutes-from-time(()) instance of xs:integer?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MinutesFromTimeFunc/K-MinutesFromTimeFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/MinutesFromTimeFunc/K-MinutesFromTimeFunc-4.txt |
| K-MinutesFromTimeFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `minutes-from-time(xs:time("23:11:12.43")) eq 11`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/MinutesFromTimeFunc/K-MinutesFromTimeFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/MinutesFromTimeFunc/K-MinutesFromTimeFunc-5.txt |
| fn-seconds-from-time1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-time" function with the arguments set as follows: $arg = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-seconds-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time1args-1.txt |
| fn-seconds-from-time1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-time" function with the arguments set as follows: $arg = xs:time(mid range). | ||
| Spec Citations: | ||
| #func-seconds-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time1args-2.txt |
| fn-seconds-from-time1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-time" function with the arguments set as follows: $arg = xs:time(upper bound). | ||
| Spec Citations: | ||
| #func-seconds-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time1args-3.txt |
| fn-seconds-from-time-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-time" function as per example 1 (of this function) of the Functions Operators spec. | ||
| Spec Citations: | ||
| #func-seconds-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-1.txt |
| fn-seconds-from-time-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-time" function used as part of a numeric less than operation (lt operator). | ||
| Spec Citations: | ||
| #func-seconds-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-2.txt |
| fn-seconds-from-time-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-time" function as part of a numeric greater than operation (gt operator). | ||
| Spec Citations: | ||
| #func-seconds-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-3.txt |
| fn-seconds-from-time-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-time" function used as an argument to an avg function. | ||
| Spec Citations: | ||
| #func-seconds-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-4.txt |
| fn-seconds-from-time-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-time" function using empty sequence as argument. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-seconds-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-5.txt |
| fn-seconds-from-time-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-time" function with argument set so the function returns 0. | ||
| Spec Citations: | ||
| #func-seconds-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-6.txt |
| fn-seconds-from-time-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-time" function with argument set to return 59. | ||
| Spec Citations: | ||
| #func-seconds-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-7.txt |
| fn-seconds-from-time-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-time" function, which is part of an addition expression. | ||
| Spec Citations: | ||
| #func-seconds-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-8.txt |
| fn-seconds-from-time-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-time" function, which is part of a subtraction expression. | ||
| Spec Citations: | ||
| #func-seconds-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-9.txt |
| fn-seconds-from-time-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-time" function, which is part of a multiplication expression. | ||
| Spec Citations: | ||
| #func-seconds-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-10.txt |
| fn-seconds-from-time-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-time" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-seconds-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-11.txt |
| fn-seconds-from-time-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-time" function, which is part of an idiv expression. | ||
| Spec Citations: | ||
| #func-seconds-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-12.txt |
| fn-seconds-from-time-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-time" function, which is part of a mod expression. | ||
| Spec Citations: | ||
| #func-seconds-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-13.txt |
| fn-seconds-from-time-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-time" function, which is part of a numeric-unary-plus expression. | ||
| Spec Citations: | ||
| #func-seconds-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-14.txt |
| fn-seconds-from-time-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-time" function, which is part of a numeric-unary-minus expression. | ||
| Spec Citations: | ||
| #func-seconds-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-15.txt |
| fn-seconds-from-time-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-time" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-seconds-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-16.txt |
| fn-seconds-from-time-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-time" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-seconds-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-17.txt |
| fn-seconds-from-time-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-time" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-seconds-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-18.txt |
| fn-seconds-from-time-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "seconds-from-time" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-seconds-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-19.txt |
| K-SecondsFromTimeFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `seconds-from-time()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SecondsFromTimeFunc/K-SecondsFromTimeFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SecondsFromTimeFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `seconds-from-time((), "Wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SecondsFromTimeFunc/K-SecondsFromTimeFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SecondsFromTimeFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(seconds-from-time(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SecondsFromTimeFunc/K-SecondsFromTimeFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SecondsFromTimeFunc/K-SecondsFromTimeFunc-3.txt |
| K-SecondsFromTimeFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `seconds-from-time(()) instance of xs:decimal?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SecondsFromTimeFunc/K-SecondsFromTimeFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SecondsFromTimeFunc/K-SecondsFromTimeFunc-4.txt |
| K-SecondsFromTimeFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test invoking seconds-from-time(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SecondsFromTimeFunc/K-SecondsFromTimeFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SecondsFromTimeFunc/K-SecondsFromTimeFunc-5.txt |
| fn-timezone-from-time-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-time" function as per example 1 (for this function) of the Functions and Operators spec. | ||
| Spec Citations: | ||
| #func-timezone-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-1.txt |
| fn-timezone-from-time-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-time" function as as per example 2 (for this function) of the Functions and operators spec. | ||
| Spec Citations: | ||
| #func-timezone-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-2.txt |
| fn-timezone-from-time-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-time" function as part of a numeric-greater-tha expression (gt operator). | ||
| Spec Citations: | ||
| #func-timezone-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-3.txt |
| fn-timezone-from-time-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-time" function, which is part of a numeric-less-than expression (le operator). | ||
| Spec Citations: | ||
| #func-timezone-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-4.txt |
| fn-timezone-from-time-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-time" function using empty sequence as argument. Use of fn:count to avoid empty file. | ||
| Spec Citations: | ||
| #func-timezone-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-5.txt |
| fn-timezone-from-time-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-time" function with argument set so the function returns a dayTimeDuration of 0. | ||
| Spec Citations: | ||
| #func-timezone-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-6.txt |
| fn-timezone-from-time-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-time" function that uses a timezone of "-00:00". | ||
| Spec Citations: | ||
| #func-timezone-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-7.txt |
| fn-timezone-from-time-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-time" function, which is part of an addition expression. | ||
| Spec Citations: | ||
| #func-timezone-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-8.txt |
| fn-timezone-from-time-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-time" function, which is part of a subtraction expression. | ||
| Spec Citations: | ||
| #func-timezone-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-9.txt |
| fn-timezone-from-time-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-time" function as an argument to the "fn:not" function. | ||
| Spec Citations: | ||
| #func-timezone-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-10.txt |
| fn-timezone-from-time-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-time" function, which is part of a div expression. | ||
| Spec Citations: | ||
| #func-timezone-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-11.txt |
| fn-timezone-from-time-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-time" function as an argument to the fn:number function. Should return NaN. | ||
| Spec Citations: | ||
| #func-timezone-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-12.txt |
| fn-timezone-from-time-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-time" function used as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-timezone-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-13.txt |
| fn-timezone-from-time-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-time" function as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-timezone-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-14.txt |
| fn-timezone-from-time-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-time" function, which is part of an "and" expression. | ||
| Spec Citations: | ||
| #func-timezone-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-15.txt |
| fn-timezone-from-time-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-time" function, which is part of a numeric-equal expression (eq operator). | ||
| Spec Citations: | ||
| #func-timezone-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-16.txt |
| fn-timezone-from-time-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-time" function, which is part of a numeric-equal expression (ne operator). | ||
| Spec Citations: | ||
| #func-timezone-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-17.txt |
| fn-timezone-from-time-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-time" function, which is part of a numeric-equal expression (le operator). | ||
| Spec Citations: | ||
| #func-timezone-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-18.txt |
| fn-timezone-from-time-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-time" function, which is part of a numeric-equal expression (ge operator). | ||
| Spec Citations: | ||
| #func-timezone-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-19.txt |
| fn-timezone-from-time-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "timezone-from-time" function, which is part of an "or" expression. | ||
| Spec Citations: | ||
| #func-timezone-from-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-20.txt |
| K-TimezoneFromTimeFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `timezone-from-time()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TimezoneFromTimeFunc/K-TimezoneFromTimeFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-TimezoneFromTimeFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `timezone-from-time((), "Wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TimezoneFromTimeFunc/K-TimezoneFromTimeFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-TimezoneFromTimeFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(timezone-from-time(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TimezoneFromTimeFunc/K-TimezoneFromTimeFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TimezoneFromTimeFunc/K-TimezoneFromTimeFunc-3.txt |
| K-TimezoneFromTimeFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `timezone-from-time(()) instance of xs:dayTimeDuration?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TimezoneFromTimeFunc/K-TimezoneFromTimeFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TimezoneFromTimeFunc/K-TimezoneFromTimeFunc-4.txt |
| K-TimezoneFromTimeFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `timezone-from-time(xs:time("23:43:12.765Z")) eq xs:dayTimeDuration("PT0S")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TimezoneFromTimeFunc/K-TimezoneFromTimeFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TimezoneFromTimeFunc/K-TimezoneFromTimeFunc-5.txt |
| K-TimezoneFromTimeFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `timezone-from-time(xs:time("23:43:12.765-08:23")) eq xs:dayTimeDuration("-PT8H23M")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TimezoneFromTimeFunc/K-TimezoneFromTimeFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TimezoneFromTimeFunc/K-TimezoneFromTimeFunc-6.txt |
| K-TimezoneFromTimeFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(timezone-from-time(xs:time("23:43:12.765")))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/TimezoneFromTimeFunc/K-TimezoneFromTimeFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/TimezoneFromTimeFunc/K-TimezoneFromTimeFunc-7.txt |
| fn-adjust-dateTime-to-timezone1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "adjust-dateTime-to-timezone" function with the arguments set as follows: $arg = xs:dateTime(lower bound). | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone1args-1.txt |
| fn-adjust-dateTime-to-timezone1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "adjust-dateTime-to-timezone" function with the arguments set as follows: $arg = xs:dateTime(mid range). | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone1args-2.txt |
| fn-adjust-dateTime-to-timezone1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "adjust-dateTime-to-timezone" function with the arguments set as follows: $arg = xs:dateTime(upper bound). | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone1args-3.txt |
| fn-adjust-dateTime-to-timezone-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" function as per example 1 for this function from the F and O specs. | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-1.txt |
| fn-adjust-dateTime-to-timezone-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" function as per example 2 for this function from the F and O specs. | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-2.txt |
| fn-adjust-dateTime-to-timezone-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" function as per example 3 for this function from the F and O specs. | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | ||
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-3.txt |
| fn-adjust-dateTime-to-timezone-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" function as per example 4 for this function from the F and O specs. | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | ||
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-4.txt |
| fn-adjust-dateTime-to-timezone-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" function as per example 5 for this function from the F and O specs. | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-5.txt |
| fn-adjust-dateTime-to-timezone-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" function as per example 6 for this function from the F and O specs. | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-6.txt |
| fn-adjust-dateTime-to-timezone-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" function as per example 7 for this function from the F and O specs. | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-7.txt |
| fn-adjust-dateTime-to-timezone-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" function as per example 8 for this function from the F and O specs. | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-8.txt |
| fn-adjust-dateTime-to-timezone-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" function as part of expression that yields a negative number (two adjust-dateTime-to-timezone functions used). | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-9.txt |
| fn-adjust-dateTime-to-timezone-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" function as part of subtraction expression. | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-10.txt |
| fn-adjust-dateTime-to-timezone-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" function as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-11.txt |
| fn-adjust-dateTime-to-timezone-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" function as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-12.txt |
| fn-adjust-dateTime-to-timezone-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" function as an argument to the "fn:not" function. | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-13.txt |
| fn-adjust-dateTime-to-timezone-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" function as part of a boolean (or) expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-14.txt |
| fn-adjust-dateTime-to-timezone-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" function as part of a boolean (or) expression and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-15.txt |
| fn-adjust-dateTime-to-timezone-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" function as part of a boolean (and) expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-16.txt |
| fn-adjust-dateTime-to-timezone-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" function as part of a boolean (and) expression and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-17.txt |
| fn-adjust-dateTime-to-timezone-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" function as part of a subtraction expression that yields a negative number (an adjust-dateTime-to-timezone function and an xs:dateTime constructor used). | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-18.txt |
| fn-adjust-dateTime-to-timezone-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" function where an xs:dateTime value is subtracted. | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-19.txt |
| fn-adjust-dateTime-to-timezone-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" function as part of a comparison expression (ge operator). | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-20.txt |
| fn-adjust-dateTime-to-timezone-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" function where teh first argument is the empty sequence. | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-21.txt |
| fn-adjust-dateTime-to-timezone-22 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" with the value of $timezone is less than -PT14H. | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODT0003 | ||
| fn-adjust-dateTime-to-timezone-23 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-dateTime-to-timezone" with the value of $timezone is greater than PT14H. | ||
| Spec Citations: | ||
| #func-adjust-dateTime-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODT0003 | ||
| K-AdjDateTimeToTimezoneFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `adjust-dateTime-to-timezone()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-AdjDateTimeToTimezoneFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `adjust-dateTime-to-timezone((), (), "WRONG PARAM")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-AdjDateTimeToTimezoneFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(adjust-dateTime-to-timezone(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-3.txt |
| K-AdjDateTimeToTimezoneFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(adjust-dateTime-to-timezone((), ()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-4.txt |
| K-AdjDateTimeToTimezoneFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `adjust-dateTime-to-timezone(()) instance of xs:dateTime?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-5.txt |
| K-AdjDateTimeToTimezoneFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that the implicit timezone in the dynamic context is used if $timezone is empty; indirectly also tests context stability. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-6.txt |
| K-AdjDateTimeToTimezoneFunc-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Passing a too large xs:dayTimeDuration as timezone to adjust-dateTime-to-timezone(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODT0003 | ||
| K-AdjDateTimeToTimezoneFunc-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Passing a too small xs:dayTimeDuration as timezone to adjust-dateTime-to-timezone(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODT0003 | ||
| K-AdjDateTimeToTimezoneFunc-9 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Passing a xs:dayTimeDuration as timezone to adjust-dateTime-to-timezone() which isn't an integral number of minutes. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODT0003 | ||
| K-AdjDateTimeToTimezoneFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from F&O. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-10.txt |
| K-AdjDateTimeToTimezoneFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from F&O. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-11.txt |
| K-AdjDateTimeToTimezoneFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from F&O. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-12.txt |
| K-AdjDateTimeToTimezoneFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from F&O. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-13.txt |
| K-AdjDateTimeToTimezoneFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from F&O. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-14.txt |
| K-AdjDateTimeToTimezoneFunc-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from F&O. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-15.txt |
| K-AdjDateTimeToTimezoneFunc-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from F&O. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjDateTimeToTimezoneFunc/K-AdjDateTimeToTimezoneFunc-16.txt |
| fn-adjust-date-to-timezone1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "adjust-date-to-timezone" function with the arguments set as follows: $arg = xs:date(lower bound). | ||
| Spec Citations: | ||
| #func-adjust-date-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone1args-1.txt |
| fn-adjust-date-to-timezone1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "adjust-date-to-timezone" function with the arguments set as follows: $arg = xs:date(mid range). | ||
| Spec Citations: | ||
| #func-adjust-date-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone1args-2.txt |
| fn-adjust-date-to-timezone1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "adjust-date-to-timezone" function with the arguments set as follows: $arg = xs:date(upper bound). | ||
| Spec Citations: | ||
| #func-adjust-date-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone1args-3.txt |
| fn-adjust-date-to-timezone-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-date-to-timezone" function as per example 1 for this function from the F and O specs. | ||
| Spec Citations: | ||
| #func-adjust-date-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-1.txt |
| fn-adjust-date-to-timezone-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-date-to-timezone" function as per example 2 for this function from the F and O specs. | ||
| Spec Citations: | ||
| #func-adjust-date-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-2.txt |
| fn-adjust-date-to-timezone-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-date-to-timezone" function as per example 3 for this function from the F and O specs. | ||
| Spec Citations: | ||
| #func-adjust-date-to-timezone | ||
| Query: | ||
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-3.txt |
| fn-adjust-date-to-timezone-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-date-to-timezone" function as per example 4 for this function from the F and O specs. | ||
| Spec Citations: | ||
| #func-adjust-date-to-timezone | ||
| Query: | ||
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-4.txt |
| fn-adjust-date-to-timezone-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-date-to-timezone" function as per example 5 for this function from the F and O specs. | ||
| Spec Citations: | ||
| #func-adjust-date-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-5.txt |
| fn-adjust-date-to-timezone-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-date-to-timezone" function as per example 6 for this function from the F and O specs. | ||
| Spec Citations: | ||
| #func-adjust-date-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-6.txt |
| fn-adjust-date-to-timezone-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-date-to-timezone" function using the empty sequence as the value for the first argument. | ||
| Spec Citations: | ||
| #func-adjust-date-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-7.txt |
| fn-adjust-date-to-timezone-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-date-to-timezone" function as part of expression that yields a negative number (two adjust-date-to-timezone functions used). | ||
| Spec Citations: | ||
| #func-adjust-date-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-9.txt |
| fn-adjust-date-to-timezone-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-date-to-timezone" function as part of subtraction expression. | ||
| Spec Citations: | ||
| #func-adjust-date-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-10.txt |
| fn-adjust-date-to-timezone-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-date-to-timezone" function as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-adjust-date-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-11.txt |
| fn-adjust-date-to-timezone-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-date-to-timezone" function as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-adjust-date-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-12.txt |
| fn-adjust-date-to-timezone-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-date-to-timezone" function as an argument to the "fn:not" function. | ||
| Spec Citations: | ||
| #func-adjust-date-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-13.txt |
| fn-adjust-date-to-timezone-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-date-to-timezone" function as part of a boolean (or) expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-adjust-date-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-14.txt |
| fn-adjust-date-to-timezone-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-date-to-timezone" function as part of a boolean (or) expression and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-adjust-date-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-15.txt |
| fn-adjust-date-to-timezone-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-date-to-timezone" function as part of a boolean (and) expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-adjust-date-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-16.txt |
| fn-adjust-date-to-timezone-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-date-to-timezone" function as part of a boolean (and) expression and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-adjust-date-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-17.txt |
| fn-adjust-date-to-timezone-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-date-to-timezone" function as part of a subtraction expression that yields a negative number (an adjust-date-to-timezone function and an xs:date constructor used). | ||
| Spec Citations: | ||
| #func-adjust-date-to-timezone | ||
| Query: | ||
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-18.txt |
| fn-adjust-date-to-timezone-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-date-to-timezone" function where an xs:date value is subtracted. | ||
| Spec Citations: | ||
| #func-adjust-date-to-timezone | ||
| Query: | ||
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-19.txt |
| fn-adjust-date-to-timezone-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-date-to-timezone" function as part of a comparison expression (ge operator). | ||
| Spec Citations: | ||
| #func-adjust-date-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-20.txt |
| K-AdjDateToTimezoneFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `adjust-date-to-timezone()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-AdjDateToTimezoneFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `adjust-date-to-timezone((), (), "WRONG PARAM")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-AdjDateToTimezoneFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(adjust-date-to-timezone(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-3.txt |
| K-AdjDateToTimezoneFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(adjust-date-to-timezone((), ()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-4.txt |
| K-AdjDateToTimezoneFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `adjust-date-to-timezone(()) instance of xs:date?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-5.txt |
| K-AdjDateToTimezoneFunc-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Passing a too large xs:dayTimeDuration as timezone to adjust-date-to-timezone(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODT0003 | ||
| K-AdjDateToTimezoneFunc-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Passing a too small xs:dayTimeDuration as timezone to adjust-date-to-timezone(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODT0003 | ||
| K-AdjDateToTimezoneFunc-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Passing a xs:dayTimeDuration as timezone to adjust-date-to-timezone() which isn't an integral number of minutes. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODT0003 | ||
| K-AdjDateToTimezoneFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from F&O. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-9.txt |
| K-AdjDateToTimezoneFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from F&O. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-10.txt |
| K-AdjDateToTimezoneFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from F&O. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-11.txt |
| K-AdjDateToTimezoneFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from F&O. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-12.txt |
| K-AdjDateToTimezoneFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from F&O. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-13.txt |
| K-AdjDateToTimezoneFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from F&O. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjDateToTimezoneFunc/K-AdjDateToTimezoneFunc-14.txt |
| fn-adjust-time-to-timezone1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "adjust-time-to-timezone" function with the arguments set as follows: $arg = xs:time(lower bound). | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone1args-1.txt |
| fn-adjust-time-to-timezone1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "adjust-time-to-timezone" function with the arguments set as follows: $arg = xs:time(mid range). | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone1args-2.txt |
| fn-adjust-time-to-timezone1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "adjust-time-to-timezone" function with the arguments set as follows: $arg = xs:time(upper bound). | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone1args-3.txt |
| fn-adjust-time-to-timezone-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-time-to-timezone" function as per example 1 for this function from the F and O specs. | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-1.txt |
| fn-adjust-time-to-timezone-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-time-to-timezone" function as per example 2 for this function from the F and O specs. | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-2.txt |
| fn-adjust-time-to-timezone-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-time-to-timezone" function as per example 3 for this function from the F and O specs. | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | ||
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-3.txt |
| fn-adjust-time-to-timezone-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-time-to-timezone" function as per example 4 for this function from the F and O specs. | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | ||
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-4.txt |
| fn-adjust-time-to-timezone-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-time-to-timezone" function as per example 5 for this function from the F and O specs. | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-5.txt |
| fn-adjust-time-to-timezone-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-time-to-timezone" function as per example 6 for this function from the F and O specs. | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-6.txt |
| fn-adjust-time-to-timezone-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-time-to-timezone" function as per example 7 for this function from the F and O specs. | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-7.txt |
| fn-adjust-time-to-timezone-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-time-to-timezone" function using the empty sequence as the first argument to the function. | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-8.txt |
| fn-adjust-time-to-timezone-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-time-to-timezone" function as part of expression that yields a negative number (two adjust-time-to-timezone functions used). | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-9.txt |
| fn-adjust-time-to-timezone-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-time-to-timezone" function as part of subtraction expression. | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-10.txt |
| fn-adjust-time-to-timezone-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-time-to-timezone" function as an argument to the "fn:string" function. | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-11.txt |
| fn-adjust-time-to-timezone-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-time-to-timezone" function as an argument to the "fn:boolean" function. | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-12.txt |
| fn-adjust-time-to-timezone-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-time-to-timezone" function as an argument to the "fn:not" function. | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-13.txt |
| fn-adjust-time-to-timezone-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-time-to-timezone" function as part of a boolean (or) expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-14.txt |
| fn-adjust-time-to-timezone-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-time-to-timezone" function as part of a boolean (or) expression and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-15.txt |
| fn-adjust-time-to-timezone-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-time-to-timezone" function as part of a boolean (and) expression and the "fn:true" function. | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-16.txt |
| fn-adjust-time-to-timezone-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-time-to-timezone" function as part of a boolean (and) expression and the "fn:false" function. | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-17.txt |
| fn-adjust-time-to-timezone-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-time-to-timezone" function as part of a subtraction expression that yields a negative number (an adjust-time-to-timezone function and an xs:date constructor used). | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | ||
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-18.txt |
| fn-adjust-time-to-timezone-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-time-to-timezone" function where an xs:date value is subtracted. | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | ||
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-19.txt |
| fn-adjust-time-to-timezone-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:adjust-time-to-timezone" function as part of a comparison expression (ge operator). | ||
| Spec Citations: | ||
| #func-adjust-time-to-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-20.txt |
| K-AdjTimeToTimezoneFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `adjust-time-to-timezone()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-AdjTimeToTimezoneFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `adjust-time-to-timezone((), (), "WRONG PARAM")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-AdjTimeToTimezoneFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(adjust-time-to-timezone(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-3.txt |
| K-AdjTimeToTimezoneFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(adjust-time-to-timezone((), ()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-4.txt |
| K-AdjTimeToTimezoneFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `adjust-time-to-timezone(()) instance of xs:time?`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-5.txt |
| K-AdjTimeToTimezoneFunc-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Passing a too large xs:dayTimeDuration as timezone to adjust-time-to-timezone(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODT0003 | ||
| K-AdjTimeToTimezoneFunc-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Passing a too small xs:dayTimeDuration as timezone to adjust-time-to-timezone(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODT0003 | ||
| K-AdjTimeToTimezoneFunc-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Passing a xs:dayTimeDuration as timezone to adjust-time-to-timezone() which isn't an integral number of minutes. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODT0003 | ||
| K-AdjTimeToTimezoneFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that the implicit timezone in the dynamic context is used if $timezone is empty; indirectly also tests context stability. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-9.txt |
| K-AdjTimeToTimezoneFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from F&O. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-10.txt |
| K-AdjTimeToTimezoneFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from F&O. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-11.txt |
| K-AdjTimeToTimezoneFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from F&O. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-12.txt |
| K-AdjTimeToTimezoneFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from F&O. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-13.txt |
| K-AdjTimeToTimezoneFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from F&O. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-14.txt |
| K-AdjTimeToTimezoneFunc-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from F&O. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-15.txt |
| K-AdjTimeToTimezoneFunc-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Example from F&O. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/AdjTimeToTimezoneFunc/K-AdjTimeToTimezoneFunc-16.txt |
| fn-resolve-qname-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-resolve-QName, where the given qname does not have the correct lexical form. | ||
| Spec Citations: | ||
| #func-resolve-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0002 | ||
| fn-resolve-qname-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-resolve-QName, where the given qname have a prefix that and there is no namespace binding for the element. | ||
| Spec Citations: | ||
| #func-resolve-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FONS0004 | ||
| fn-resolve-qname-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-resolve-QName, where the given qname is the empty sequence. | ||
| Spec Citations: | ||
| #func-resolve-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-3.txt |
| fn-resolve-qname-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-resolve-QName, where the given qname has a prefix and the element have a matching namespace declaration (same prefix). Second argument is a direct element, use local-name-from-QName. | ||
| Spec Citations: | ||
| #func-resolve-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-4.txt |
| fn-resolve-qname-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-resolve-QName, where the given qname has a prefix and the element have a matching namespace declaration (same prefix). Second argument is a direct element, use namespace-uri-from-QName. | ||
| Spec Citations: | ||
| #func-resolve-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-5.txt |
| fn-resolve-qname-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-resolve-QName, where the given qname has a prefix and the element have a matching namespace declaration (multiple prefixes). Second argument is a direct element, use local-name-from-QName. | ||
| Spec Citations: | ||
| #func-resolve-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-6.txt |
| fn-resolve-qname-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-resolve-QName, where the given qname has a prefix and the element have a matching namespace declaration (multiple prefixes). Second argument is a direct element, use namespace-uri-from-QName. | ||
| Spec Citations: | ||
| #func-resolve-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-7.txt |
| fn-resolve-qname-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-resolve-QName, where the given qname has no prefix and the element have namespace declaration. Second argument is a direct element, use local-name-from-QName. | ||
| Spec Citations: | ||
| #func-resolve-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-8.txt |
| fn-resolve-qname-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-resolve-QName, where the given qname has no prefix and the element have namespace declaration. Second argument is a direct element, use namespace-uri-from-QName. | ||
| Spec Citations: | ||
| #func-resolve-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-9.txt |
| fn-resolve-qname-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-resolve-QName, where the given qname has no prefix and the element have namespace declaration with prefix. Second argument is a direct element, use namespace-uri-from-QName. | ||
| Spec Citations: | ||
| #func-resolve-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-10.txt |
| fn-resolve-qname-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-resolve-QName, where the given qname has a prefix used together with xs:string and the element have namespace declaration with prefix. Second argument is a direct element, use local-name-from-Qname. | ||
| Spec Citations: | ||
| #func-resolve-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-11.txt |
| fn-resolve-qname-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-resolve-QName, where the given qname has a prefix used together with xs:string and the element have namespace declaration with prefix. Second argument is a direct element, use namespace-uri-from-Qname. | ||
| Spec Citations: | ||
| #func-resolve-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-12.txt |
| fn-resolve-qname-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-resolve-QName, where the given qname has a prefix used together with fn:concat and the element have namespace declaration with prefix. Second argument is a direct element, use local-name-from-Qname. | ||
| Spec Citations: | ||
| #func-resolve-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-13.txt |
| fn-resolve-qname-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-resolve-QName, where the given qname has a prefix used together with fn:concat and the element have namespace declaration with prefix. Second argument is a direct element, use namespace-uri-from-Qname. | ||
| Spec Citations: | ||
| #func-resolve-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-14.txt |
| fn-resolve-qname-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-resolve-QName, where the given qname has a prefix used together with fn:string-join and the element have namespace declaration with prefix. Second argument is a direct element, use local-name-from-Qname. | ||
| Spec Citations: | ||
| #func-resolve-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-15.txt |
| fn-resolve-qname-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-resolve-QName, where the given qname has a prefix used together with fn:string-join and the element have namespace declaration with prefix. Second argument is a direct element, use namespace-uri-from-Qname. | ||
| Spec Citations: | ||
| #func-resolve-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-16.txt |
| fn-resolve-qname-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-resolve-QName, where the given qname has a prefix used together with fn:substring-before and the element have namespace declaration with prefix. Second argument is a direct element, use local-name-from-Qname. | ||
| Spec Citations: | ||
| #func-resolve-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-17.txt |
| fn-resolve-qname-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-resolve-QName, where the given qname has a prefix used together with fn:substring-before and the element have namespace declaration with prefix. Second argument is a direct element, use namespace-uri-from-Qname. | ||
| Spec Citations: | ||
| #func-resolve-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-18.txt |
| fn-resolve-qname-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-resolve-QName, where the given qname has a prefix used together with fn:substring-after and the element have namespace declaration with prefix. Second argument is a direct element, use local-name-from-Qname. | ||
| Spec Citations: | ||
| #func-resolve-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-19.txt |
| fn-resolve-qname-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-resolve-QName, where the given qname has a prefix used together with fn:substring-after and the element have namespace declaration with prefix. Second argument is a direct element, use namespace-uri-from-Qname. | ||
| Spec Citations: | ||
| #func-resolve-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-20.txt |
| fn-resolve-qname-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-resolve-QName, where the given qname has a prefix used together with fn:substring and the element have namespace declaration with prefix. Second argument is a direct element, use local-name-from-Qname. | ||
| Spec Citations: | ||
| #func-resolve-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-21.txt |
| fn-resolve-qname-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn-resolve-QName, where the given qname has a prefix used together with fn:substring and the element have namespace declaration with prefix. Second argument is a direct element, use namespace-uri-from-Qname. | ||
| Spec Citations: | ||
| #func-resolve-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/ResolveQNameConstructFunc/fn-resolve-qname-22.txt |
| K-ResolveQNameConstructFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `resolve-QName()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ResolveQNameConstructFunc/K-ResolveQNameConstructFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ResolveQNameConstructFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `resolve-QName("wrongparam")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ResolveQNameConstructFunc/K-ResolveQNameConstructFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ResolveQNameConstructFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `resolve-QName("wrongparam", "takes a node", "wrong")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ResolveQNameConstructFunc/K-ResolveQNameConstructFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ResolveQNameConstructFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Although the second argument contains a type error(because an element is expected), it is also valid to return the empty sequence because one must not evaluate all arguments. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ResolveQNameConstructFunc/K-ResolveQNameConstructFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ResolveQNameConstructFunc/K-ResolveQNameConstructFunc-4.txt |
| Error: err:XPTY0004 | ||
| ExpandedQNameConstructFunc001 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:QName. Simple use case from functions and operators spec. | ||
| Spec Citations: | ||
| #func-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc001.xml |
| ExpandedQNameConstructFunc002 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:QName. Simple use case from functions and operators spec. | ||
| Spec Citations: | ||
| #func-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc002.xml |
| ExpandedQNameConstructFunc003 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:QName. Simple use case for 'no namespace' QName. | ||
| Spec Citations: | ||
| #func-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc003.xml |
| ExpandedQNameConstructFunc004 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:QName. Simple use case for 'no namespace' QName. | ||
| Spec Citations: | ||
| #func-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc004.xml |
| ExpandedQNameConstructFunc005 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:QName. Error case - local name contains a prefix, but no namespace URI is specified. | ||
| Spec Citations: | ||
| #func-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0002 | ||
| ExpandedQNameConstructFunc006 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:QName. Error case - local name contains a prefix, but no namespace URI is specified. | ||
| Spec Citations: | ||
| #func-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0002 | ||
| ExpandedQNameConstructFunc007 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:QName. Error case - invalid lexical representation for the local-name part. | ||
| Spec Citations: | ||
| #func-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0002 | ||
| ExpandedQNameConstructFunc008 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:QName. Error case - invalid lexical representation for the local-name part. | ||
| Spec Citations: | ||
| #func-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0002 | ||
| ExpandedQNameConstructFunc009 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:QName. Error case - invalid lexical representation for the local-name part. | ||
| Spec Citations: | ||
| #func-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0002 | ||
| ExpandedQNameConstructFunc010 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:QName. Error case - invalid lexical representation for the local-name part. | ||
| Spec Citations: | ||
| #func-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0002 | ||
| ExpandedQNameConstructFunc011 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:QName. Error case - invalid lexical representation for the local-name part. | ||
| Spec Citations: | ||
| #func-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0002 | ||
| ExpandedQNameConstructFunc012 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:QName. Error case - invalid lexical representation for the local-name part. | ||
| Spec Citations: | ||
| #func-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0002 | ||
| ExpandedQNameConstructFunc013 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:QName. Error case - wrong number of input parameters. | ||
| Spec Citations: | ||
| #func-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| ExpandedQNameConstructFunc014 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:QName. Error case - wrong number of input parameters. | ||
| Spec Citations: | ||
| #func-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| ExpandedQNameConstructFunc015 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:QName. Error case - invalid input type for parameters (integer). | ||
| Spec Citations: | ||
| #func-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| ExpandedQNameConstructFunc016 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:QName. Error case - invalid input type for parameters (integer). | ||
| Spec Citations: | ||
| #func-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| ExpandedQNameConstructFunc017 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:QName. Select local-name part from source document. | ||
| Spec Citations: | ||
| #func-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc017.xml |
| ExpandedQNameConstructFunc018 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:QName. Select local-name part from source document. | ||
| Spec Citations: | ||
| #func-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc018.xml |
| ExpandedQNameConstructFunc019 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:QName. Error case - zero length string for local-name. | ||
| Spec Citations: | ||
| #func-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0002 | ||
| ExpandedQNameConstructFunc020 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:QName. Local-name references an already defined namespace prefix which is assigned to a different URI. | ||
| Spec Citations: | ||
| #func-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc020.xml |
| ExpandedQNameConstructFunc021 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:QName. Local-name references an already defined namespace prefix which is assigned to a different URI. | ||
| Spec Citations: | ||
| #func-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/ExpandedQNameConstructFunc021.xml |
| qName-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test function xs:QName with argument not set to a string literal. | ||
| Spec Citations: | ||
| #id-constructor-functions | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/QNameFunc/QNameConstructFunc/ExpandedQNameConstructFunc/qName-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-ExpandedQNameConstructFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `QName()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ExpandedQNameConstructFunc/K-ExpandedQNameConstructFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ExpandedQNameConstructFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `QName("http://www.example.com/")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ExpandedQNameConstructFunc/K-ExpandedQNameConstructFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ExpandedQNameConstructFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `QName("http://www.example.com/", "ncname", "error")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ExpandedQNameConstructFunc/K-ExpandedQNameConstructFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ExpandedQNameConstructFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `QName("http://www.w3.org/2005/xpath-functions", "prefix:local") eq xs:QName("fn:local")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ExpandedQNameConstructFunc/K-ExpandedQNameConstructFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ExpandedQNameConstructFunc/K-ExpandedQNameConstructFunc-4.txt |
| K-ExpandedQNameConstructFunc-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A QName cannot start with a digit. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ExpandedQNameConstructFunc/K-ExpandedQNameConstructFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0002 | ||
| K-ExpandedQNameConstructFunc-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `QName("", "error:ncname")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ExpandedQNameConstructFunc/K-ExpandedQNameConstructFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0002 | ||
| K-ExpandedQNameConstructFunc-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `QName((), "error:ncname")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ExpandedQNameConstructFunc/K-ExpandedQNameConstructFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0002 | ||
| K-ExpandedQNameConstructFunc-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| URI/QName arguments appearing in wrong order, leading to an invalid QName. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ExpandedQNameConstructFunc/K-ExpandedQNameConstructFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0002 | ||
| K-ExpandedQNameConstructFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `QName("", "local") eq xs:QName("local")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ExpandedQNameConstructFunc/K-ExpandedQNameConstructFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ExpandedQNameConstructFunc/K-ExpandedQNameConstructFunc-9.txt |
| K-ExpandedQNameConstructFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `QName((), "local") eq xs:QName("local")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ExpandedQNameConstructFunc/K-ExpandedQNameConstructFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ExpandedQNameConstructFunc/K-ExpandedQNameConstructFunc-10.txt |
| LocalNameFromQNameFunc001 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:local-name-from-QName. Using QName element as input. | ||
| Spec Citations: | ||
| #func-local-name-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc001.txt |
| LocalNameFromQNameFunc002 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:local-name-from-QName. Using QName attribute as input. | ||
| Spec Citations: | ||
| #func-local-name-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc002.txt |
| LocalNameFromQNameFunc003 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:local-name-from-QName. Using element derived from QName as input. | ||
| Spec Citations: | ||
| #func-local-name-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc003.txt |
| LocalNameFromQNameFunc004 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:local-name-from-QName. Using attribute derived from QName as input. | ||
| Spec Citations: | ||
| #func-local-name-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc004.txt |
| LocalNameFromQNameFunc005 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:local-name-from-QName. Check return type of function is xs:NCName. | ||
| Spec Citations: | ||
| #func-local-name-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc005.txt |
| LocalNameFromQNameFunc006 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:local-name-from-QName. Empty sequence literal as input. | ||
| Spec Citations: | ||
| #func-local-name-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc006.xml |
| LocalNameFromQNameFunc007 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:local-name-from-QName. Empty sequence literal as input. | ||
| Spec Citations: | ||
| #func-local-name-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc007.xml |
| LocalNameFromQNameFunc009 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:local-name-from-QName. Error case - invalid parameter type (string). | ||
| Spec Citations: | ||
| #func-local-name-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| LocalNameFromQNameFunc010 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:local-name-from-QName. Error case - multiple input values. | ||
| Spec Citations: | ||
| #func-local-name-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| LocalNameFromQNameFunc011 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:local-name-from-QName. Error case - no input parameter. | ||
| Spec Citations: | ||
| #func-local-name-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| LocalNameFromQNameFunc012 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:local-name-from-QName. Error case - typo in function name. | ||
| Spec Citations: | ||
| #func-local-name-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| LocalNameFromQNameFunc013 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:local-name-from-QName. Error case - typo in function name. | ||
| Spec Citations: | ||
| #func-local-name-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| LocalNameFromQNameFunc014 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:local-name-from-QName. Error case - typo in function name. | ||
| Spec Citations: | ||
| #func-local-name-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| LocalNameFromQNameFunc015 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:local-name-from-QName. Error case - invalid parameter type (simple type). | ||
| Spec Citations: | ||
| #func-local-name-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| LocalNameFromQNameFunc016 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:local-name-from-QName. Error case - invalid parameter type (integer). | ||
| Spec Citations: | ||
| #func-local-name-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| LocalNameFromQNameFunc017 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:local-name-from-QName. Error case - invalid parameter type (time). | ||
| Spec Citations: | ||
| #func-local-name-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| LocalNameFromQNameFunc018 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:local-name-from-QName. Explicit call to data to extract simple typed QName value. | ||
| Spec Citations: | ||
| #func-local-name-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc018.txt |
| LocalNameFromQNameFunc019 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:local-name-from-QName. Conditional expression as parameter where both branches result in QName value. | ||
| Spec Citations: | ||
| #func-local-name-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc019.txt |
| LocalNameFromQNameFunc020 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:local-name-from-QName. Conditional expression as parameter where both branches result in QName value. | ||
| Spec Citations: | ||
| #func-local-name-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc020.txt |
| LocalNameFromQNameFunc021 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:local-name-from-QName. Conditional expression as parameter where one branch does NOT result in a QName value. | ||
| Spec Citations: | ||
| #func-local-name-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/LocalNameFromQnameFunc/LocalNameFromQNameFunc021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-LocalNameFromQNameFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `local-name-from-QName()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/LocalNameFromQNameFunc/K-LocalNameFromQNameFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-LocalNameFromQNameFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `local-name-from-QName(1, 2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/LocalNameFromQNameFunc/K-LocalNameFromQNameFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-LocalNameFromQNameFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(local-name-from-QName( () ))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/LocalNameFromQNameFunc/K-LocalNameFromQNameFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/LocalNameFromQNameFunc/K-LocalNameFromQNameFunc-3.txt |
| K-LocalNameFromQNameFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `local-name-from-QName( QName("example.com/", "pre:lname")) eq "lname"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/LocalNameFromQNameFunc/K-LocalNameFromQNameFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/LocalNameFromQNameFunc/K-LocalNameFromQNameFunc-4.txt |
| NamespaceURIFromQNameFunc001 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:namespace-uri-from-QName. Using QName element as input. | ||
| Spec Citations: | ||
| #func-namespace-uri-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc001.txt |
| NamespaceURIFromQNameFunc002 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:namespace-uri-from-QName. Using QName attribute as input. | ||
| Spec Citations: | ||
| #func-namespace-uri-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc002.txt |
| NamespaceURIFromQNameFunc003 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:namespace-uri-from-QName. Using element derived from QName as input. | ||
| Spec Citations: | ||
| #func-namespace-uri-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc003.txt |
| NamespaceURIFromQNameFunc004 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:namespace-uri-from-QName. Using attribute derived from QName as input. | ||
| Spec Citations: | ||
| #func-namespace-uri-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc004.txt |
| NamespaceURIFromQNameFunc005 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:namespace-uri-from-QName. Check return type of function is xs:NCName. | ||
| Spec Citations: | ||
| #func-namespace-uri-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc005.txt |
| NamespaceURIFromQNameFunc006 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:namespace-uri-from-QName. Empty sequence literal as input. | ||
| Spec Citations: | ||
| #func-namespace-uri-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc006.xml |
| NamespaceURIFromQNameFunc007 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:namespace-uri-from-QName. Empty sequence literal as input. | ||
| Spec Citations: | ||
| #func-namespace-uri-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc007.xml |
| NamespaceURIFromQNameFunc009 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:namespace-uri-from-QName. Error case - invalid parameter type (string). | ||
| Spec Citations: | ||
| #func-namespace-uri-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| NamespaceURIFromQNameFunc010 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:namespace-uri-from-QName. Error case - multiple input values. | ||
| Spec Citations: | ||
| #func-namespace-uri-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| NamespaceURIFromQNameFunc011 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:namespace-uri-from-QName. Error case - no input parameter. | ||
| Spec Citations: | ||
| #func-namespace-uri-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| NamespaceURIFromQNameFunc012 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:namespace-uri-from-QName. Error case - typo in function name. | ||
| Spec Citations: | ||
| #func-namespace-uri-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| NamespaceURIFromQNameFunc013 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:namespace-uri-from-QName. Error case - typo in function name. | ||
| Spec Citations: | ||
| #func-namespace-uri-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| NamespaceURIFromQNameFunc014 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:namespace-uri-from-QName. Error case - typo in function name. | ||
| Spec Citations: | ||
| #func-namespace-uri-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| NamespaceURIFromQNameFunc015 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:namespace-uri-from-QName. Error case - invalid parameter type (simple type). | ||
| Spec Citations: | ||
| #func-namespace-uri-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| NamespaceURIFromQNameFunc016 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:namespace-uri-from-QName. Error case - invalid parameter type (integer). | ||
| Spec Citations: | ||
| #func-namespace-uri-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| NamespaceURIFromQNameFunc017 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:namespace-uri-from-QName. Error case - invalid parameter type (time). | ||
| Spec Citations: | ||
| #func-namespace-uri-from-QName | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| NamespaceURIFromQNameFunc018 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:namespace-uri-from-QName. Explicit call to data to extract simple typed QName value. | ||
| Spec Citations: | ||
| #func-namespace-uri-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc018.txt |
| NamespaceURIFromQNameFunc019 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:namespace-uri-from-QName. Conditional expression as parameter where both branches result in QName value. | ||
| Spec Citations: | ||
| #func-namespace-uri-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc019.txt |
| NamespaceURIFromQNameFunc020 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| Test function fn:namespace-uri-from-QName. Conditional expression as parameter where both branches result in QName value. | ||
| Spec Citations: | ||
| #func-namespace-uri-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc020.txt |
| NamespaceURIFromQNameFunc021 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test function fn:namespace-uri-from-QName. Conditional expression as parameter where one branch does NOT result in a QName value. | ||
| Spec Citations: | ||
| #func-namespace-uri-from-QName | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/NamespaceURIFromQNameFunc/NamespaceURIFromQNameFunc021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: QNameSource | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NamespaceURIFromQNameFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `namespace-uri-from-QName()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NamespaceURIFromQNameFunc/K-NamespaceURIFromQNameFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-NamespaceURIFromQNameFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `namespace-uri-from-QName(1, 2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NamespaceURIFromQNameFunc/K-NamespaceURIFromQNameFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-NamespaceURIFromQNameFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(namespace-uri-from-QName( () ))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NamespaceURIFromQNameFunc/K-NamespaceURIFromQNameFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NamespaceURIFromQNameFunc/K-NamespaceURIFromQNameFunc-3.txt |
| K-NamespaceURIFromQNameFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `namespace-uri-from-QName( QName("example.com/", "pre:lname")) eq xs:anyURI("example.com/")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NamespaceURIFromQNameFunc/K-NamespaceURIFromQNameFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NamespaceURIFromQNameFunc/K-NamespaceURIFromQNameFunc-4.txt |
| K-NamespaceURIFromQNameFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `namespace-uri-from-QName( QName("example.com/", "pre:lname")) instance of xs:anyURI`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NamespaceURIFromQNameFunc/K-NamespaceURIFromQNameFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NamespaceURIFromQNameFunc/K-NamespaceURIFromQNameFunc-5.txt |
| K2-NamespaceURIFromQNameFunc-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that xmlns declarations in direct element constructors are honored in embedded expressions. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/QNameFunc/NamespaceURIFromQNameFunc/K2-NamespaceURIFromQNameFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/QNameFunc/NamespaceURIFromQNameFunc/K2-NamespaceURIFromQNameFunc-1.txt |
| fn-namespace-uri-for-prefix-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri-for-prefix function with a direct element, for which the namespace prefix is set. | ||
| Spec Citations: | ||
| #func-namespace-uri-for-prefix | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-1.txt |
| fn-namespace-uri-for-prefix-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri-for-prefix function with a direct element, for which the namespace prefix does not exists. | ||
| Spec Citations: | ||
| #func-namespace-uri-for-prefix | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-2.txt |
| fn-namespace-uri-for-prefix-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri-for-prefix function with a direct element, for which the namespace prefix is set to zero length string. | ||
| Spec Citations: | ||
| #func-namespace-uri-for-prefix | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-3.txt |
| fn-namespace-uri-for-prefix-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri-for-prefix function with a direct element, for which the namespace prefix is set to the empty sequence. | ||
| Spec Citations: | ||
| #func-namespace-uri-for-prefix | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-4.txt |
| fn-namespace-uri-for-prefix-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri-for-prefix function with a direct element given as argument, for which the namespace prefix is set. | ||
| Spec Citations: | ||
| #func-namespace-uri-for-prefix | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-5.txt |
| fn-namespace-uri-for-prefix-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri-for-prefix function with a direct element given as argument, for which the namespace prefix is not set. | ||
| Spec Citations: | ||
| #func-namespace-uri-for-prefix | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-6.txt |
| fn-namespace-uri-for-prefix-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri-for-prefix function with a direct element given as argument, for which the namespace prefix uses the xs:string function. | ||
| Spec Citations: | ||
| #func-namespace-uri-for-prefix | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-7.txt |
| fn-namespace-uri-for-prefix-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri-for-prefix function with a direct element given as argument, for which the namespace prefix uses the fn:string function. | ||
| Spec Citations: | ||
| #func-namespace-uri-for-prefix | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-8.txt |
| fn-namespace-uri-for-prefix-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri-for-prefix function with a direct element given as argument, for which the namespace prefix uses the fn:upper-case function. | ||
| Spec Citations: | ||
| #func-namespace-uri-for-prefix | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-9.txt |
| fn-namespace-uri-for-prefix-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri-for-prefix function with a direct element given as argument, for which the namespace prefix uses the fn:lower-case function. | ||
| Spec Citations: | ||
| #func-namespace-uri-for-prefix | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-10.txt |
| fn-namespace-uri-for-prefix-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri-for-prefix function with a direct element given as argument, for which the namespace prefix uses the fn:substring function. | ||
| Spec Citations: | ||
| #func-namespace-uri-for-prefix | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-11.txt |
| fn-namespace-uri-for-prefix-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri-for-prefix function with a direct element given as argument, for which the namespace prefix uses the fn:concat function. | ||
| Spec Citations: | ||
| #func-namespace-uri-for-prefix | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-12.txt |
| fn-namespace-uri-for-prefix-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri-for-prefix function with a direct element given as argument, for which the namespace prefix uses the fn:string-join function. | ||
| Spec Citations: | ||
| #func-namespace-uri-for-prefix | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-13.txt |
| fn-namespace-uri-for-prefix-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri-for-prefix function with a direct element given as argument, for which the namespace prefix uses the fn:substring-before function. | ||
| Spec Citations: | ||
| #func-namespace-uri-for-prefix | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-14.txt |
| fn-namespace-uri-for-prefix-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri-for-prefix function with a direct element given as argument, for which the namespace prefix uses the fn:substring-after function. | ||
| Spec Citations: | ||
| #func-namespace-uri-for-prefix | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-15.txt |
| fn-namespace-uri-for-prefix-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri-for-prefix function with a direct element given as argument with no namespace defined. | ||
| Spec Citations: | ||
| #func-namespace-uri-for-prefix | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-16.txt |
| fn-namespace-uri-for-prefix-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri-for-prefix function with a computed element given as argument with no namespace defined. | ||
| Spec Citations: | ||
| #func-namespace-uri-for-prefix | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-17.txt |
| fn-namespace-uri-for-prefix-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri-for-prefix function with a computed element as variable (via let) with no namespace defined. | ||
| Spec Citations: | ||
| #func-namespace-uri-for-prefix | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-18.txt |
| fn-namespace-uri-for-prefix-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri-for-prefix function with a computed element as variable (via for) with no namespace defined. | ||
| Spec Citations: | ||
| #func-namespace-uri-for-prefix | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-19.txt |
| fn-namespace-uri-for-prefix-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri-for-prefix function with a computed element as variable (via declare variable) with no namespace defined. | ||
| Spec Citations: | ||
| #func-namespace-uri-for-prefix | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-20.txt |
| fn-namespace-uri-for-prefix-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri-for-prefix function with a directly constructed element with multiple namespace definitions. | ||
| Spec Citations: | ||
| #func-namespace-uri-for-prefix | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NamespaceURIForPrefixFunc/fn-namespace-uri-for-prefix-21.txt |
| K-NamespaceURIForPrefixFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `namespace-uri-for-prefix()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NamespaceURIForPrefixFunc/K-NamespaceURIForPrefixFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-NamespaceURIForPrefixFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `namespace-uri-for-prefix("string", (), "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NamespaceURIForPrefixFunc/K-NamespaceURIForPrefixFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-in-scope-prefixes-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "in-scope-prefixes" function with incorrect arity . | ||
| Spec Citations: | ||
| #func-in-scope-prefixes | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-in-scope-prefixes-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "in-scope-prefixes" function with incorrect argument type. | ||
| Spec Citations: | ||
| #func-in-scope-prefixes | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-in-scope-prefixes-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "in-scope-prefixes" function for a directly constructed element node with no namesapces. | ||
| Spec Citations: | ||
| #func-in-scope-prefixes | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-3.txt |
| fn-in-scope-prefixes-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "in-scope-prefixes" function for a directly constructed element node with a namespace declaration. | ||
| Spec Citations: | ||
| #func-in-scope-prefixes | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-4.txt |
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixesalt-4.txt |
| fn-in-scope-prefixes-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "in-scope-prefixes" function for a computed constructed element node with no namespace declaration. | ||
| Spec Citations: | ||
| #func-in-scope-prefixes | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-5.txt |
| fn-in-scope-prefixes-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "in-scope-prefixes" function for a computed constructed element node and a default namespace declaration. | ||
| Spec Citations: | ||
| #func-in-scope-prefixes | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-6.txt |
| fn-in-scope-prefixes-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "in-scope-prefixes" function for a directly constructed element node and a default namespace declaration. | ||
| Spec Citations: | ||
| #func-in-scope-prefixes | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-7.txt |
| fn-in-scope-prefixes-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "in-scope-prefixes" function for a directly constructed element node with xmlns and a prolog namespace declaration. | ||
| Spec Citations: | ||
| #func-in-scope-prefixes | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-8.txt |
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixesalt-8.txt |
| fn-in-scope-prefixes-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "in-scope-prefixes" function for a directly constructed element node without xmlns and a prolog namespace declaration. | ||
| Spec Citations: | ||
| #func-in-scope-prefixes | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-9.txt |
| fn-in-scope-prefixes-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "in-scope-prefixes" function for a directly constructed element node used as argument to fn:string-length function. | ||
| Spec Citations: | ||
| #func-in-scope-prefixes | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-10.txt |
| fn-in-scope-prefixes-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "in-scope-prefixes" function for a directly constructed element node used as argument to fn:upper-case function. | ||
| Spec Citations: | ||
| #func-in-scope-prefixes | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-11.txt |
| fn-in-scope-prefixes-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "in-scope-prefixes" function for a directly constructed element node used as argument to fn:lower-case function. | ||
| Spec Citations: | ||
| #func-in-scope-prefixes | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-12.txt |
| fn-in-scope-prefixes-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "in-scope-prefixes" function for a directly constructed element node used as argument to fn:string-to-codepoints function. | ||
| Spec Citations: | ||
| #func-in-scope-prefixes | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-13.txt |
| fn-in-scope-prefixes-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "in-scope-prefixes" function for a directly constructed element node used as argument to xs:string function. | ||
| Spec Citations: | ||
| #func-in-scope-prefixes | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-14.txt |
| fn-in-scope-prefixes-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "in-scope-prefixes" function for a directly constructed element node used as argument to fn:substring-before function. | ||
| Spec Citations: | ||
| #func-in-scope-prefixes | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-15.txt |
| fn-in-scope-prefixes-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "in-scope-prefixes" function for a directly constructed element node used as argument to fn:substring-after function. | ||
| Spec Citations: | ||
| #func-in-scope-prefixes | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-16.txt |
| fn-in-scope-prefixes-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "in-scope-prefixes" function for a directly constructed element node used as argument to fn:concat function. | ||
| Spec Citations: | ||
| #func-in-scope-prefixes | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-17.txt |
| fn-in-scope-prefixes-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "in-scope-prefixes" function for a directly constructed element node used as argument to fn:string-join function. | ||
| Spec Citations: | ||
| #func-in-scope-prefixes | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-18.txt |
| fn-in-scope-prefixes-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "in-scope-prefixes" function for a directly constructed element node used as argument to fn:substring function. | ||
| Spec Citations: | ||
| #func-in-scope-prefixes | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-19.txt |
| fn-in-scope-prefixes-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "in-scope-prefixes" function for a directly constructed element node used as argument to fn:contains function. | ||
| Spec Citations: | ||
| #func-in-scope-prefixes | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/InScopePrefixesFunc/fn-in-scope-prefixes-20.txt |
| K-InScopePrefixesFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `in-scope-prefixes()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/InScopePrefixesFunc/K-InScopePrefixesFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-InScopePrefixesFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `in-scope-prefixes("string", "nodetest", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/InScopePrefixesFunc/K-InScopePrefixesFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-name-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:name function with the argument set to the empty sequence. | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NameFunc/fn-name-1.txt |
| fn-name-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:name function with the argument set to an element node. | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NameFunc/fn-name-2.txt |
| fn-name-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:name function with the argument set to an attribute node. | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NameFunc/fn-name-3.txt |
| fn-name-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:name function with the argument set to a document element node. | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NameFunc/fn-name-4.txt |
| fn-name-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:name function with the argument set to a non existing element node. | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NameFunc/fn-name-5.txt |
| fn-name-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:name function with the argument set to a text node. | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NameFunc/fn-name-6.txt |
| fn-name-7 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:name function with no context node defined. | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| fn-name-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:name function used as argument to fn:upper-case function. | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NameFunc/fn-name-8.txt |
| fn-name-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:name function used as argument to fn:lower-case function. | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NameFunc/fn-name-9.txt |
| fn-name-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:name function for which the argument uses "parent::node()" axes. | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NameFunc/fn-name-10.txt |
| fn-name-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:name function for which the argument uses "descendant" axes. | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NameFunc/fn-name-11.txt |
| fn-name-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:name function for which the argument uses "descendant-or-self" axes. | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NameFunc/fn-name-12.txt |
| fn-name-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:name function used as argument to fn:substring function. | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NameFunc/fn-name-13.txt |
| fn-name-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:name function used as argument to fn:concat function. | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NameFunc/fn-name-14.txt |
| fn-name-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:name function for which the argument uses "self" axes. Retuns a string. | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NameFunc/fn-name-15.txt |
| fn-name-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:name function for which the argument uses "self" axes. Retuns the empty sequence. | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NameFunc/fn-name-16.txt |
| fn-name-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:name function for which the argument uses "parent::node()" axes. Context node is an attribute node. | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NameFunc/fn-name-17.txt |
| fn-name-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:name function as argument to the "fn:string-length()" attribute. | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NameFunc/fn-name-18.txt |
| fn-name-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:name function, whose argument is a direct element constructor. | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NameFunc/fn-name-19.txt |
| fn-name-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:name function, whose argument is a direct element constructor with an attribute. | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NameFunc/fn-name-20.txt |
| fn-name-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:name function, which is part of a sequence. | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NameFunc/fn-name-21.txt |
| fn-name-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:name functions as arguments to "fn:count". | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NameFunc/fn-name-22.txt |
| fn-name-23 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:name function with no context node defined and argument set to ".". | ||
| Spec Citations: | ||
| #func-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NameFunc/fn-name-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| K-NameFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `name((), "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NameFunc/K-NameFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-NameFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `if(false()) then name() else true()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NameFunc/K-NameFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NameFunc/K-NameFunc-2.txt |
| Error: err:XPDY0002 | ||
| K-NameFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `name(()) eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NameFunc/K-NameFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NameFunc/K-NameFunc-3.txt |
| fn-local-name-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with no argument and no context node. Should raise an error. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| fn-local-name-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with context item not a node. Should raise an error. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-local-name-3 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with incorrect arity. Should raise an error. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-local-name-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with argument set to empty sequence. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-4.txt |
| fn-local-name-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with argument set to a computed text node. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-5.txt |
| fn-local-name-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with argument set to computed comment node. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-6.txt |
| fn-local-name-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with argument set to directly constructed comment node. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-7.txt |
| fn-local-name-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with argument set to a computed Document node. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-8.txt |
| fn-local-name-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with argument set to a computed element node with no prefix. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-9.txt |
| fn-local-name-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with argument set to a directly element node with no prefix. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-10.txt |
| fn-local-name-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with argument set to a directly element node with a prefix. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-11.txt |
| fn-local-name-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with argument set to a computed attribute node with no prefix. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-12.txt |
| fn-local-name-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with argument set to a computed attribute node with a prefix. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-13.txt |
| fn-local-name-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with argument set to a computed PI node. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-14.txt |
| fn-local-name-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with argument set to a directly constructed PI node. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-15.txt |
| fn-local-name-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with argument set to a directly constructed element node with prefix and a namespace declaration. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-16.txt |
| fn-local-name-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with argument set to a directly constructed element node with no prefix and used as argument to string-length. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-17.txt |
| fn-local-name-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with argument set to a computed element node with prefix and a namespace declaration. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-18.txt |
| fn-local-name-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with argument set to a directly constructed element node with no prefix and used as argument to upper-case function. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-19.txt |
| fn-local-name-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with argument set to a directly constructed element node with no prefix and used as argument to lower-case function. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-20.txt |
| fn-local-name-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with argument set to a computed attribute node with no prefix and used as argument to upper-case function. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-21.txt |
| fn-local-name-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with argument set to a computed attribute node with no prefix and used as argument to lower-case function. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-22.txt |
| fn-local-name-23 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:local-name function with second argument set to "." and no context node. Should raise an error. | ||
| Spec Citations: | ||
| #func-local-name | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLocalNameFunc/fn-local-name-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| K-NodeLocalNameFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `local-name((), "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeLocalNameFunc/K-NodeLocalNameFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-NodeLocalNameFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `if(false()) then local-name() else true()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeLocalNameFunc/K-NodeLocalNameFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeLocalNameFunc/K-NodeLocalNameFunc-2.txt |
| Error: err:XPDY0002 | ||
| K-NodeLocalNameFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `local-name(()) eq ""`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeLocalNameFunc/K-NodeLocalNameFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeLocalNameFunc/K-NodeLocalNameFunc-3.txt |
| fn-namespace-uri-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with no argument and no context node. Should raise an error. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| fn-namespace-uri-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with more than one argument (2 arguments). | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-namespace-uri-3 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with context node not being a node. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-namespace-uri-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with argument set to empty sequence. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-4.txt |
| fn-namespace-uri-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with argument set to a directly constructed comment node. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-5.txt |
| fn-namespace-uri-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with argument set to a computed comment node. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-6.txt |
| fn-namespace-uri-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with argument set to a direct processing instruction node. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-7.txt |
| fn-namespace-uri-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with argument set to a computed processing instruction node. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-8.txt |
| fn-namespace-uri-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with argument set to a computed text node. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-9.txt |
| fn-namespace-uri-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with argument set to a direct element node with no namespace. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-10.txt |
| fn-namespace-uri-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with argument set to a computed element node with no namespace. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-11.txt |
| fn-namespace-uri-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with argument set to a direct attribute node with no namespace. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-12.txt |
| fn-namespace-uri-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with argument set to a computed attribute node with no namespace. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-13.txt |
| fn-namespace-uri-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with argument set to an element node with no namespace queried from an xml file. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-14.txt |
| fn-namespace-uri-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with argument set to an attribute node with no namespace queried from an xml file. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-15.txt |
| fn-namespace-uri-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with no argument. Use an element node with no namespace queried from an xml file. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-16.txt |
| fn-namespace-uri-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with argument set to a direct element node with a namespace. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-17.txt |
| fn-namespace-uri-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with argument set to a computed element node (with prefix) that uses a declared namespace. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-18.txt |
| fn-namespace-uri-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with argument set to a computed element node (with no prefix), that should not use a declared namespace. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-19.txt |
| fn-namespace-uri-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with argument set to a direct element node (with no prefix), that should not use a declared namespace. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-20.txt |
| fn-namespace-uri-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with argument set to a direct element node with prefix, that should use a declared namespace. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-21.txt |
| fn-namespace-uri-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with argument set to a direct element node with no prefix, that should use a declared default namespace. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-22.txt |
| fn-namespace-uri-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with argument set to a direct element node with a prefix, that should not use a declared default namespace. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-23.txt |
| fn-namespace-uri-24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with argument set to a computed element node with a prefix, that should not use a declared default namespace. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-24.txt |
| fn-namespace-uri-25 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with argument set to a computed element node with no prefix, that should use a declared default namespace. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-25.txt |
| fn-namespace-uri-26 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:namespace-uri function with argumen set to "." and no context node. Should raise an error. | ||
| Spec Citations: | ||
| #func-namespace-uri | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNamespaceURIFunc/fn-namespace-uri-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| K-NodeNamespaceURIFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `namespace-uri((), "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNamespaceURIFunc/K-NodeNamespaceURIFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-NodeNamespaceURIFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `if(false()) then namespace-uri() else true()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNamespaceURIFunc/K-NodeNamespaceURIFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeNamespaceURIFunc/K-NodeNamespaceURIFunc-2.txt |
| Error: err:XPDY0002 | ||
| K-NodeNamespaceURIFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `namespace-uri(()) eq xs:anyURI("")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNamespaceURIFunc/K-NodeNamespaceURIFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeNamespaceURIFunc/K-NodeNamespaceURIFunc-3.txt |
| fn-numberint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberint1args-1.txt |
| fn-numberint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberint1args-2.txt |
| fn-numberint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberint1args-3.txt |
| fn-numberintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberintg1args-1.txt |
| fn-numberintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/truevalue.txt |
| fn-numberintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberintg1args-3.txt |
| fn-numberdec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberdec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberdec1args-1.txt |
| fn-numberdec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberdec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/truevalue.txt |
| fn-numberdec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberdec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberdec1args-3.txt |
| fn-numberdbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberdbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberdbl1args-1.txt |
| fn-numberdbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberdbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberdbl1args-2.txt |
| fn-numberdbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberdbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberdbl1args-3.txt |
| fn-numberflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/truevalue.txt |
| fn-numberflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberflt1args-2.txt |
| fn-numberflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberflt1args-3.txt |
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberflt1argsalt-3.txt |
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberflt1argsalt1-3.txt |
| fn-numberlng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberlng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberlng1args-1.txt |
| fn-numberlng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberlng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/truevalue.txt |
| fn-numberlng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberlng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberlng1args-3.txt |
| fn-numberusht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberusht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberusht1args-1.txt |
| fn-numberusht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberusht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberusht1args-2.txt |
| fn-numberusht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberusht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberusht1args-3.txt |
| fn-numbernint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numbernint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numbernint1args-1.txt |
| fn-numbernint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numbernint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/truevalue.txt |
| fn-numbernint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numbernint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numbernint1args-3.txt |
| fn-numberpint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberpint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberpint1args-1.txt |
| fn-numberpint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberpint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/truevalue.txt |
| fn-numberpint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberpint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberpint1args-3.txt |
| fn-numberulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberulng1args-1.txt |
| fn-numberulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberulng1args-2.txt |
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numberulng1argsalt-2.txt |
| fn-numberulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numberulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/truevalue.txt |
| fn-numbernpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numbernpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numbernpi1args-1.txt |
| fn-numbernpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numbernpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numbernpi1args-2.txt |
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numbernpi1argsalt-2.txt |
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numbernpi1argsalt1-2.txt |
| fn-numbernpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numbernpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numbernpi1args-3.txt |
| fn-numbernni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numbernni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numbernni1args-1.txt |
| fn-numbernni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numbernni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/truevalue.txt |
| fn-numbernni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numbernni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numbernni1args-3.txt |
| fn-numbersht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numbersht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numbersht1args-1.txt |
| fn-numbersht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numbersht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numbersht1args-2.txt |
| fn-numbersht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "number" function with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-numbersht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-numbersht1args-3.txt |
| fn-number-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:number" function with the argument set to empty sequence. | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-number-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-number-1.txt |
| fn-number-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:number" function with the argument set to a string (can not convert to xs:double). | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-number-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeNumberFunc/fn-number-2.txt |
| fn-number-3 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:number" function with undefined context node. | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-number-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| fn-number-4 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:number" function with undefined context node and argumen set to ".". | ||
| Spec Citations: | ||
| #func-number | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeNumberFunc/fn-number-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| K-NodeNumberFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `number(1, 2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNumberFunc/K-NodeNumberFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-NodeNumberFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `fn:number(1) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNumberFunc/K-NodeNumberFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeNumberFunc/K-NodeNumberFunc-2.txt |
| K-NodeNumberFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(fn:number("results in NaN"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNumberFunc/K-NodeNumberFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeNumberFunc/K-NodeNumberFunc-3.txt |
| K-NodeNumberFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `fn:number("results in NaN") instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNumberFunc/K-NodeNumberFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeNumberFunc/K-NodeNumberFunc-4.txt |
| K-NodeNumberFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `fn:number(1) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNumberFunc/K-NodeNumberFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeNumberFunc/K-NodeNumberFunc-5.txt |
| K-NodeNumberFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `fn:number(1.1) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNumberFunc/K-NodeNumberFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeNumberFunc/K-NodeNumberFunc-6.txt |
| K-NodeNumberFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `fn:number(xs:float(3)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNumberFunc/K-NodeNumberFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeNumberFunc/K-NodeNumberFunc-7.txt |
| K-NodeNumberFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `fn:number(xs:double(3)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNumberFunc/K-NodeNumberFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeNumberFunc/K-NodeNumberFunc-8.txt |
| K-NodeNumberFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `fn:number("NaN") instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNumberFunc/K-NodeNumberFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeNumberFunc/K-NodeNumberFunc-9.txt |
| K-NodeNumberFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `fn:number(()) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNumberFunc/K-NodeNumberFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeNumberFunc/K-NodeNumberFunc-10.txt |
| K-NodeNumberFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(fn:number(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNumberFunc/K-NodeNumberFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeNumberFunc/K-NodeNumberFunc-11.txt |
| K-NodeNumberFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:number() applied to a type which a cast regardless of source value never would succeed for. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNumberFunc/K-NodeNumberFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeNumberFunc/K-NodeNumberFunc-12.txt |
| K-NodeNumberFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(number(xs:anyURI("1"))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNumberFunc/K-NodeNumberFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeNumberFunc/K-NodeNumberFunc-13.txt |
| K-NodeNumberFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(number("1")) eq "1"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNumberFunc/K-NodeNumberFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeNumberFunc/K-NodeNumberFunc-14.txt |
| K-NodeNumberFunc-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(number(xs:gYear("2005"))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNumberFunc/K-NodeNumberFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeNumberFunc/K-NodeNumberFunc-15.txt |
| K-NodeNumberFunc-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:number() inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNumberFunc/K-NodeNumberFunc-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeNumberFunc/K-NodeNumberFunc-16.txt |
| K-NodeNumberFunc-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:number() inside a predicate(#2). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeNumberFunc/K-NodeNumberFunc-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeNumberFunc/K-NodeNumberFunc-17.txt |
| fn-lang1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lang" function with the arguments set as follows: $testlang = "en" and context node not containing "xml-lang" attribute. | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLangFunc/fn-lang1args-1.txt |
| fn-lang1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lang" function with the arguments set as follows: $testlang = Evaluates The "lang" function with the arguments set as follows: $testlang = "EN" and context node not containing "xml-lang" attribute. | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLangFunc/fn-lang1args-2.txt |
| fn-lang1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lang" function with the arguments set as follows: $testlang = Evaluates The "lang" function with the arguments set as follows: $testlang = "eN" and context node not containing "xml-lang" attribute. | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomicns | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLangFunc/fn-lang1args-3.txt |
| fn-lang-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lang" function with the second argument not set and no context item defined. | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| fn-lang-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:lang function with testlang set to empty sequence. | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: lang | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLangFunc/fn-lang-2.txt |
| fn-lang-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:lang function with testlang "en" and context node having an "xml:lang" attribute set to "en". | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: lang | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLangFunc/fn-lang-3.txt |
| fn-lang-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:lang function with testlang set to "en". Immediate ancestor have the "xml:lang" attribute set to "en". | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: lang | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLangFunc/fn-lang-4.txt |
| fn-lang-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:lang function with testlang "en" and context node having an "xml:lang" attribute set to "EN". | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: lang | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLangFunc/fn-lang-5.txt |
| fn-lang-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:lang function with testlang "En" and context node having an "xml:lang" attribute set to "EN". | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: lang | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLangFunc/fn-lang-6.txt |
| fn-lang-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:lang function with testlang "eN" and context node having an "xml:lang" attribute set to "EN". | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: lang | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLangFunc/fn-lang-7.txt |
| fn-lang-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:lang function with testlang "en" and context node having an "xml:lang" attribute set to "EN". | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: lang | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLangFunc/fn-lang-8.txt |
| fn-lang-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:lang function with testlang "en" and context node having an "xml:lang" attribute set to "en-us". | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: lang | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLangFunc/fn-lang-9.txt |
| fn-lang-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:lang function with testlang "EN" and context node having an "xml:lang" attribute set to "en-us". | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: lang | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLangFunc/fn-lang-10.txt |
| fn-lang-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:lang function with testlang "En" and context node having an "xml:lang" attribute set to "en-us". | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: lang | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLangFunc/fn-lang-11.txt |
| fn-lang-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:lang function with testlang "eN" and context node having an "xml:lang" attribute set to "en-us". | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: lang | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLangFunc/fn-lang-12.txt |
| fn-lang-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:lang function with testlang "en" and context node having an "xml:lang" attribute set to "en-us". | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: lang | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLangFunc/fn-lang-13.txt |
| fn-lang-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:lang function with testlang "en-us" and context node having an "xml:lang" attribute set to "en-us". | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: lang | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLangFunc/fn-lang-14.txt |
| fn-lang-15 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lang" function with the context item not being a node. | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-lang-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:lang function with testlang "us-en" and context node having an "xml:lang" attribute set to "en-us". | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: lang | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLangFunc/fn-lang-16.txt |
| fn-lang-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:lang function with testlang set to "fr" and context node having an "xml:lang" attribute set to "EN". | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: lang | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLangFunc/fn-lang-17.txt |
| fn-lang-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:lang function with testlang set to "en" and specified node (second argument) having an "xml:lang" attribute set to "en". | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: lang | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLangFunc/fn-lang-18.txt |
| fn-lang-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:lang function with testlang set to "fr" and specified node (second argument) having an "xml:lang" attribute set to "en". | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: lang | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLangFunc/fn-lang-19.txt |
| fn-lang-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:lang function with testlang set to "en" and specified node (second argument) having an "xml:lang" attribute set to "en-us". | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: lang | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLangFunc/fn-lang-20.txt |
| fn-lang-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:lang function with testlang set to "en" and specified node (second argument) having an "xml:lang" attribute set to "EN". | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: lang | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeLangFunc/fn-lang-21.txt |
| fn-lang-22 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "lang" function with the second argument set to "." and no context item defined. | ||
| Spec Citations: | ||
| #func-lang | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeLangFunc/fn-lang-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| K-NodeLangFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `lang()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeLangFunc/K-NodeLangFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-NodeLangFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `if(false()) then lang("en", .) else true()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeLangFunc/K-NodeLangFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeLangFunc/K-NodeLangFunc-2.txt |
| Error: err:XPDY0002 | ||
| K-NodeLangFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `if(false()) then lang("en") else true()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeLangFunc/K-NodeLangFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeLangFunc/K-NodeLangFunc-3.txt |
| Error: err:XPDY0002 | ||
| K-NodeLangFunc-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `lang("en", 2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeLangFunc/K-NodeLangFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-root-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function with no arguments set and no context item defined. | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| fn-root-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function that uses context item that is not a node. | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-root-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function with argument set to the empty sequence. | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeRootFunc/fn-root-3.txt |
| fn-root-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function with argument set to a comment node (via variable). | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeFunc/NodeRootFunc/fn-root-4.txt |
| fn-root-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function with argument set to a comment node, which is set directly as argument. | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeFunc/NodeRootFunc/fn-root-5.txt |
| fn-root-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function with argument set to an element node (via variable). | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeFunc/NodeRootFunc/fn-root-6.txt |
| fn-root-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function with argument set to a element node, which is set directly as argument. | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeFunc/NodeRootFunc/fn-root-7.txt |
| fn-root-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function with argument set to a processing instruction node (via variable). | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeFunc/NodeRootFunc/fn-root-8.txt |
| fn-root-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function with argument set to a processing instruction node, which is set directly as argument. | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeFunc/NodeRootFunc/fn-root-9.txt |
| fn-root-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function with argument set to a element node with attribute (via variable). | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeFunc/NodeRootFunc/fn-root-10.txt |
| fn-root-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function with argument set to an element node with attribute, which is set directly as argument. | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeFunc/NodeRootFunc/fn-root-11.txt |
| fn-root-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function with argument set to a document node via a variable. | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeFunc/NodeRootFunc/fn-root-12.txt |
| fn-root-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function with argument set to a document node, which is set directly as argument. | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeFunc/NodeRootFunc/fn-root-13.txt |
| fn-root-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function with argument set to an element node, which is query from an xml file. | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: lang | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeFunc/NodeRootFunc/fn-root-14.txt |
| fn-root-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function with argument set to an attribute node, which is query from an xml file. | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: lang | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeFunc/NodeRootFunc/fn-root-15.txt |
| fn-root-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function with argument set to a text node via a variable. | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeRootFunc/fn-root-16.txt |
| fn-root-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function with argument set to a text node, which is set directly as argument. | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeRootFunc/fn-root-17.txt |
| fn-root-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function used in conjunction with "is" operator (returns true). | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeRootFunc/fn-root-18.txt |
| fn-root-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function used in conjunction with "is" operator (returns false). | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeRootFunc/fn-root-19.txt |
| fn-root-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function used as argument to namespace-uri (use a node element). | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeRootFunc/fn-root-20.txt |
| fn-root-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function used as argument to namespace-uri (use a comment node). | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeRootFunc/fn-root-21.txt |
| fn-root-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function used as argument to namespace-uri (use a processing instruction). | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeRootFunc/fn-root-22.txt |
| fn-root-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function used as argument to namespace-uri (use a text node). | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | ||
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeFunc/NodeRootFunc/fn-root-23.txt |
| fn-root-24 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "fn:root" function with argument set to "." and no context item defined. | ||
| Spec Citations: | ||
| #func-root | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeFunc/NodeRootFunc/fn-root-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| K-NodeRootFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `Root(2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeRootFunc/K-NodeRootFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-NodeRootFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1, 2, 3)[root()]`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeRootFunc/K-NodeRootFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NodeRootFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `root(2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeRootFunc/K-NodeRootFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-NodeRootFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(root(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/NodeRootFunc/K-NodeRootFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/NodeRootFunc/K-NodeRootFunc-4.txt |
| fn-booleanint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanint1args-1.txt |
| fn-booleanint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanint1args-2.txt |
| fn-booleanint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanint1args-3.txt |
| fn-booleanintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanintg1args-1.txt |
| fn-booleanintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanintg1args-2.txt |
| fn-booleanintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanintg1args-3.txt |
| fn-booleandec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleandec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleandec1args-1.txt |
| fn-booleandec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleandec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleandec1args-2.txt |
| fn-booleandec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleandec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleandec1args-3.txt |
| fn-booleandbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleandbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleandbl1args-1.txt |
| fn-booleandbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleandbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleandbl1args-2.txt |
| fn-booleandbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleandbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleandbl1args-3.txt |
| fn-booleanflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanflt1args-1.txt |
| fn-booleanflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanflt1args-2.txt |
| fn-booleanflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanflt1args-3.txt |
| fn-booleanlng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanlng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanlng1args-1.txt |
| fn-booleanlng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanlng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanlng1args-2.txt |
| fn-booleanlng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanlng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanlng1args-3.txt |
| fn-booleanusht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanusht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanusht1args-1.txt |
| fn-booleanusht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanusht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanusht1args-2.txt |
| fn-booleanusht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanusht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanusht1args-3.txt |
| fn-booleannint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleannint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleannint1args-1.txt |
| fn-booleannint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleannint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleannint1args-2.txt |
| fn-booleannint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleannint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleannint1args-3.txt |
| fn-booleanpint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanpint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanpint1args-1.txt |
| fn-booleanpint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanpint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanpint1args-2.txt |
| fn-booleanpint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanpint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanpint1args-3.txt |
| fn-booleanulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanulng1args-1.txt |
| fn-booleanulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanulng1args-2.txt |
| fn-booleanulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleanulng1args-3.txt |
| fn-booleannpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleannpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleannpi1args-1.txt |
| fn-booleannpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleannpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleannpi1args-2.txt |
| fn-booleannpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleannpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleannpi1args-3.txt |
| fn-booleannni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleannni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleannni1args-1.txt |
| fn-booleannni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleannni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleannni1args-2.txt |
| fn-booleannni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleannni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleannni1args-3.txt |
| fn-booleansht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleansht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleansht1args-1.txt |
| fn-booleansht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleansht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleansht1args-2.txt |
| fn-booleansht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "boolean" function with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleansht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-booleansht1args-3.txt |
| fn-boolean-mixed-args-001 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: empty sequence. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-001.xml |
| fn-boolean-mixed-args-002 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: string. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-002.xml |
| fn-boolean-mixed-args-003 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: boolean function. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-003.xml |
| fn-boolean-mixed-args-004 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: boolean function. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-004.xml |
| fn-boolean-mixed-args-005 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: string. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-005.xml |
| fn-boolean-mixed-args-006 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: string. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-006.xml |
| fn-boolean-mixed-args-007 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: string. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-007.xml |
| fn-boolean-mixed-args-008 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: integer. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-008.xml |
| fn-boolean-mixed-args-009 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: integer. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-009.xml |
| fn-boolean-mixed-args-010 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: integer. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-010.xml |
| fn-boolean-mixed-args-011 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: float. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-011.xml |
| fn-boolean-mixed-args-012 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: float. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-012.xml |
| fn-boolean-mixed-args-013 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: float. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-013.xml |
| fn-boolean-mixed-args-014 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: float. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-014.xml |
| fn-boolean-mixed-args-015 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: float. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-015.xml |
| fn-boolean-mixed-args-016 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: float. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-016.xml |
| fn-boolean-mixed-args-017 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: double. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-017.xml |
| fn-boolean-mixed-args-018 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: double. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-018.xml |
| fn-boolean-mixed-args-019 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: double. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-019.xml |
| fn-boolean-mixed-args-020 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: double. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-020.xml |
| fn-boolean-mixed-args-021 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: double. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-021.xml |
| fn-boolean-mixed-args-022 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: double. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-022.xml |
| fn-boolean-mixed-args-023 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: double. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-023.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-023.xml |
| fn-boolean-mixed-args-024 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: decimal. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-024.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-024.xml |
| fn-boolean-mixed-args-025 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: decimal. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-025.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-025.xml |
| fn-boolean-mixed-args-026 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: decimal. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-026.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-026.xml |
| fn-boolean-mixed-args-027 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: decimal. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-027.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-027.xml |
| fn-boolean-mixed-args-028 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: decimal. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-028.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-028.xml |
| fn-boolean-mixed-args-029 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: integer. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-029.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-029.xml |
| fn-boolean-mixed-args-030 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: integer. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-030.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-030.xml |
| fn-boolean-mixed-args-031 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: integer. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-031.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-031.xml |
| fn-boolean-mixed-args-032 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: nonPositiveInteger. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-032.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-032.xml |
| fn-boolean-mixed-args-033 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: nonPositiveInteger. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-033.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-033.xml |
| fn-boolean-mixed-args-034 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: nonPositiveInteger. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-034.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-034.xml |
| fn-boolean-mixed-args-035 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: negativeInteger. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-035.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-035.xml |
| fn-boolean-mixed-args-036 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: negativeInteger. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-036.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-036.xml |
| fn-boolean-mixed-args-037 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: positiveInteger. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-037.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-037.xml |
| fn-boolean-mixed-args-038 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: positiveInteger. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-038.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-038.xml |
| fn-boolean-mixed-args-039 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: long. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-039.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-039.xml |
| fn-boolean-mixed-args-040 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: long. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-040.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-040.xml |
| fn-boolean-mixed-args-041 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: long. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-041.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-041.xml |
| fn-boolean-mixed-args-042 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: long. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-042.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-042.xml |
| fn-boolean-mixed-args-043 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: long. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-043.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-043.xml |
| fn-boolean-mixed-args-044 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: int. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-044.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-044.xml |
| fn-boolean-mixed-args-045 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: int. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-045.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-045.xml |
| fn-boolean-mixed-args-046 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: int. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-046.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-046.xml |
| fn-boolean-mixed-args-047 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: int. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-047.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-047.xml |
| fn-boolean-mixed-args-048 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: int. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-048.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-048.xml |
| fn-boolean-mixed-args-049 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates fn:boolean with argument set to an xs:anyURI. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-049.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-mixed-args-049.txt |
| fn-boolean-050 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates fn:boolean with argument set to an xs:dateTime value. Should rise an error. | ||
| Spec Citations: | ||
| #func-boolean | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/fn-boolean-050.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| context-item-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates fn:boolean that uses a context item, which is not defined. | ||
| Spec Citations: | ||
| #id-context-item-expression | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqBooleanFunc/context-item-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| K-SeqBooleanFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `boolean()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqBooleanFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `boolean(1, "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqBooleanFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `boolean((1, 2))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqBooleanFunc-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `boolean(xs:QName("valid-local-name"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqBooleanFunc-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `boolean(xs:hexBinary("03"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqBooleanFunc-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `boolean(xs:base64Binary("aaaa"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqBooleanFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Extracting EBV from xs:anyURI is allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-7.txt |
| K-SeqBooleanFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Extracting EBV from xs:anyURI is allowed. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-8.txt |
| K-SeqBooleanFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:boolean() invoked on an non-empty xs:string should return true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-9.txt |
| K-SeqBooleanFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:boolean() invoked on an non-empty xs:untypedAtomic should return true. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-10.txt |
| K-SeqBooleanFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:boolean() invoked on an non-empty xs:untypedAtomic should return false. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-11.txt |
| K-SeqBooleanFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `boolean(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-12.txt |
| K-SeqBooleanFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(boolean(""))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-13.txt |
| K-SeqBooleanFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(boolean(false()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-14.txt |
| K-SeqBooleanFunc-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `boolean(true())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-15.txt |
| K-SeqBooleanFunc-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `true() eq boolean(remove((xs:hexBinary("FF"), 1), 1) treat as xs:integer)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-16.txt |
| K-SeqBooleanFunc-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(0)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-17.txt |
| K-SeqBooleanFunc-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `boolean(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-18.txt |
| K-SeqBooleanFunc-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `boolean(1.1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-19.txt |
| K-SeqBooleanFunc-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `boolean(1.1e1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-20.txt |
| K-SeqBooleanFunc-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(0.0e0)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-21.txt |
| K-SeqBooleanFunc-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(0.0)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-22.txt |
| K-SeqBooleanFunc-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `boolean(-1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-23.txt |
| K-SeqBooleanFunc-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-24.txt |
| K-SeqBooleanFunc-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(boolean(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-25.txt |
| K-SeqBooleanFunc-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-26.txt |
| K-SeqBooleanFunc-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(empty((1, 2)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-27.txt |
| K-SeqBooleanFunc-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(empty(((), 1, 2)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-28.txt |
| K-SeqBooleanFunc-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `boolean('nada')`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-29.txt |
| K-SeqBooleanFunc-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `boolean('""')`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-30.txt |
| K-SeqBooleanFunc-31 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not('')`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-31.txt |
| K-SeqBooleanFunc-32 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply fn:boolean() on fn:count(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqBooleanFunc/K-SeqBooleanFunc-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqBooleanFunc/K-SeqBooleanFunc-32.txt |
| fn-indexof-mix-args-001 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of integers , arg2: integer. | ||
| Spec Citations: | ||
| #func-index-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-001.txt |
| fn-indexof-mix-args-002 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of integers , arg2: integer. | ||
| Spec Citations: | ||
| #func-index-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-002.txt |
| fn-indexof-mix-args-003 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string , arg2: string. | ||
| Spec Citations: | ||
| #func-index-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-003.txt |
| fn-indexof-mix-args-004 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string , arg2: string. | ||
| Spec Citations: | ||
| #func-index-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-004.txt |
| fn-indexof-mix-args-005 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: empty Sequence , arg2: string. | ||
| Spec Citations: | ||
| #func-index-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-005.txt |
| fn-indexof-mix-args-006 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string , arg2: string. | ||
| Spec Citations: | ||
| #func-index-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-006.txt |
| fn-indexof-mix-args-007 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: empty Sequence , arg2: untypedAtomic. | ||
| Spec Citations: | ||
| #func-index-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-007.txt |
| fn-indexof-mix-args-008 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of float , arg2: float. | ||
| Spec Citations: | ||
| #func-index-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-008.txt |
| fn-indexof-mix-args-009 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of double , arg2: double. | ||
| Spec Citations: | ||
| #func-index-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-009.txt |
| fn-indexof-mix-args-010 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of double, arg2: double. | ||
| Spec Citations: | ||
| #func-index-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-010.txt |
| fn-indexof-mix-args-011 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of double, arg2: double. | ||
| Spec Citations: | ||
| #func-index-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-011.txt |
| fn-indexof-mix-args-012 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of decimal, arg2: decimal. | ||
| Spec Citations: | ||
| #func-index-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-012.txt |
| fn-indexof-mix-args-013 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of decimal, arg2: decimal. | ||
| Spec Citations: | ||
| #func-index-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-013.txt |
| fn-indexof-mix-args-014 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of positiveInteger, arg2: positiveInteger. | ||
| Spec Citations: | ||
| #func-index-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-014.txt |
| fn-indexof-mix-args-015 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of negativeInteger, arg2: negativeInteger. | ||
| Spec Citations: | ||
| #func-index-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-015.txt |
| fn-indexof-mix-args-016 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Use a nested sequence in the sequence to search. | ||
| Spec Citations: | ||
| #func-index-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-016.txt |
| fn-indexof-mix-args-017 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Use multiple nested sequence in the sequence to search. | ||
| Spec Citations: | ||
| #func-index-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-017.txt |
| fn-indexof-mix-args-018 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Use external variable for the sequence parameter. | ||
| Spec Citations: | ||
| #func-index-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-018.txt |
| fn-indexof-mix-args-019 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Use external variable both in sequence and search parameter. | ||
| Spec Citations: | ||
| #func-index-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-019.txt |
| fn-indexof-mix-args-020 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Use empty string with other strings in sequence. | ||
| Spec Citations: | ||
| #func-index-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-020.txt |
| fn-indexof-mix-args-021 | Scenario: standard | Creator: Ravindranath Chennoju |
| Description: | ||
| Use empty string with integers in the sequence parameter. | ||
| Spec Citations: | ||
| #func-index-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-021.txt |
| fn-indexof-mix-args-022 | Scenario: runtime-error | Creator: Ravindranath Chennoju |
| Description: | ||
| Use no search parameter. | ||
| Spec Citations: | ||
| #func-index-of | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqIndexOfFunc/fn-indexof-mix-args-022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqIndexOfFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `index-of()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqIndexOfFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `index-of(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqIndexOfFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `index-of((1, 2, 3), 1, ())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqIndexOfFunc-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `index-of("a string", "a string", "http://www.example.com/COLLATION/NOT/SUPPORTED")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0002 | ||
| K-SeqIndexOfFunc-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `index-of("a string", "a string", "http://www.w3.org/2005/xpath-functions/collation/codepoint", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqIndexOfFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `index-of("a string", "a string", "http://www.w3.org/2005/xpath-functions/collation/codepoint") eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqIndexOfFunc/K-SeqIndexOfFunc-6.txt |
| K-SeqIndexOfFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(index-of(xs:double("NaN"), xs:float("NaN")))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqIndexOfFunc/K-SeqIndexOfFunc-7.txt |
| K-SeqIndexOfFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(index-of(xs:float("NaN"), xs:double("NaN")))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqIndexOfFunc/K-SeqIndexOfFunc-8.txt |
| K-SeqIndexOfFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(index-of(xs:float("NaN"), xs:float("NaN")))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqIndexOfFunc/K-SeqIndexOfFunc-9.txt |
| K-SeqIndexOfFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(index-of(xs:double("NaN"), xs:double("NaN")))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqIndexOfFunc/K-SeqIndexOfFunc-10.txt |
| K-SeqIndexOfFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(index-of(4, "4"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqIndexOfFunc/K-SeqIndexOfFunc-11.txt |
| K-SeqIndexOfFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `index-of(4, 4) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqIndexOfFunc/K-SeqIndexOfFunc-12.txt |
| K-SeqIndexOfFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(index-of((), 4))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqIndexOfFunc/K-SeqIndexOfFunc-13.txt |
| K-SeqIndexOfFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `index-of(4, 4) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqIndexOfFunc/K-SeqIndexOfFunc-14.txt |
| K-SeqIndexOfFunc-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((1, 2, 3, 4, 5, 6), index-of((4, 4, 4, 4, 4, 4), 4))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqIndexOfFunc/K-SeqIndexOfFunc-15.txt |
| K-SeqIndexOfFunc-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(index-of(xs:anyURI("example.com/"), xs:hexBinary("FF")))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqIndexOfFunc/K-SeqIndexOfFunc-16.txt |
| K-SeqIndexOfFunc-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `index-of(xs:untypedAtomic("example.com/"), xs:anyURI("example.com/")) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqIndexOfFunc/K-SeqIndexOfFunc-17.txt |
| K-SeqIndexOfFunc-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal(index-of((1, 2, "three", 5, 5, 6), 5), (4, 5))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqIndexOfFunc/K-SeqIndexOfFunc-18.txt |
| K-SeqIndexOfFunc-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(index-of((10, 20, 30, 40), 35))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqIndexOfFunc/K-SeqIndexOfFunc-19.txt |
| K-SeqIndexOfFunc-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal(index-of((10, 20, 30, 30, 20, 10), 20), (2, 5))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqIndexOfFunc/K-SeqIndexOfFunc-20.txt |
| K-SeqIndexOfFunc-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal(index-of(("a", "sport", "and", "a", "pastime"), "a"), (1, 4))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqIndexOfFunc/K-SeqIndexOfFunc-21.txt |
| K-SeqIndexOfFunc-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(index-of((1, 2, 3, 2, 1), 2)) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqIndexOfFunc/K-SeqIndexOfFunc-22.txt |
| K-SeqIndexOfFunc-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(index-of((1, 2, 3, 2, 1), 1)) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqIndexOfFunc/K-SeqIndexOfFunc-23.txt |
| K-SeqIndexOfFunc-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(index-of((1, 2, 3, 2, 1), 3)) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqIndexOfFunc/K-SeqIndexOfFunc-24.txt |
| K-SeqIndexOfFunc-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(index-of((1, 2, 3, 2, 1), 4)) eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqIndexOfFunc/K-SeqIndexOfFunc-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqIndexOfFunc/K-SeqIndexOfFunc-25.txt |
| fn-emptyint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyint1args-1.txt |
| fn-emptyint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyint1args-2.txt |
| fn-emptyint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyint1args-3.txt |
| fn-emptyintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyintg1args-1.txt |
| fn-emptyintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyintg1args-2.txt |
| fn-emptyintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyintg1args-3.txt |
| fn-emptydec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptydec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptydec1args-1.txt |
| fn-emptydec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptydec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptydec1args-2.txt |
| fn-emptydec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptydec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptydec1args-3.txt |
| fn-emptydbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptydbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptydbl1args-1.txt |
| fn-emptydbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptydbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptydbl1args-2.txt |
| fn-emptydbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptydbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptydbl1args-3.txt |
| fn-emptyflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyflt1args-1.txt |
| fn-emptyflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyflt1args-2.txt |
| fn-emptyflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyflt1args-3.txt |
| fn-emptylng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptylng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptylng1args-1.txt |
| fn-emptylng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptylng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptylng1args-2.txt |
| fn-emptylng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptylng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptylng1args-3.txt |
| fn-emptyusht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyusht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyusht1args-1.txt |
| fn-emptyusht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyusht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyusht1args-2.txt |
| fn-emptyusht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyusht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyusht1args-3.txt |
| fn-emptynint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptynint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptynint1args-1.txt |
| fn-emptynint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptynint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptynint1args-2.txt |
| fn-emptynint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptynint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptynint1args-3.txt |
| fn-emptypint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptypint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptypint1args-1.txt |
| fn-emptypint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptypint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptypint1args-2.txt |
| fn-emptypint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptypint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptypint1args-3.txt |
| fn-emptyulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyulng1args-1.txt |
| fn-emptyulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyulng1args-2.txt |
| fn-emptyulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptyulng1args-3.txt |
| fn-emptynpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptynpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptynpi1args-1.txt |
| fn-emptynpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptynpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptynpi1args-2.txt |
| fn-emptynpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptynpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptynpi1args-3.txt |
| fn-emptynni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptynni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptynni1args-1.txt |
| fn-emptynni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptynni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptynni1args-2.txt |
| fn-emptynni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptynni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptynni1args-3.txt |
| fn-emptysht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptysht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptysht1args-1.txt |
| fn-emptysht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptysht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptysht1args-2.txt |
| fn-emptysht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "empty" function with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-empty | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptysht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqEmptyFunc/fn-emptysht1args-3.txt |
| K-SeqEmptyFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(1, 2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqEmptyFunc/K-SeqEmptyFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqEmptyFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqEmptyFunc/K-SeqEmptyFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqEmptyFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(empty("string"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqEmptyFunc/K-SeqEmptyFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqEmptyFunc/K-SeqEmptyFunc-3.txt |
| K-SeqEmptyFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(empty((1, (), "string")))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqEmptyFunc/K-SeqEmptyFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqEmptyFunc/K-SeqEmptyFunc-4.txt |
| K-SeqEmptyFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(empty((1, "string")))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqEmptyFunc/K-SeqEmptyFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqEmptyFunc/K-SeqEmptyFunc-5.txt |
| K-SeqEmptyFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(empty( ((), 1, "string") ))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqEmptyFunc/K-SeqEmptyFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqEmptyFunc/K-SeqEmptyFunc-6.txt |
| K-SeqEmptyFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqEmptyFunc/K-SeqEmptyFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqEmptyFunc/K-SeqEmptyFunc-7.txt |
| K-SeqEmptyFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty( ((), (), ()) )`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqEmptyFunc/K-SeqEmptyFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqEmptyFunc/K-SeqEmptyFunc-8.txt |
| K-SeqEmptyFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:empty combined with fn:remove and fn:not. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqEmptyFunc/K-SeqEmptyFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqEmptyFunc/K-SeqEmptyFunc-9.txt |
| fn-existsint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsint1args-1.txt |
| fn-existsint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsint1args-2.txt |
| fn-existsint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsint1args-3.txt |
| fn-existsintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsintg1args-1.txt |
| fn-existsintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsintg1args-2.txt |
| fn-existsintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsintg1args-3.txt |
| fn-existsdec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsdec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsdec1args-1.txt |
| fn-existsdec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsdec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsdec1args-2.txt |
| fn-existsdec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsdec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsdec1args-3.txt |
| fn-existsdbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsdbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsdbl1args-1.txt |
| fn-existsdbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsdbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsdbl1args-2.txt |
| fn-existsdbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsdbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsdbl1args-3.txt |
| fn-existsflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsflt1args-1.txt |
| fn-existsflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsflt1args-2.txt |
| fn-existsflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsflt1args-3.txt |
| fn-existslng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existslng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existslng1args-1.txt |
| fn-existslng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existslng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existslng1args-2.txt |
| fn-existslng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existslng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existslng1args-3.txt |
| fn-existsusht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsusht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsusht1args-1.txt |
| fn-existsusht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsusht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsusht1args-2.txt |
| fn-existsusht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsusht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsusht1args-3.txt |
| fn-existsnint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsnint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsnint1args-1.txt |
| fn-existsnint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsnint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsnint1args-2.txt |
| fn-existsnint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsnint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsnint1args-3.txt |
| fn-existspint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existspint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existspint1args-1.txt |
| fn-existspint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existspint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existspint1args-2.txt |
| fn-existspint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existspint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existspint1args-3.txt |
| fn-existsulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsulng1args-1.txt |
| fn-existsulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsulng1args-2.txt |
| fn-existsulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsulng1args-3.txt |
| fn-existsnpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsnpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsnpi1args-1.txt |
| fn-existsnpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsnpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsnpi1args-2.txt |
| fn-existsnpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsnpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsnpi1args-3.txt |
| fn-existsnni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsnni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsnni1args-1.txt |
| fn-existsnni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsnni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsnni1args-2.txt |
| fn-existsnni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsnni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existsnni1args-3.txt |
| fn-existssht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existssht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existssht1args-1.txt |
| fn-existssht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existssht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existssht1args-2.txt |
| fn-existssht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exists" function with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-exists | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existssht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqExistsFunc/fn-existssht1args-3.txt |
| K-SeqExistsFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `exists(1, 2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExistsFunc/K-SeqExistsFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExistsFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `exists()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExistsFunc/K-SeqExistsFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExistsFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(exists(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExistsFunc/K-SeqExistsFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqExistsFunc/K-SeqExistsFunc-3.txt |
| K-SeqExistsFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `exists(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExistsFunc/K-SeqExistsFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqExistsFunc/K-SeqExistsFunc-4.txt |
| K-SeqExistsFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `exists((1))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExistsFunc/K-SeqExistsFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqExistsFunc/K-SeqExistsFunc-5.txt |
| K-SeqExistsFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `exists((1, 2, 3))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExistsFunc/K-SeqExistsFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqExistsFunc/K-SeqExistsFunc-6.txt |
| K-SeqExistsFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(exists(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExistsFunc/K-SeqExistsFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqExistsFunc/K-SeqExistsFunc-7.txt |
| K-SeqExistsFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(exists( ((), (), (), ()) ))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExistsFunc/K-SeqExistsFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqExistsFunc/K-SeqExistsFunc-8.txt |
| K-SeqExistsFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `exists(reverse((1, 2, 3)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExistsFunc/K-SeqExistsFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqExistsFunc/K-SeqExistsFunc-9.txt |
| K-SeqExistsFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The Dynamic Context property 'current dateTime' must have an explicit timezone when presented as a xs:dateTime. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExistsFunc/K-SeqExistsFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqExistsFunc/K-SeqExistsFunc-10.txt |
| K-SeqExistsFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The Dynamic Context property 'current dateTime' must have an explicit timezone when presented as a xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExistsFunc/K-SeqExistsFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqExistsFunc/K-SeqExistsFunc-11.txt |
| K-SeqExistsFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The Dynamic Context property 'current dateTime' must have an explicit timezone when presented as a xs:time. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExistsFunc/K-SeqExistsFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqExistsFunc/K-SeqExistsFunc-12.txt |
| K-SeqExistsFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:empty combined with fn:remove. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExistsFunc/K-SeqExistsFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqExistsFunc/K-SeqExistsFunc-13.txt |
| K-SeqExistsFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:empty combined with fn:remove and fn:not. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExistsFunc/K-SeqExistsFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqExistsFunc/K-SeqExistsFunc-14.txt |
| fn-distinct-valuesint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesint1args-1.txt |
| fn-distinct-valuesint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesint1args-2.txt |
| fn-distinct-valuesint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesint1args-3.txt |
| fn-distinct-valuesintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesintg1args-1.txt |
| fn-distinct-valuesintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesintg1args-2.txt |
| fn-distinct-valuesintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesintg1args-3.txt |
| fn-distinct-valuesdec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesdec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesdec1args-1.txt |
| fn-distinct-valuesdec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesdec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesdec1args-2.txt |
| fn-distinct-valuesdec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesdec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesdec1args-3.txt |
| fn-distinct-valuesdbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesdbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesdbl1args-1.txt |
| fn-distinct-valuesdbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesdbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesdbl1args-2.txt |
| fn-distinct-valuesdbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesdbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesdbl1args-3.txt |
| fn-distinct-valuesflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesflt1args-1.txt |
| fn-distinct-valuesflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesflt1args-2.txt |
| fn-distinct-valuesflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesflt1args-3.txt |
| fn-distinct-valueslng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valueslng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valueslng1args-1.txt |
| fn-distinct-valueslng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valueslng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valueslng1args-2.txt |
| fn-distinct-valueslng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valueslng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valueslng1args-3.txt |
| fn-distinct-valuesusht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesusht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesusht1args-1.txt |
| fn-distinct-valuesusht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesusht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesusht1args-2.txt |
| fn-distinct-valuesusht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesusht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesusht1args-3.txt |
| fn-distinct-valuesnint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesnint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesnint1args-1.txt |
| fn-distinct-valuesnint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesnint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesnint1args-2.txt |
| fn-distinct-valuesnint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesnint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesnint1args-3.txt |
| fn-distinct-valuespint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuespint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuespint1args-1.txt |
| fn-distinct-valuespint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuespint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuespint1args-2.txt |
| fn-distinct-valuespint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuespint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuespint1args-3.txt |
| fn-distinct-valuesulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesulng1args-1.txt |
| fn-distinct-valuesulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesulng1args-2.txt |
| fn-distinct-valuesulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesulng1args-3.txt |
| fn-distinct-valuesnpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesnpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesnpi1args-1.txt |
| fn-distinct-valuesnpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesnpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesnpi1args-2.txt |
| fn-distinct-valuesnpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesnpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesnpi1args-3.txt |
| fn-distinct-valuesnni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesnni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesnni1args-1.txt |
| fn-distinct-valuesnni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesnni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesnni1args-2.txt |
| fn-distinct-valuesnni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesnni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuesnni1args-3.txt |
| fn-distinct-valuessht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuessht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuessht1args-1.txt |
| fn-distinct-valuessht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuessht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuessht1args-2.txt |
| fn-distinct-valuessht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "distinct-values" function with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuessht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-valuessht1args-3.txt |
| fn-distinct-values-mixed-args-001 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of integer and decimal. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-alt-001.txt |
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-001.txt |
| fn-distinct-values-mixed-args-002 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of integer. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-002.txt |
| fn-distinct-values-mixed-args-003 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of integer and decimal. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-alt-003.txt |
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-003.txt |
| fn-distinct-values-mixed-args-004 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of integer. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-004.txt |
| fn-distinct-values-mixed-args-005 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of integer and double. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-alt-005.txt |
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-005.txt |
| fn-distinct-values-mixed-args-006 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-alt-006.txt |
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-006.txt |
| fn-distinct-values-mixed-args-007 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-007.txt |
| fn-distinct-values-mixed-args-008 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-008.txt |
| fn-distinct-values-mixed-args-009 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of integer,decimal,boolean,string. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-alt-009.txt |
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-009.txt |
| fn-distinct-values-mixed-args-010 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of decimal. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-alt-010.txt |
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-010.txt |
| fn-distinct-values-mixed-args-011 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of decimal and string. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-011.txt |
| fn-distinct-values-mixed-args-012 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of decimal and float. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-012.txt |
| fn-distinct-values-mixed-args-013 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of decimal and double. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-013.txt |
| fn-distinct-values-mixed-args-014 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of float and string. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-014.txt |
| fn-distinct-values-mixed-args-015 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of float and string. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-015.txt |
| fn-distinct-values-mixed-args-016 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of float and string. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-016.txt |
| fn-distinct-values-mixed-args-017 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of float and float. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-017.txt |
| fn-distinct-values-mixed-args-018 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of float and float. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-alt-018.txt |
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-018.txt |
| fn-distinct-values-mixed-args-019 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of float and float. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-019.txt |
| fn-distinct-values-mixed-args-020 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of float and float. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-020.txt |
| fn-distinct-values-mixed-args-021 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of float and double. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-021.txt |
| fn-distinct-values-mixed-args-022 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of float and double. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-022.txt |
| fn-distinct-values-mixed-args-023 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of float and double. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-023.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-023.txt |
| fn-distinct-values-mixed-args-024 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of double and double. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-024.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-alt-024.txt |
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-024.txt |
| fn-distinct-values-mixed-args-025 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of double and double. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-025.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-025.txt |
| fn-distinct-values-mixed-args-026 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of double and double. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-026.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-026.txt |
| fn-distinct-values-mixed-args-027 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-027.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-alt-027.txt |
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-027.txt |
| fn-distinct-values-mixed-args-028 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-028.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-alt-028.txt |
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-028.txt |
| fn-distinct-values-mixed-args-029 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of boolean. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-029.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-029.txt |
| fn-distinct-values-mixed-args-030 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of boolean. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-030.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-030.txt |
| fn-distinct-values-mixed-args-031 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of boolean. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-031.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-031.txt |
| fn-distinct-values-mixed-args-032 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of boolean. | ||
| Spec Citations: | ||
| #func-distinct-values | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-032.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-alt-032.txt |
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqDistinctValuesFunc/fn-distinct-values-mixed-args-032.txt |
| K-SeqDistinctValuesFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `distinct-values()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqDistinctValuesFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:distinct-values() with a collation argument, although the function does not perform string comparison. For that reason, output is valid as well. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-2.txt |
| Error: err:FOCH0002 | ||
| K-SeqDistinctValuesFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `distinct-values("a string", "http://www.w3.org/2005/xpath-functions/collation/codepoint", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqDistinctValuesFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `distinct-values("a string", "http://www.w3.org/2005/xpath-functions/collation/codepoint") eq "a string"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-4.txt |
| K-SeqDistinctValuesFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(distinct-values(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-5.txt |
| K-SeqDistinctValuesFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal(distinct-values( ("1", 1, 2, 1, 1, 3, 1, 1, 3, xs:anyURI("example.com/"), xs:anyURI("example.com/"))), ("1", 1, 2, 3, xs:anyURI("example.com/")))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-6.txt |
| K-SeqDistinctValuesFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `distinct-values((1, 1)) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-7.txt |
| K-SeqDistinctValuesFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `-3 eq distinct-values((-3, -3))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-8.txt |
| K-SeqDistinctValuesFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(distinct-values((1, 2.0, 3, 2))) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-9.txt |
| K-SeqDistinctValuesFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal(distinct-values((1, 2.0, 3, 2)), (1, 2.0, 3))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-10.txt |
| K-SeqDistinctValuesFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `exists(distinct-values((1, 2, 3, 1)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-11.txt |
| K-SeqDistinctValuesFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(empty(distinct-values((1, 1))))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-12.txt |
| K-SeqDistinctValuesFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(distinct-values((1, 2, 2, current-time()))) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-13.txt |
| K-SeqDistinctValuesFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(distinct-values(())) eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-14.txt |
| K-SeqDistinctValuesFunc-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:distinct-values() applied on an argument of cardinality exactly-one. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDistinctValuesFunc/K-SeqDistinctValuesFunc-15.txt |
| fn-insert-before-mix-args-001 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string, arg2:integer, arg3: string. | ||
| Spec Citations: | ||
| #func-insert-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-001.txt |
| fn-insert-before-mix-args-002 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string, arg2:integer, arg3: empty sequence. | ||
| Spec Citations: | ||
| #func-insert-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-002.txt |
| fn-insert-before-mix-args-003 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string, arg2:integer, arg3: empty sequence. | ||
| Spec Citations: | ||
| #func-insert-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-003.txt |
| fn-insert-before-mix-args-004 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string, arg2:integer, arg3: string. | ||
| Spec Citations: | ||
| #func-insert-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-004.txt |
| fn-insert-before-mix-args-005 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string, arg2:integer, arg3: anyURI. | ||
| Spec Citations: | ||
| #func-insert-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-005.txt |
| fn-insert-before-mix-args-006 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string, arg2:integer, arg3: integer. | ||
| Spec Citations: | ||
| #func-insert-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-006.txt |
| fn-insert-before-mix-args-007 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string, arg2:integer, arg3: decimal. | ||
| Spec Citations: | ||
| #func-insert-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-007.txt |
| fn-insert-before-mix-args-008 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string, arg2:integer, arg3: float. | ||
| Spec Citations: | ||
| #func-insert-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-008.txt |
| fn-insert-before-mix-args-009 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string, arg2:integer, arg3: float. | ||
| Spec Citations: | ||
| #func-insert-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-009.txt |
| fn-insert-before-mix-args-010 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string, arg2:integer, arg3: float. | ||
| Spec Citations: | ||
| #func-insert-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-010.txt |
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-010_alt.txt |
| fn-insert-before-mix-args-011 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string, arg2:integer, arg3: float. | ||
| Spec Citations: | ||
| #func-insert-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-011.txt |
| fn-insert-before-mix-args-012 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string, arg2:integer, arg3: double. | ||
| Spec Citations: | ||
| #func-insert-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-012.txt |
| fn-insert-before-mix-args-013 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string, arg2:integer, arg3: double. | ||
| Spec Citations: | ||
| #func-insert-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-013.txt |
| fn-insert-before-mix-args-014 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string, arg2:integer, arg3: boolean. | ||
| Spec Citations: | ||
| #func-insert-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-014.txt |
| fn-insert-before-mix-args-015 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string, arg2:integer, arg3: boolean. | ||
| Spec Citations: | ||
| #func-insert-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-015.txt |
| fn-insert-before-mix-args-016 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string, arg2:integer, arg3: boolean. | ||
| Spec Citations: | ||
| #func-insert-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-016.txt |
| fn-insert-before-mix-args-017 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string, arg2:integer, arg3: boolean. | ||
| Spec Citations: | ||
| #func-insert-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-017.txt |
| fn-insert-before-mix-args-018 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string, arg2:integer, arg3: date. | ||
| Spec Citations: | ||
| #func-insert-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-018.txt |
| fn-insert-before-mix-args-019 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string, arg2:integer, arg3: dateTime. | ||
| Spec Citations: | ||
| #func-insert-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-019.txt |
| fn-insert-before-mix-args-020 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: Sequence of string, arg2:integer, arg3: time. | ||
| Spec Citations: | ||
| #func-insert-before | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-020.txt |
| K-SeqInsertBeforeFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `insert-before()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqInsertBeforeFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `insert-before("wrong params", 2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqInsertBeforeFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `insert-before("wrong params", 2, 3, 4)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqInsertBeforeFunc-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| The second argument to fn:insert-before cannot be the empty sequence. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqInsertBeforeFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `insert-before((), -31, "a string") eq "a string"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-5.txt |
| K-SeqInsertBeforeFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(insert-before((1, 2, 3), 1, (4, 5, 6))) eq 6`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-6.txt |
| K-SeqInsertBeforeFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `insert-before((), 1, 3) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-7.txt |
| K-SeqInsertBeforeFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `insert-before((), 1, "a string") eq "a string"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-8.txt |
| K-SeqInsertBeforeFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(insert-before((), 1, (1, 2, 3))) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-9.txt |
| K-SeqInsertBeforeFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `insert-before((), 30, 7) eq 7`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-10.txt |
| K-SeqInsertBeforeFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(insert-before((1, 2, 3, 4), 30, ())) eq 4`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-11.txt |
| K-SeqInsertBeforeFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `insert-before(9, 30, ()) eq 9`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-12.txt |
| K-SeqInsertBeforeFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(insert-before((1, 2, 3, 4), 1, ())) eq 4`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-13.txt |
| K-SeqInsertBeforeFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(insert-before((1, 2, 3), 30, (4, 5, 6))) eq 6`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-14.txt |
| K-SeqInsertBeforeFunc-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(insert-before((), 30, (1, 2, 3))) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-15.txt |
| K-SeqInsertBeforeFunc-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(insert-before((error(), 1), 1, (1, "two", 3))) > 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-16.txt |
| Error: err:FOER0000 | ||
| K-SeqInsertBeforeFunc-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply a predicate to the result of fn:insert-before(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-17.txt |
| K-SeqInsertBeforeFunc-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply a predicate to the result of fn:insert-before(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-18.txt |
| K-SeqInsertBeforeFunc-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply a predicate to the result of fn:insert-before(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-19.txt |
| K-SeqInsertBeforeFunc-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply a predicate to the result of fn:insert-before(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-20.txt |
| K-SeqInsertBeforeFunc-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply a predicate to the result of fn:insert-before(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-21.txt |
| fn-remove-mix-args-001 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string, arg2: integer. | ||
| Spec Citations: | ||
| #func-remove | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-001.txt |
| fn-remove-mix-args-002 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string, arg2: integer. | ||
| Spec Citations: | ||
| #func-remove | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-002.txt |
| fn-remove-mix-args-003 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string, arg2: integer. | ||
| Spec Citations: | ||
| #func-remove | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-003.txt |
| fn-remove-mix-args-004 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string, arg2: integer. | ||
| Spec Citations: | ||
| #func-remove | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-004.txt |
| fn-remove-mix-args-005 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string,anyURI,arg2: integer. | ||
| Spec Citations: | ||
| #func-remove | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-005.txt |
| fn-remove-mix-args-006 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string,anyURI,arg2: integer. | ||
| Spec Citations: | ||
| #func-remove | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-006.txt |
| fn-remove-mix-args-007 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string,anyURI,arg2: integer. | ||
| Spec Citations: | ||
| #func-remove | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-007.txt |
| fn-remove-mix-args-008 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1:sequence of string,integer,arg2: integer. | ||
| Spec Citations: | ||
| #func-remove | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-008.txt |
| fn-remove-mix-args-009 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of decimal, integer, anyURI arg2: integer. | ||
| Spec Citations: | ||
| #func-remove | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-009.txt |
| fn-remove-mix-args-010 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string,float ,arg2: integer. | ||
| Spec Citations: | ||
| #func-remove | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-010.txt |
| fn-remove-mix-args-011 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of float,integer,arg2: integer. | ||
| Spec Citations: | ||
| #func-remove | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-011.txt |
| fn-remove-mix-args-012 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string,float, decimal arg2: integer. | ||
| Spec Citations: | ||
| #func-remove | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-012.txt |
| fn-remove-mix-args-013 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of double,float,boolean ,arg2: integer. | ||
| Spec Citations: | ||
| #func-remove | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-013.txt |
| fn-remove-mix-args-014 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of double, integer ,arg2: integer. | ||
| Spec Citations: | ||
| #func-remove | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-014.txt |
| fn-remove-mix-args-015 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string,double ,arg2: integer. | ||
| Spec Citations: | ||
| #func-remove | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-015.txt |
| fn-remove-mix-args-016 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string,boolean, double ,arg2: integer. | ||
| Spec Citations: | ||
| #func-remove | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-016.txt |
| fn-remove-mix-args-017 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of boolean ,arg2: integer. | ||
| Spec Citations: | ||
| #func-remove | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-017.txt |
| fn-remove-mix-args-018 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string,boolean, date ,arg2: integer. | ||
| Spec Citations: | ||
| #func-remove | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-018.txt |
| fn-remove-mix-args-019 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string,dateTime,boolean ,arg2: integer. | ||
| Spec Citations: | ||
| #func-remove | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-019.txt |
| fn-remove-mix-args-020 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of time,decimal, integer ,arg2: integer. | ||
| Spec Citations: | ||
| #func-remove | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqRemoveFunc/fn-remove-mix-args-020.txt |
| K-SeqRemoveFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `remove()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqRemoveFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `remove(1, 2, "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqRemoveFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(remove((1, 2, 3), 0)) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqRemoveFunc/K-SeqRemoveFunc-3.txt |
| K-SeqRemoveFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(remove((1, 2, 3), -4)) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqRemoveFunc/K-SeqRemoveFunc-4.txt |
| K-SeqRemoveFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(remove((), 4))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqRemoveFunc/K-SeqRemoveFunc-5.txt |
| K-SeqRemoveFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `remove(("one", 2, 3), 1) instance of xs:integer+`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqRemoveFunc/K-SeqRemoveFunc-6.txt |
| K-SeqRemoveFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `remove((1, "two", 3), 2) instance of xs:integer+`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqRemoveFunc/K-SeqRemoveFunc-7.txt |
| K-SeqRemoveFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `remove((1, 2, "three"), 3) instance of xs:integer+`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqRemoveFunc/K-SeqRemoveFunc-8.txt |
| K-SeqRemoveFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(remove(("one", 2, 3), 1)) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqRemoveFunc/K-SeqRemoveFunc-9.txt |
| K-SeqRemoveFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(remove((1, "two", 3), 2)) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqRemoveFunc/K-SeqRemoveFunc-10.txt |
| K-SeqRemoveFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(remove((1, 2, "three"), 3)) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqRemoveFunc/K-SeqRemoveFunc-11.txt |
| K-SeqRemoveFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `remove((3.1, "four"), 1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqRemoveFunc/K-SeqRemoveFunc-12.txt |
| K-SeqRemoveFunc-13 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `remove(error(), 1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-SeqRemoveFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Combine fn:remove() with operator 'eq'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqRemoveFunc/K-SeqRemoveFunc-14.txt |
| K-SeqRemoveFunc-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Combine fn:remove() with operator 'eq'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqRemoveFunc/K-SeqRemoveFunc-15.txt |
| K-SeqRemoveFunc-16 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Combine remove(), with a predicate and the 'eq' operator. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqRemoveFunc-17 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Combine fn:remove() with operator 'eq'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqRemoveFunc-18 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Combine fn:remove() with operator 'eq'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqRemoveFunc-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An expression involving the eq operator that trigger certain optimization paths in some implementations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqRemoveFunc/K-SeqRemoveFunc-19.txt |
| K-SeqRemoveFunc-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| An expression involving the eq operator that trigger certain optimization paths in some implementations. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqRemoveFunc/K-SeqRemoveFunc-20.txt |
| K-SeqRemoveFunc-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply a predicate to the result of fn:remove(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqRemoveFunc/K-SeqRemoveFunc-21.txt |
| K-SeqRemoveFunc-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply a predicate to the result of fn:remove(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqRemoveFunc/K-SeqRemoveFunc-22.txt |
| K-SeqRemoveFunc-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply a predicate to the result of fn:remove(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqRemoveFunc/K-SeqRemoveFunc-23.txt |
| K-SeqRemoveFunc-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply a predicate to the result of fn:remove(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqRemoveFunc/K-SeqRemoveFunc-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqRemoveFunc/K-SeqRemoveFunc-24.txt |
| fn-reverseint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseint1args-1.txt |
| fn-reverseint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseint1args-2.txt |
| fn-reverseint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseint1args-3.txt |
| fn-reverseintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseintg1args-1.txt |
| fn-reverseintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseintg1args-2.txt |
| fn-reverseintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseintg1args-3.txt |
| fn-reversedec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversedec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversedec1args-1.txt |
| fn-reversedec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversedec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversedec1args-2.txt |
| fn-reversedec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversedec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversedec1args-3.txt |
| fn-reversedbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversedbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversedbl1args-1.txt |
| fn-reversedbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversedbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversedbl1args-2.txt |
| fn-reversedbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversedbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversedbl1args-3.txt |
| fn-reverseflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseflt1args-1.txt |
| fn-reverseflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseflt1args-2.txt |
| fn-reverseflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseflt1args-3.txt |
| fn-reverselng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverselng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverselng1args-1.txt |
| fn-reverselng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverselng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverselng1args-2.txt |
| fn-reverselng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverselng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverselng1args-3.txt |
| fn-reverseusht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseusht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseusht1args-1.txt |
| fn-reverseusht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseusht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseusht1args-2.txt |
| fn-reverseusht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseusht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseusht1args-3.txt |
| fn-reversenint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversenint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversenint1args-1.txt |
| fn-reversenint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversenint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversenint1args-2.txt |
| fn-reversenint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversenint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversenint1args-3.txt |
| fn-reversepint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversepint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversepint1args-1.txt |
| fn-reversepint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversepint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversepint1args-2.txt |
| fn-reversepint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversepint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversepint1args-3.txt |
| fn-reverseulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseulng1args-1.txt |
| fn-reverseulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseulng1args-2.txt |
| fn-reverseulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reverseulng1args-3.txt |
| fn-reversenpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversenpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversenpi1args-1.txt |
| fn-reversenpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversenpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversenpi1args-2.txt |
| fn-reversenpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversenpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversenpi1args-3.txt |
| fn-reversenni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversenni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversenni1args-1.txt |
| fn-reversenni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversenni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversenni1args-2.txt |
| fn-reversenni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversenni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversenni1args-3.txt |
| fn-reversesht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversesht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversesht1args-1.txt |
| fn-reversesht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversesht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversesht1args-2.txt |
| fn-reversesht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "reverse" function with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-reverse | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversesht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqReverseFunc/fn-reversesht1args-3.txt |
| K-SeqReverseFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `reverse()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqReverseFunc/K-SeqReverseFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqReverseFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `reverse(1, 2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqReverseFunc/K-SeqReverseFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqReverseFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(reverse(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqReverseFunc/K-SeqReverseFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqReverseFunc/K-SeqReverseFunc-3.txt |
| K-SeqReverseFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(empty(reverse((1))))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqReverseFunc/K-SeqReverseFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqReverseFunc/K-SeqReverseFunc-4.txt |
| K-SeqReverseFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(reverse(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqReverseFunc/K-SeqReverseFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqReverseFunc/K-SeqReverseFunc-5.txt |
| K-SeqReverseFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(exists(reverse(())))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqReverseFunc/K-SeqReverseFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqReverseFunc/K-SeqReverseFunc-6.txt |
| K-SeqReverseFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `exists(reverse((1)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqReverseFunc/K-SeqReverseFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqReverseFunc/K-SeqReverseFunc-7.txt |
| K-SeqReverseFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `reverse((1, current-time())[1])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqReverseFunc/K-SeqReverseFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqReverseFunc/K-SeqReverseFunc-8.txt |
| K-SeqReverseFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `exists(reverse((1, 2, 3)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqReverseFunc/K-SeqReverseFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqReverseFunc/K-SeqReverseFunc-9.txt |
| K-SeqReverseFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(reverse((1, 2, 3))) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqReverseFunc/K-SeqReverseFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqReverseFunc/K-SeqReverseFunc-10.txt |
| K-SeqReverseFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(reverse((1, 2, 3))) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqReverseFunc/K-SeqReverseFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqReverseFunc/K-SeqReverseFunc-11.txt |
| K-SeqReverseFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((3, 2, 1), reverse(1 to 3))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqReverseFunc/K-SeqReverseFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqReverseFunc/K-SeqReverseFunc-12.txt |
| K-SeqReverseFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((3, 2, 1), reverse((1, 2, 3)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqReverseFunc/K-SeqReverseFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqReverseFunc/K-SeqReverseFunc-13.txt |
| K-SeqReverseFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1), reverse(((), (), 1, 2, (3, 4), (5), (6, (7, 8), 9), 10, (), 11, ())))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqReverseFunc/K-SeqReverseFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqReverseFunc/K-SeqReverseFunc-14.txt |
| K-SeqReverseFunc-15 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `reverse(error())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqReverseFunc/K-SeqReverseFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-SeqReverseFunc-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply a predicate to the result of fn:reverse(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqReverseFunc/K-SeqReverseFunc-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqReverseFunc/K-SeqReverseFunc-16.txt |
| K-SeqReverseFunc-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply a predicate to the result of fn:reverse(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqReverseFunc/K-SeqReverseFunc-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqReverseFunc/K-SeqReverseFunc-17.txt |
| K-SeqReverseFunc-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply a predicate to the result of fn:reverse(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqReverseFunc/K-SeqReverseFunc-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqReverseFunc/K-SeqReverseFunc-18.txt |
| K-SeqReverseFunc-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply a predicate to the result of fn:reverse(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqReverseFunc/K-SeqReverseFunc-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqReverseFunc/K-SeqReverseFunc-19.txt |
| K-SeqReverseFunc-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply a predicate to the result of fn:reverse(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqReverseFunc/K-SeqReverseFunc-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqReverseFunc/K-SeqReverseFunc-20.txt |
| K-SeqReverseFunc-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply a predicate to the result of fn:reverse(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqReverseFunc/K-SeqReverseFunc-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqReverseFunc/K-SeqReverseFunc-21.txt |
| fn-subsequence-mix-args-001 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string, arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-001.txt |
| fn-subsequence-mix-args-002 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string, arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-002.txt |
| fn-subsequence-mix-args-003 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string, arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-003.txt |
| fn-subsequence-mix-args-004 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string, arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-004.txt |
| fn-subsequence-mix-args-005 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string and anyURI, arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-005.txt |
| fn-subsequence-mix-args-006 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string, arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-006.txt |
| fn-subsequence-mix-args-007 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string and integer, arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-007.txt |
| fn-subsequence-mix-args-008 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string,decimal and integer, arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-008.txt |
| fn-subsequence-mix-args-009 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string and float , arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-009.txt |
| fn-subsequence-mix-args-010 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string and float , arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-010.txt |
| fn-subsequence-mix-args-011 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string and float , arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-011.txt |
| fn-subsequence-mix-args-012 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string and float , arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-012.txt |
| fn-subsequence-mix-args-013 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string and double , arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-013.txt |
| fn-subsequence-mix-args-014 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string and double , arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-014.txt |
| fn-subsequence-mix-args-015 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string and double , arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-015.txt |
| fn-subsequence-mix-args-016 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string and double , arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-016.txt |
| fn-subsequence-mix-args-017 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string and boolean, arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-017.txt |
| fn-subsequence-mix-args-018 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string and boolean, arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-018.txt |
| fn-subsequence-mix-args-019 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string and boolean, arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-019.txt |
| fn-subsequence-mix-args-020 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string and boolean, arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-020.txt |
| fn-subsequence-mix-args-021 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string and date , arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-021.txt |
| fn-subsequence-mix-args-022 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string and dateTime, arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-022.txt |
| fn-subsequence-mix-args-023 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: sequence of string and time , arg2 and arg3: integer. | ||
| Spec Citations: | ||
| #func-subsequence | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-023.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqSubsequenceFunc/fn-subsequence-mix-args-023.txt |
| K-SeqSubsequenceFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `subsequence()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqSubsequenceFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `subsequence(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqSubsequenceFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `subsequence(1, 1, 1, 1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqSubsequenceFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(subsequence((), 2, 3))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-4.txt |
| K-SeqSubsequenceFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(subsequence((1, 2, 3), 2, -10))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-5.txt |
| K-SeqSubsequenceFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(subsequence((1, 2, 3, "four"), 4)) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-6.txt |
| K-SeqSubsequenceFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(subsequence((1, 2, 3, "four"), 4, 1)) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-7.txt |
| K-SeqSubsequenceFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `subsequence((1, 2, 3.1, "four"), 4)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-8.txt |
| K-SeqSubsequenceFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `subsequence((1, 2, 3.1, "four"), 4, 1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-9.txt |
| K-SeqSubsequenceFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `subsequence((1, 2, 3.1, "four"), 3, 1) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-10.txt |
| K-SeqSubsequenceFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `subsequence((1, 2, 3.1, "four"), 1, 1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-11.txt |
| K-SeqSubsequenceFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(subsequence((1, 2, 3, "four"), 4, -3))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-12.txt |
| K-SeqSubsequenceFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(subsequence((1, 2, 3, "four"), -4, -3))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-13.txt |
| K-SeqSubsequenceFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `subsequence((1, 2, 3), 1, 1) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-14.txt |
| K-SeqSubsequenceFunc-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `subsequence((1, 2, 3), 1, 1) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-15.txt |
| K-SeqSubsequenceFunc-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `subsequence((1, 2, 3), 3) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-16.txt |
| K-SeqSubsequenceFunc-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(subsequence((1, 2, 3), 1, 1)) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-17.txt |
| K-SeqSubsequenceFunc-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(subsequence((1, 2, 3), 1, 3)) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-18.txt |
| K-SeqSubsequenceFunc-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(subsequence((1, 2, 3, "four"), 4)) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-19.txt |
| K-SeqSubsequenceFunc-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(subsequence(1 to 3, 1, 1)) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-20.txt |
| K-SeqSubsequenceFunc-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(subsequence((1, 2), 4))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-21.txt |
| K-SeqSubsequenceFunc-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `subsequence((5, 6, 7, 8), 2, 1) eq 6`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-22.txt |
| K-SeqSubsequenceFunc-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(subsequence((1, 2), 2)) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-23.txt |
| K-SeqSubsequenceFunc-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(subsequence((1, 2, 3, "four"), 2)) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-24.txt |
| K-SeqSubsequenceFunc-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(subsequence((1, 2, 3, "four"), 2, 2)) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-25.txt |
| K-SeqSubsequenceFunc-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `subsequence((1, 2, 3.1, "four"), 1, 1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-26.txt |
| K-SeqSubsequenceFunc-27 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 eq "a string"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqSubsequenceFunc-28 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `1 eq subsequence(("1", 2, 3.1, "four"), 1, 1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqSubsequenceFunc-29 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `subsequence(("1", 2, 3.1, "four"), 1, 1) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqSubsequenceFunc-30 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `subsequence(error(), 1, 1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-SeqSubsequenceFunc-31 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(subsequence((1, 2, 2, current-time()), 2, 2)) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-31.txt |
| K-SeqSubsequenceFunc-32 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(subsequence(remove(current-time(), 1), 1, 1)) eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-32.txt |
| K-SeqSubsequenceFunc-33 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal(1, subsequence((1, 2, current-time()), 1, 1))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-33.txt |
| K-SeqSubsequenceFunc-34 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Using subsequence inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-34.txt |
| K-SeqSubsequenceFunc-35 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(subsequence((current-time(), 1), 4))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-35.txt |
| K-SeqSubsequenceFunc-36 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(subsequence((current-time(), 1), 4)) eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-36.txt |
| K-SeqSubsequenceFunc-37 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(subsequence((current-time(), 2 , 3), 1)) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-37.txt |
| K-SeqSubsequenceFunc-38 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(subsequence((current-time(), 2 , 3), 3)) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-38.txt |
| K-SeqSubsequenceFunc-39 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(subsequence((current-time(), 2 , 3, 4), 2, 2)) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-39.txt |
| K-SeqSubsequenceFunc-40 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply a predicate to the result of fn:subsequence(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-40.txt |
| K-SeqSubsequenceFunc-41 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply a predicate to the result of fn:subsequence(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-41.txt |
| K-SeqSubsequenceFunc-42 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply a predicate to the result of fn:subsequence(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-42.txt |
| K-SeqSubsequenceFunc-43 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply a predicate to the result of fn:subsequence(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-43.txt |
| K-SeqSubsequenceFunc-44 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Apply a predicate to the result of fn:subsequence(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSubsequenceFunc/K-SeqSubsequenceFunc-44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSubsequenceFunc/K-SeqSubsequenceFunc-44.txt |
| fn-unordered-mix-args-001 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-001.txt |
| fn-unordered-mix-args-002 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-002.txt |
| fn-unordered-mix-args-003 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-003.txt |
| fn-unordered-mix-args-004 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-004.txt |
| fn-unordered-mix-args-005 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string and anyURI. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-005.txt |
| fn-unordered-mix-args-006 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-006.txt |
| fn-unordered-mix-args-007 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string and integer. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-007.txt |
| fn-unordered-mix-args-008 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string , decimal and integer. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-008.txt |
| fn-unordered-mix-args-009 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string and float. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-009.txt |
| fn-unordered-mix-args-010 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string and float. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-010.txt |
| fn-unordered-mix-args-011 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string and float. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-011.txt |
| fn-unordered-mix-args-012 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string and float. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-012.txt |
| fn-unordered-mix-args-013 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string and double. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-013.txt |
| fn-unordered-mix-args-014 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string and double. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-014.txt |
| fn-unordered-mix-args-015 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string and double. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-015.txt |
| fn-unordered-mix-args-016 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string and double. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-016.txt |
| fn-unordered-mix-args-017 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string and boolean. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-017.txt |
| fn-unordered-mix-args-018 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string and boolean. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-018.txt |
| fn-unordered-mix-args-019 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string and boolean. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-019.txt |
| fn-unordered-mix-args-020 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string and boolean. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-020.txt |
| fn-unordered-mix-args-021 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string and date. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-021.txt |
| fn-unordered-mix-args-022 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string and dateTime. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-022.txt |
| fn-unordered-mix-args-023 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: sequence of string and time. | ||
| Spec Citations: | ||
| #func-unordered | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-023.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/GeneralSeqFunc/SeqUnorderedFunc/fn-unordered-mix-args-023.txt |
| K-SeqUnorderedFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `unordered()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqUnorderedFunc/K-SeqUnorderedFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqUnorderedFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `unordered(1, 2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqUnorderedFunc/K-SeqUnorderedFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqUnorderedFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `unordered(1) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqUnorderedFunc/K-SeqUnorderedFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqUnorderedFunc/K-SeqUnorderedFunc-3.txt |
| K-SeqUnorderedFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(unordered((1, 2, 3))) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqUnorderedFunc/K-SeqUnorderedFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqUnorderedFunc/K-SeqUnorderedFunc-4.txt |
| K-SeqUnorderedFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(unordered((1, 2, current-time()))) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqUnorderedFunc/K-SeqUnorderedFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqUnorderedFunc/K-SeqUnorderedFunc-5.txt |
| K-SeqUnorderedFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(unordered(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqUnorderedFunc/K-SeqUnorderedFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqUnorderedFunc/K-SeqUnorderedFunc-6.txt |
| K-SeqUnorderedFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((1, 2, 3), unordered((1, 2, 3)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqUnorderedFunc/K-SeqUnorderedFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqUnorderedFunc/K-SeqUnorderedFunc-7.txt |
| K-SeqUnorderedFunc-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `unordered(error())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqUnorderedFunc/K-SeqUnorderedFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| fn-zero-or-oneint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneint1args-1.txt |
| fn-zero-or-oneint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneint1args-2.txt |
| fn-zero-or-oneint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneint1args-3.txt |
| fn-zero-or-oneintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneintg1args-1.txt |
| fn-zero-or-oneintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneintg1args-2.txt |
| fn-zero-or-oneintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneintg1args-3.txt |
| fn-zero-or-onedec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onedec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onedec1args-1.txt |
| fn-zero-or-onedec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onedec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onedec1args-2.txt |
| fn-zero-or-onedec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onedec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onedec1args-3.txt |
| fn-zero-or-onedbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onedbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onedbl1args-1.txt |
| fn-zero-or-onedbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onedbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onedbl1args-2.txt |
| fn-zero-or-onedbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onedbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onedbl1args-3.txt |
| fn-zero-or-oneflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneflt1args-1.txt |
| fn-zero-or-oneflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneflt1args-2.txt |
| fn-zero-or-oneflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneflt1args-3.txt |
| fn-zero-or-onelng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onelng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onelng1args-1.txt |
| fn-zero-or-onelng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onelng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onelng1args-2.txt |
| fn-zero-or-onelng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onelng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onelng1args-3.txt |
| fn-zero-or-oneusht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneusht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneusht1args-1.txt |
| fn-zero-or-oneusht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneusht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneusht1args-2.txt |
| fn-zero-or-oneusht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneusht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneusht1args-3.txt |
| fn-zero-or-onenint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onenint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onenint1args-1.txt |
| fn-zero-or-onenint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onenint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onenint1args-2.txt |
| fn-zero-or-onenint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onenint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onenint1args-3.txt |
| fn-zero-or-onepint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onepint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onepint1args-1.txt |
| fn-zero-or-onepint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onepint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onepint1args-2.txt |
| fn-zero-or-onepint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onepint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onepint1args-3.txt |
| fn-zero-or-oneulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneulng1args-1.txt |
| fn-zero-or-oneulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneulng1args-2.txt |
| fn-zero-or-oneulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-oneulng1args-3.txt |
| fn-zero-or-onenpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onenpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onenpi1args-1.txt |
| fn-zero-or-onenpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onenpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onenpi1args-2.txt |
| fn-zero-or-onenpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onenpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onenpi1args-3.txt |
| fn-zero-or-onenni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onenni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onenni1args-1.txt |
| fn-zero-or-onenni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onenni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onenni1args-2.txt |
| fn-zero-or-onenni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onenni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onenni1args-3.txt |
| fn-zero-or-onesht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onesht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onesht1args-1.txt |
| fn-zero-or-onesht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onesht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onesht1args-2.txt |
| fn-zero-or-onesht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onesht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-onesht1args-3.txt |
| fn-zero-or-one-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "zero-or-one" function the argument is a sequence of two items. | ||
| Spec Citations: | ||
| #func-zero-or-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqZeroOrOneFunc/fn-zero-or-one-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0003 | ||
| K-SeqZeroOrOneFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `zero-or-one(1, 2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqZeroOrOneFunc/K-SeqZeroOrOneFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqZeroOrOneFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `zero-or-one()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqZeroOrOneFunc/K-SeqZeroOrOneFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqZeroOrOneFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `zero-or-one(true())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqZeroOrOneFunc/K-SeqZeroOrOneFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqZeroOrOneFunc/K-SeqZeroOrOneFunc-3.txt |
| K-SeqZeroOrOneFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(zero-or-one(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqZeroOrOneFunc/K-SeqZeroOrOneFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqZeroOrOneFunc/K-SeqZeroOrOneFunc-4.txt |
| K-SeqZeroOrOneFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(zero-or-one( "one" )) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqZeroOrOneFunc/K-SeqZeroOrOneFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqZeroOrOneFunc/K-SeqZeroOrOneFunc-5.txt |
| K-SeqZeroOrOneFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(zero-or-one( () )) eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqZeroOrOneFunc/K-SeqZeroOrOneFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqZeroOrOneFunc/K-SeqZeroOrOneFunc-6.txt |
| K-SeqZeroOrOneFunc-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `zero-or-one(error())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqZeroOrOneFunc/K-SeqZeroOrOneFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-SeqZeroOrOneFunc-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `zero-or-one( (1, 2, 3) )`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqZeroOrOneFunc/K-SeqZeroOrOneFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0003 | ||
| fn-one-or-moreint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreint1args-1.txt |
| fn-one-or-moreint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreint1args-2.txt |
| fn-one-or-moreint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreint1args-3.txt |
| fn-one-or-moreintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreintg1args-1.txt |
| fn-one-or-moreintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreintg1args-2.txt |
| fn-one-or-moreintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreintg1args-3.txt |
| fn-one-or-moredec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moredec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moredec1args-1.txt |
| fn-one-or-moredec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moredec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moredec1args-2.txt |
| fn-one-or-moredec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moredec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moredec1args-3.txt |
| fn-one-or-moredbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moredbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moredbl1args-1.txt |
| fn-one-or-moredbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moredbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moredbl1args-2.txt |
| fn-one-or-moredbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moredbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moredbl1args-3.txt |
| fn-one-or-moreflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreflt1args-1.txt |
| fn-one-or-moreflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreflt1args-2.txt |
| fn-one-or-moreflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreflt1args-3.txt |
| fn-one-or-morelng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morelng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morelng1args-1.txt |
| fn-one-or-morelng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morelng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morelng1args-2.txt |
| fn-one-or-morelng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morelng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morelng1args-3.txt |
| fn-one-or-moreusht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreusht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreusht1args-1.txt |
| fn-one-or-moreusht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreusht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreusht1args-2.txt |
| fn-one-or-moreusht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreusht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreusht1args-3.txt |
| fn-one-or-morenint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morenint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morenint1args-1.txt |
| fn-one-or-morenint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morenint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morenint1args-2.txt |
| fn-one-or-morenint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morenint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morenint1args-3.txt |
| fn-one-or-morepint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morepint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morepint1args-1.txt |
| fn-one-or-morepint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morepint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morepint1args-2.txt |
| fn-one-or-morepint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morepint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morepint1args-3.txt |
| fn-one-or-moreulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreulng1args-1.txt |
| fn-one-or-moreulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreulng1args-2.txt |
| fn-one-or-moreulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moreulng1args-3.txt |
| fn-one-or-morenpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morenpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morenpi1args-1.txt |
| fn-one-or-morenpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morenpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morenpi1args-2.txt |
| fn-one-or-morenpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morenpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morenpi1args-3.txt |
| fn-one-or-morenni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morenni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morenni1args-1.txt |
| fn-one-or-morenni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morenni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morenni1args-2.txt |
| fn-one-or-morenni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morenni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-morenni1args-3.txt |
| fn-one-or-moresht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moresht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moresht1args-1.txt |
| fn-one-or-moresht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moresht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moresht1args-2.txt |
| fn-one-or-moresht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moresht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-moresht1args-3.txt |
| fn-one-or-more-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "one-or-more" function with the argument set to empty sequence. | ||
| Spec Citations: | ||
| #func-one-or-more | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqOneOrMoreFunc/fn-one-or-more-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0004 | ||
| K-SeqOneOrMoreFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `one-or-more(1, 2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqOneOrMoreFunc/K-SeqOneOrMoreFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqOneOrMoreFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `one-or-more()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqOneOrMoreFunc/K-SeqOneOrMoreFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqOneOrMoreFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `one-or-more("one") eq "one"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqOneOrMoreFunc/K-SeqOneOrMoreFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqOneOrMoreFunc/K-SeqOneOrMoreFunc-3.txt |
| K-SeqOneOrMoreFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `exists(one-or-more(("one", 2)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqOneOrMoreFunc/K-SeqOneOrMoreFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqOneOrMoreFunc/K-SeqOneOrMoreFunc-4.txt |
| K-SeqOneOrMoreFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(one-or-more( "one" )) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqOneOrMoreFunc/K-SeqOneOrMoreFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqOneOrMoreFunc/K-SeqOneOrMoreFunc-5.txt |
| K-SeqOneOrMoreFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(one-or-more( (1, 2, 3, "four") )) eq 4`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqOneOrMoreFunc/K-SeqOneOrMoreFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqOneOrMoreFunc/K-SeqOneOrMoreFunc-6.txt |
| K-SeqOneOrMoreFunc-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `one-or-more(error())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqOneOrMoreFunc/K-SeqOneOrMoreFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-SeqOneOrMoreFunc-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `one-or-more( () )`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqOneOrMoreFunc/K-SeqOneOrMoreFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0004 | ||
| fn-exactly-oneint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneint1args-1.txt |
| fn-exactly-oneint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneint1args-2.txt |
| fn-exactly-oneint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneint1args-3.txt |
| fn-exactly-oneintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneintg1args-1.txt |
| fn-exactly-oneintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneintg1args-2.txt |
| fn-exactly-oneintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneintg1args-3.txt |
| fn-exactly-onedec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onedec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onedec1args-1.txt |
| fn-exactly-onedec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onedec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onedec1args-2.txt |
| fn-exactly-onedec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onedec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onedec1args-3.txt |
| fn-exactly-onedbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onedbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onedbl1args-1.txt |
| fn-exactly-onedbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onedbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onedbl1args-2.txt |
| fn-exactly-onedbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onedbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onedbl1args-3.txt |
| fn-exactly-oneflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneflt1args-1.txt |
| fn-exactly-oneflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneflt1args-2.txt |
| fn-exactly-oneflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneflt1args-3.txt |
| fn-exactly-onelng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onelng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onelng1args-1.txt |
| fn-exactly-onelng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onelng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onelng1args-2.txt |
| fn-exactly-onelng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onelng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onelng1args-3.txt |
| fn-exactly-oneusht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneusht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneusht1args-1.txt |
| fn-exactly-oneusht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneusht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneusht1args-2.txt |
| fn-exactly-oneusht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneusht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneusht1args-3.txt |
| fn-exactly-onenint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onenint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onenint1args-1.txt |
| fn-exactly-onenint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onenint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onenint1args-2.txt |
| fn-exactly-onenint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onenint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onenint1args-3.txt |
| fn-exactly-onepint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onepint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onepint1args-1.txt |
| fn-exactly-onepint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onepint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onepint1args-2.txt |
| fn-exactly-onepint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onepint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onepint1args-3.txt |
| fn-exactly-oneulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneulng1args-1.txt |
| fn-exactly-oneulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneulng1args-2.txt |
| fn-exactly-oneulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-oneulng1args-3.txt |
| fn-exactly-onenpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onenpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onenpi1args-1.txt |
| fn-exactly-onenpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onenpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onenpi1args-2.txt |
| fn-exactly-onenpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onenpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onenpi1args-3.txt |
| fn-exactly-onenni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onenni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onenni1args-1.txt |
| fn-exactly-onenni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onenni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onenni1args-2.txt |
| fn-exactly-onenni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onenni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onenni1args-3.txt |
| fn-exactly-onesht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onesht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onesht1args-1.txt |
| fn-exactly-onesht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onesht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onesht1args-2.txt |
| fn-exactly-onesht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onesht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-onesht1args-3.txt |
| fn-exactly-one-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "exactly-one" function with the argument set to a sequence with more than one item. | ||
| Spec Citations: | ||
| #func-exactly-one | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/CardinalitySeqFunc/SeqExactlyOneFunc/fn-exactly-one-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0005 | ||
| K-SeqExactlyOneFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `exactly-one(1, 2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExactlyOneFunc/K-SeqExactlyOneFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExactlyOneFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `exactly-one()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExactlyOneFunc/K-SeqExactlyOneFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqExactlyOneFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `exactly-one( (1, 2, 3) )`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExactlyOneFunc/K-SeqExactlyOneFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0005 | ||
| K-SeqExactlyOneFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `exactly-one("one") eq "one"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExactlyOneFunc/K-SeqExactlyOneFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqExactlyOneFunc/K-SeqExactlyOneFunc-4.txt |
| K-SeqExactlyOneFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(exactly-one( "one" )) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExactlyOneFunc/K-SeqExactlyOneFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqExactlyOneFunc/K-SeqExactlyOneFunc-5.txt |
| K-SeqExactlyOneFunc-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `exactly-one(error())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExactlyOneFunc/K-SeqExactlyOneFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-SeqExactlyOneFunc-7 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `exactly-one((true(), error()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExactlyOneFunc/K-SeqExactlyOneFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-SeqExactlyOneFunc-8 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `exactly-one(( error(), true()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExactlyOneFunc/K-SeqExactlyOneFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOER0000 | ||
| K-SeqExactlyOneFunc-9 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `exactly-one( () )`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExactlyOneFunc/K-SeqExactlyOneFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0005 | ||
| K-SeqExactlyOneFunc-10 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| No function by name zero-or-more exists. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqExactlyOneFunc/K-SeqExactlyOneFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-deep-equalint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:int(lower bound) $parameter2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalint2args-1.txt |
| fn-deep-equalint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:int(mid range) $parameter2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalint2args-2.txt |
| fn-deep-equalint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:int(upper bound) $parameter2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalint2args-3.txt |
| fn-deep-equalint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:int(lower bound) $parameter2 = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalint2args-4.txt |
| fn-deep-equalint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:int(lower bound) $parameter2 = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalint2args-5.txt |
| fn-deep-equalintg2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:integer(lower bound) $parameter2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalintg2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalintg2args-1.txt |
| fn-deep-equalintg2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:integer(mid range) $parameter2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalintg2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalintg2args-2.txt |
| fn-deep-equalintg2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:integer(upper bound) $parameter2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalintg2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalintg2args-3.txt |
| fn-deep-equalintg2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:integer(lower bound) $parameter2 = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalintg2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalintg2args-4.txt |
| fn-deep-equalintg2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:integer(lower bound) $parameter2 = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalintg2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalintg2args-5.txt |
| fn-deep-equaldec2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:decimal(lower bound) $parameter2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equaldec2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equaldec2args-1.txt |
| fn-deep-equaldec2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:decimal(mid range) $parameter2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equaldec2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equaldec2args-2.txt |
| fn-deep-equaldec2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:decimal(upper bound) $parameter2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equaldec2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equaldec2args-3.txt |
| fn-deep-equaldec2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:decimal(lower bound) $parameter2 = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equaldec2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equaldec2args-4.txt |
| fn-deep-equaldec2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:decimal(lower bound) $parameter2 = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equaldec2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equaldec2args-5.txt |
| fn-deep-equaldbl2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:double(lower bound) $parameter2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equaldbl2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equaldbl2args-1.txt |
| fn-deep-equaldbl2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:double(mid range) $parameter2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equaldbl2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equaldbl2args-2.txt |
| fn-deep-equaldbl2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:double(upper bound) $parameter2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equaldbl2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equaldbl2args-3.txt |
| fn-deep-equaldbl2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:double(lower bound) $parameter2 = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equaldbl2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equaldbl2args-4.txt |
| fn-deep-equaldbl2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:double(lower bound) $parameter2 = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equaldbl2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equaldbl2args-5.txt |
| fn-deep-equalflt2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:float(lower bound) $parameter2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalflt2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalflt2args-1.txt |
| fn-deep-equalflt2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:float(mid range) $parameter2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalflt2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalflt2args-2.txt |
| fn-deep-equalflt2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:float(upper bound) $parameter2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalflt2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalflt2args-3.txt |
| fn-deep-equalflt2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:float(lower bound) $parameter2 = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalflt2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalflt2args-4.txt |
| fn-deep-equalflt2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:float(lower bound) $parameter2 = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalflt2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalflt2args-5.txt |
| fn-deep-equallng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:long(lower bound) $parameter2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equallng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equallng2args-1.txt |
| fn-deep-equallng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:long(mid range) $parameter2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equallng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equallng2args-2.txt |
| fn-deep-equallng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:long(upper bound) $parameter2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equallng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equallng2args-3.txt |
| fn-deep-equallng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:long(lower bound) $parameter2 = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equallng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equallng2args-4.txt |
| fn-deep-equallng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:long(lower bound) $parameter2 = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equallng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equallng2args-5.txt |
| fn-deep-equalusht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:unsignedShort(lower bound) $parameter2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalusht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalusht2args-1.txt |
| fn-deep-equalusht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:unsignedShort(mid range) $parameter2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalusht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalusht2args-2.txt |
| fn-deep-equalusht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:unsignedShort(upper bound) $parameter2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalusht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalusht2args-3.txt |
| fn-deep-equalusht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:unsignedShort(lower bound) $parameter2 = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalusht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalusht2args-4.txt |
| fn-deep-equalusht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:unsignedShort(lower bound) $parameter2 = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalusht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalusht2args-5.txt |
| fn-deep-equalnint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:negativeInteger(lower bound) $parameter2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnint2args-1.txt |
| fn-deep-equalnint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:negativeInteger(mid range) $parameter2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnint2args-2.txt |
| fn-deep-equalnint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:negativeInteger(upper bound) $parameter2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnint2args-3.txt |
| fn-deep-equalnint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:negativeInteger(lower bound) $parameter2 = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnint2args-4.txt |
| fn-deep-equalnint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:negativeInteger(lower bound) $parameter2 = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnint2args-5.txt |
| fn-deep-equalpint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:positiveInteger(lower bound) $parameter2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalpint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalpint2args-1.txt |
| fn-deep-equalpint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:positiveInteger(mid range) $parameter2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalpint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalpint2args-2.txt |
| fn-deep-equalpint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:positiveInteger(upper bound) $parameter2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalpint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalpint2args-3.txt |
| fn-deep-equalpint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:positiveInteger(lower bound) $parameter2 = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalpint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalpint2args-4.txt |
| fn-deep-equalpint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:positiveInteger(lower bound) $parameter2 = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalpint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalpint2args-5.txt |
| fn-deep-equalulng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:unsignedLong(lower bound) $parameter2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalulng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalulng2args-1.txt |
| fn-deep-equalulng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:unsignedLong(mid range) $parameter2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalulng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalulng2args-2.txt |
| fn-deep-equalulng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:unsignedLong(upper bound) $parameter2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalulng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalulng2args-3.txt |
| fn-deep-equalulng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:unsignedLong(lower bound) $parameter2 = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalulng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalulng2args-4.txt |
| fn-deep-equalulng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:unsignedLong(lower bound) $parameter2 = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalulng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalulng2args-5.txt |
| fn-deep-equalnpi2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:nonPositiveInteger(lower bound) $parameter2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnpi2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnpi2args-1.txt |
| fn-deep-equalnpi2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:nonPositiveInteger(mid range) $parameter2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnpi2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnpi2args-2.txt |
| fn-deep-equalnpi2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:nonPositiveInteger(upper bound) $parameter2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnpi2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnpi2args-3.txt |
| fn-deep-equalnpi2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:nonPositiveInteger(lower bound) $parameter2 = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnpi2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnpi2args-4.txt |
| fn-deep-equalnpi2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:nonPositiveInteger(lower bound) $parameter2 = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnpi2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnpi2args-5.txt |
| fn-deep-equalnni2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:nonNegativeInteger(lower bound) $parameter2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnni2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnni2args-1.txt |
| fn-deep-equalnni2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:nonNegativeInteger(mid range) $parameter2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnni2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnni2args-2.txt |
| fn-deep-equalnni2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:nonNegativeInteger(upper bound) $parameter2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnni2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnni2args-3.txt |
| fn-deep-equalnni2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:nonNegativeInteger(lower bound) $parameter2 = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnni2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnni2args-4.txt |
| fn-deep-equalnni2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:nonNegativeInteger(lower bound) $parameter2 = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnni2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalnni2args-5.txt |
| fn-deep-equalsht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:short(lower bound) $parameter2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalsht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalsht2args-1.txt |
| fn-deep-equalsht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:short(mid range) $parameter2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalsht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalsht2args-2.txt |
| fn-deep-equalsht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:short(upper bound) $parameter2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalsht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalsht2args-3.txt |
| fn-deep-equalsht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:short(lower bound) $parameter2 = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalsht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalsht2args-4.txt |
| fn-deep-equalsht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "deep-equal" function with the arguments set as follows: $parameter1 = xs:short(lower bound) $parameter2 = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalsht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equalsht2args-5.txt |
| fn-deep-equal-mix-args-001 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| The order of elements in sequence is important. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-001.txt |
| fn-deep-equal-mix-args-002 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Two sequences are deep-equal if items have same value and same order. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-002.txt |
| fn-deep-equal-mix-args-003 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing arguments of type string. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-003.txt |
| fn-deep-equal-mix-args-004 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg of type string, but case is different. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-004.txt |
| fn-deep-equal-mix-args-005 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg1: string, arg2: sequence with 1 element of type string. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-005.txt |
| fn-deep-equal-mix-args-006 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing null strings. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-006.txt |
| fn-deep-equal-mix-args-007 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing null sequences. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-007.txt |
| fn-deep-equal-mix-args-008 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing nested null and a null sequence. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-008.txt |
| fn-deep-equal-mix-args-009 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing arg1: sequence with a space with agr2: empty sequence. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-009.txt |
| fn-deep-equal-mix-args-010 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing strings with different value. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-010.txt |
| fn-deep-equal-mix-args-011 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing arg1: anyURI, arg2: string. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-011.txt |
| fn-deep-equal-mix-args-012 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing arg1:anyURI and arg2:string. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-012.txt |
| fn-deep-equal-mix-args-013 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing arg1:integer and arg2:decimal. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-013.txt |
| fn-deep-equal-mix-args-014 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comapring integer args with different values. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-014.txt |
| fn-deep-equal-mix-args-015 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing arg1:integer and arg2:float. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-015.txt |
| fn-deep-equal-mix-args-016 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing arg1:integer, arg2:double. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-016.txt |
| fn-deep-equal-mix-args-017 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing arg1:decimal , arg2:float. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-017.txt |
| fn-deep-equal-mix-args-018 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing arg1:decimal, arg2:double. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-018.txt |
| fn-deep-equal-mix-args-019 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing arg1:float , arg2:double. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-019.txt |
| fn-deep-equal-mix-args-020 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing arg1:float, arg2:double values INF. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-020.txt |
| fn-deep-equal-mix-args-021 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing arg1:float, arg2:double values -INF. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-021.txt |
| fn-deep-equal-mix-args-022 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing arg1:float, arg2:double values NaN. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-022.txt |
| fn-deep-equal-mix-args-023 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing two boolean args. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-023.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-023.txt |
| fn-deep-equal-mix-args-024 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing two boolean args. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-024.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-024.txt |
| fn-deep-equal-mix-args-025 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing arg1:boolean arg2:value returned by true fn. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-025.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-025.txt |
| fn-deep-equal-mix-args-026 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing two boolean args. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-026.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-026.txt |
| fn-deep-equal-mix-args-027 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing arg1:boolean arg2:value of false fn. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-027.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-027.txt |
| fn-deep-equal-mix-args-028 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing arg1:date, arg2: string. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-028.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-028.txt |
| fn-deep-equal-mix-args-029 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing arg1:date, arg2: string. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-029.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-029.txt |
| fn-deep-equal-mix-args-030 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing arg1:dateTime, arg2: string. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-030.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-030.txt |
| fn-deep-equal-mix-args-031 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Comparing arg1:time, arg2: string. | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-031.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-mix-args-031.txt |
| fn-deep-equal-node-args-1 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Apply deep-equal to nodes | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-node-args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-node-args-1.txt |
| fn-deep-equal-node-args-2 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Apply deep-equal to nodes | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-node-args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-node-args-2.txt |
| fn-deep-equal-node-args-3 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Apply deep-equal to nodes | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-node-args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-node-args-3.txt |
| fn-deep-equal-node-args-4 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Apply deep-equal to nodes | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-node-args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-node-args-4.txt |
| fn-deep-equal-node-args-5 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Apply deep-equal to nodes | ||
| Spec Citations: | ||
| #func-deep-equal | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-node-args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/SeqDeepEqualFunc/fn-deep-equal-node-args-5.txt |
| K-SeqDeepEqualFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqDeepEqualFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal("a string")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqDeepEqualFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal("a string", "a string", "http://www.w3.org/2005/xpath-functions/collation/codepoint", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqDeepEqualFunc-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal("a string", "a string", "http://www.example.com/COLLATION/NOT/SUPPORTED")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0002 | ||
| K-SeqDeepEqualFunc-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal("a string", "a string", ())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K-SeqDeepEqualFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal("a string", "a string", "http://www.w3.org/2005/xpath-functions/collation/codepoint")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-6.txt |
| K-SeqDeepEqualFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((), ()) eq true()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-7.txt |
| K-SeqDeepEqualFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal(xs:float("NaN"), xs:float("NaN"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-8.txt |
| K-SeqDeepEqualFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal(xs:double("NaN"), xs:double("NaN"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-9.txt |
| K-SeqDeepEqualFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal(xs:float("NaN"), xs:double("NaN"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-10.txt |
| K-SeqDeepEqualFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal(xs:double("NaN"), xs:float("NaN"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-11.txt |
| K-SeqDeepEqualFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal(xs:float("NaN"), xs:float(0)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-12.txt |
| K-SeqDeepEqualFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal(xs:float(0), xs:float("NaN")))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-13.txt |
| K-SeqDeepEqualFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal(xs:double(0), xs:double("NaN")))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-14.txt |
| K-SeqDeepEqualFunc-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal(xs:double("NaN"), xs:double(0)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-15.txt |
| K-SeqDeepEqualFunc-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal(xs:decimal("1"), xs:anyURI("example.com")))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-16.txt |
| K-SeqDeepEqualFunc-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal(QName("example.com", "ncname"), 3e2))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-17.txt |
| K-SeqDeepEqualFunc-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal((1, 2, xs:anyURI("example.com")), (1, 2, 3)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-18.txt |
| K-SeqDeepEqualFunc-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal((1, xs:decimal("2.2"), 3), (1, 2, 3)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-19.txt |
| K-SeqDeepEqualFunc-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal((true(), 2, 3), (1, 2, 3)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-20.txt |
| K-SeqDeepEqualFunc-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal((1, 2, 3), (1, 2, QName("example.com", "ncname"))))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-21.txt |
| K-SeqDeepEqualFunc-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal((1, 2, 3), (1, xs:hexBinary("FF"), 3)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-22.txt |
| K-SeqDeepEqualFunc-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal((1, 2, 3), (xs:base64Binary("FFFF"), 2, 3)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-23.txt |
| K-SeqDeepEqualFunc-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((1, 2, xs:base64Binary("FFFF")), (1, 2, xs:base64Binary("FFFF")))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-24.txt |
| K-SeqDeepEqualFunc-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((1, 1, 1), (1, 1, 1))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-25.txt |
| K-SeqDeepEqualFunc-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal((1, 1, 3), (1, 1, 1)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-26.txt |
| K-SeqDeepEqualFunc-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal((1, 3, 1), (1, 1, 1)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-27.txt |
| K-SeqDeepEqualFunc-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal((3, 1, 1), (1, 1, 1)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-28.txt |
| K-SeqDeepEqualFunc-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal((1, 1, 1), (3, 1, 1)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-29.txt |
| K-SeqDeepEqualFunc-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal((1, 1, 1), (1, 3, 1)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-30.txt |
| K-SeqDeepEqualFunc-31 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal((1, 1, 1), (1, 1, 3)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-31.txt |
| K-SeqDeepEqualFunc-32 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal(index-of(20, 20), (1))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-32.txt |
| K-SeqDeepEqualFunc-33 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal(index-of((20, 40), 20), (1))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-33.txt |
| K-SeqDeepEqualFunc-34 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal(index-of((20, 20), 20), (1, 2))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-34.txt |
| K-SeqDeepEqualFunc-35 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal(index-of((20, 40, 20), 20), (1, 3))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-35.txt |
| K-SeqDeepEqualFunc-36 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((1, 1, "str"), (1, 1, "str"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-36.txt |
| K-SeqDeepEqualFunc-37 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((1, "str", 1), (1, "str", 1))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-37.txt |
| K-SeqDeepEqualFunc-38 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal(("str", 1, 1), ("str", 1, 1))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-38.txt |
| K-SeqDeepEqualFunc-39 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((1, 1, ()), (1, 1, ()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-39.txt |
| K-SeqDeepEqualFunc-40 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((1, (), 1), (1, (), 1))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-40.txt |
| K-SeqDeepEqualFunc-41 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal(((), 1, 1), ((), 1, 1))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-41.txt |
| K-SeqDeepEqualFunc-42 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal((1, 1, ()), (1, 1, 1)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-42.txt |
| K-SeqDeepEqualFunc-43 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal((1, (), 1), (1, 1, 1)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-43.txt |
| K-SeqDeepEqualFunc-44 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal(((), 1, 1), (1, 1, 1)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-44.txt |
| K-SeqDeepEqualFunc-45 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal((1, 1, 1), (1, 1, ())))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-45.txt |
| K-SeqDeepEqualFunc-46 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal((1, 1, 1), (1, (), 1)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-46.txt |
| K-SeqDeepEqualFunc-47 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal((1, 1, 1), ((), 1, 1)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-47.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-47.txt |
| K-SeqDeepEqualFunc-48 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal((1, 1), (1, 1, 1)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-48.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-48.txt |
| K-SeqDeepEqualFunc-49 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal((1, 1, 1), (1, 1)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-49.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-49.txt |
| K-SeqDeepEqualFunc-50 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal((), (1, 1, 1)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-50.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-50.txt |
| K-SeqDeepEqualFunc-51 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(deep-equal((1, 1, 1), ()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-51.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-51.txt |
| K-SeqDeepEqualFunc-52 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((), reverse(0 to -5))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-52.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-52.txt |
| K-SeqDeepEqualFunc-53 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((), 0 to -5)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-53.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-53.txt |
| K-SeqDeepEqualFunc-54 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal(reverse(0 to -5), ())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-54.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-54.txt |
| K-SeqDeepEqualFunc-55 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal(0 to -5, ())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqDeepEqualFunc/K-SeqDeepEqualFunc-55.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqDeepEqualFunc/K-SeqDeepEqualFunc-55.txt |
| fn-countint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countint1args-1.txt |
| fn-countint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countint1args-2.txt |
| fn-countint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countint1args-3.txt |
| fn-countintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countintg1args-1.txt |
| fn-countintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countintg1args-2.txt |
| fn-countintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countintg1args-3.txt |
| fn-countdec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countdec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countdec1args-1.txt |
| fn-countdec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countdec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countdec1args-2.txt |
| fn-countdec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countdec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countdec1args-3.txt |
| fn-countdbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countdbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countdbl1args-1.txt |
| fn-countdbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countdbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countdbl1args-2.txt |
| fn-countdbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countdbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countdbl1args-3.txt |
| fn-countflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countflt1args-1.txt |
| fn-countflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countflt1args-2.txt |
| fn-countflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countflt1args-3.txt |
| fn-countlng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countlng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countlng1args-1.txt |
| fn-countlng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countlng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countlng1args-2.txt |
| fn-countlng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countlng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countlng1args-3.txt |
| fn-countusht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countusht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countusht1args-1.txt |
| fn-countusht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countusht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countusht1args-2.txt |
| fn-countusht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countusht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countusht1args-3.txt |
| fn-countnint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countnint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countnint1args-1.txt |
| fn-countnint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countnint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countnint1args-2.txt |
| fn-countnint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countnint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countnint1args-3.txt |
| fn-countpint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countpint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countpint1args-1.txt |
| fn-countpint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countpint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countpint1args-2.txt |
| fn-countpint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countpint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countpint1args-3.txt |
| fn-countulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countulng1args-1.txt |
| fn-countulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countulng1args-2.txt |
| fn-countulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countulng1args-3.txt |
| fn-countnpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countnpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countnpi1args-1.txt |
| fn-countnpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countnpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countnpi1args-2.txt |
| fn-countnpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countnpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countnpi1args-3.txt |
| fn-countnni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countnni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countnni1args-1.txt |
| fn-countnni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countnni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countnni1args-2.txt |
| fn-countnni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countnni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countnni1args-3.txt |
| fn-countsht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countsht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countsht1args-1.txt |
| fn-countsht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countsht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countsht1args-2.txt |
| fn-countsht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "count" function with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-count | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countsht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqCountFunc/fn-countsht1args-3.txt |
| K-SeqCountFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqCountFunc/K-SeqCountFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqCountFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(1, ())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqCountFunc/K-SeqCountFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqCountFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count( () ) eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqCountFunc/K-SeqCountFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqCountFunc/K-SeqCountFunc-3.txt |
| K-SeqCountFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count( (1, 2, 3) ) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqCountFunc/K-SeqCountFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqCountFunc/K-SeqCountFunc-4.txt |
| K-SeqCountFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count( (1, 2, ()) ) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqCountFunc/K-SeqCountFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqCountFunc/K-SeqCountFunc-5.txt |
| K-SeqCountFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(()) eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqCountFunc/K-SeqCountFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqCountFunc/K-SeqCountFunc-6.txt |
| K-SeqCountFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(((((()))))) eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqCountFunc/K-SeqCountFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqCountFunc/K-SeqCountFunc-7.txt |
| K-SeqCountFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count( (((), (), ()), (), (), (), ()) ) eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqCountFunc/K-SeqCountFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqCountFunc/K-SeqCountFunc-8.txt |
| K-SeqCountFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count( (1, 2, 3) ) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqCountFunc/K-SeqCountFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqCountFunc/K-SeqCountFunc-9.txt |
| K-SeqCountFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count( ((), "one", 2, "three")) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqCountFunc/K-SeqCountFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqCountFunc/K-SeqCountFunc-10.txt |
| K-SeqCountFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count( ("one", (2, "three")) ) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqCountFunc/K-SeqCountFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqCountFunc/K-SeqCountFunc-11.txt |
| K-SeqCountFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count((1, 2)) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqCountFunc/K-SeqCountFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqCountFunc/K-SeqCountFunc-12.txt |
| K-SeqCountFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count((1, 2, 3, "four")) eq 4`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqCountFunc/K-SeqCountFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqCountFunc/K-SeqCountFunc-13.txt |
| K-SeqCountFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count((1, 2, 3, "four")) eq 4`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqCountFunc/K-SeqCountFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqCountFunc/K-SeqCountFunc-14.txt |
| K-SeqCountFunc-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(1 to 3) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqCountFunc/K-SeqCountFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqCountFunc/K-SeqCountFunc-15.txt |
| K-SeqCountFunc-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(reverse((1, 2, 3))) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqCountFunc/K-SeqCountFunc-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqCountFunc/K-SeqCountFunc-16.txt |
| K-SeqCountFunc-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `count(reverse((1, 2, 3))) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqCountFunc/K-SeqCountFunc-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqCountFunc/K-SeqCountFunc-17.txt |
| K-SeqCountFunc-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `not(count((1, 2, current-time(), 4))) eq false()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqCountFunc/K-SeqCountFunc-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqCountFunc/K-SeqCountFunc-18.txt |
| fn-avgint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgint1args-1.txt |
| fn-avgint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgint1args-2.txt |
| fn-avgint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgint1args-3.txt |
| fn-avgintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgintg1args-1.txt |
| fn-avgintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgintg1args-2.txt |
| fn-avgintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgintg1args-3.txt |
| fn-avgdec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdec1args-1.txt |
| fn-avgdec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdec1args-2.txt |
| fn-avgdec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdec1args-3.txt |
| fn-avgdbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdbl1args-1.txt |
| fn-avgdbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdbl1args-2.txt |
| fn-avgdbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdbl1args-3.txt |
| fn-avgflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgflt1args-1.txt |
| fn-avgflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgflt1args-2.txt |
| fn-avgflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgflt1args-3.txt |
| fn-avglng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avglng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avglng1args-1.txt |
| fn-avglng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avglng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avglng1args-2.txt |
| fn-avglng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avglng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avglng1args-3.txt |
| fn-avgusht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgusht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgusht1args-1.txt |
| fn-avgusht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgusht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgusht1args-2.txt |
| fn-avgusht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgusht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgusht1args-3.txt |
| fn-avgnint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnint1args-1.txt |
| fn-avgnint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnint1args-2.txt |
| fn-avgnint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnint1args-3.txt |
| fn-avgpint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgpint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgpint1args-1.txt |
| fn-avgpint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgpint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgpint1args-2.txt |
| fn-avgpint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgpint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgpint1args-3.txt |
| fn-avgulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgulng1args-1.txt |
| fn-avgulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgulng1args-2.txt |
| fn-avgulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgulng1args-3.txt |
| fn-avgnpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnpi1args-1.txt |
| fn-avgnpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnpi1args-2.txt |
| fn-avgnpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnpi1args-3.txt |
| fn-avgnni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnni1args-1.txt |
| fn-avgnni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnni1args-2.txt |
| fn-avgnni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnni1args-3.txt |
| fn-avgsht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgsht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgsht1args-1.txt |
| fn-avgsht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgsht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgsht1args-2.txt |
| fn-avgsht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgsht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgsht1args-3.txt |
| fn-avgint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgint2args-1.txt |
| fn-avgint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:int(mid range) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgint2args-2.txt |
| fn-avgint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:int(upper bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgint2args-3.txt |
| fn-avgint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgint2args-4.txt |
| fn-avgint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgint2args-5.txt |
| fn-avgintg2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgintg2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgintg2args-1.txt |
| fn-avgintg2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:integer(mid range) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgintg2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgintg2args-2.txt |
| fn-avgintg2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:integer(upper bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgintg2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgintg2args-3.txt |
| fn-avgintg2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgintg2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgintg2args-4.txt |
| fn-avgintg2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgintg2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgintg2args-5.txt |
| fn-avgdec2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdec2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdec2args-1.txt |
| fn-avgdec2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:decimal(mid range) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdec2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdec2args-2.txt |
| fn-avgdec2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:decimal(upper bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdec2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdec2args-3.txt |
| fn-avgdec2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdec2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdec2args-4.txt |
| fn-avgdec2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdec2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdec2args-5.txt |
| fn-avgdbl2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdbl2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/truevalue.txt |
| fn-avgdbl2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:double(mid range) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdbl2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/truevalue.txt |
| fn-avgdbl2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:double(upper bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdbl2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdbl2args-3.txt |
| fn-avgdbl2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdbl2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/truevalue.txt |
| fn-avgdbl2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdbl2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgdbl2args-5.txt |
| fn-avgflt2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgflt2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgflt2args-1.txt |
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgflt2argsalt-1.txt |
| Error: err:FOAR0002 | ||
| fn-avgflt2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:float(mid range) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgflt2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgflt2args-2.txt |
| fn-avgflt2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:float(upper bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgflt2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgflt2args-3.txt |
| fn-avgflt2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgflt2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgflt2args-4.txt |
| fn-avgflt2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgflt2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgflt2args-5.txt |
| fn-avglng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avglng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avglng2args-1.txt |
| fn-avglng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:long(mid range) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avglng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avglng2args-2.txt |
| fn-avglng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:long(upper bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avglng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avglng2args-3.txt |
| fn-avglng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avglng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avglng2args-4.txt |
| fn-avglng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avglng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avglng2args-5.txt |
| fn-avgusht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgusht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgusht2args-1.txt |
| fn-avgusht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:unsignedShort(mid range) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgusht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgusht2args-2.txt |
| fn-avgusht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:unsignedShort(upper bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgusht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgusht2args-3.txt |
| fn-avgusht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgusht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgusht2args-4.txt |
| fn-avgusht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgusht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgusht2args-5.txt |
| fn-avgnint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnint2args-1.txt |
| fn-avgnint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:negativeInteger(mid range) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnint2args-2.txt |
| fn-avgnint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:negativeInteger(upper bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnint2args-3.txt |
| fn-avgnint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnint2args-4.txt |
| fn-avgnint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnint2args-5.txt |
| fn-avgpint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgpint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgpint2args-1.txt |
| fn-avgpint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:positiveInteger(mid range) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgpint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgpint2args-2.txt |
| fn-avgpint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:positiveInteger(upper bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgpint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgpint2args-3.txt |
| fn-avgpint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgpint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgpint2args-4.txt |
| fn-avgpint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgpint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgpint2args-5.txt |
| fn-avgulng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgulng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgulng2args-1.txt |
| fn-avgulng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:unsignedLong(mid range) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgulng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgulng2args-2.txt |
| fn-avgulng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:unsignedLong(upper bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgulng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgulng2args-3.txt |
| fn-avgulng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgulng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgulng2args-4.txt |
| fn-avgulng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgulng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgulng2args-5.txt |
| fn-avgnpi2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnpi2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnpi2args-1.txt |
| fn-avgnpi2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(mid range) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnpi2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnpi2args-2.txt |
| fn-avgnpi2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(upper bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnpi2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnpi2args-3.txt |
| fn-avgnpi2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnpi2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnpi2args-4.txt |
| fn-avgnpi2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnpi2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnpi2args-5.txt |
| fn-avgnni2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnni2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnni2args-1.txt |
| fn-avgnni2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(mid range) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnni2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnni2args-2.txt |
| fn-avgnni2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(upper bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnni2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnni2args-3.txt |
| fn-avgnni2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnni2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnni2args-4.txt |
| fn-avgnni2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnni2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgnni2args-5.txt |
| fn-avgsht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgsht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgsht2args-1.txt |
| fn-avgsht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:short(mid range) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgsht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgsht2args-2.txt |
| fn-avgsht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:short(upper bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgsht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgsht2args-3.txt |
| fn-avgsht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgsht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgsht2args-4.txt |
| fn-avgsht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgsht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avgsht2args-5.txt |
| fn-avg-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the argument set to a sequence of strings. Should raise a type error. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "avg" function with the argument set to the empty sequence. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-2.txt |
| fn-avg-mix-args-001 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of integer. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-001.txt |
| fn-avg-mix-args-002 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: yearMonthDuration. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-002.txt |
| fn-avg-mix-args-003 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: empty seq. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-003.txt |
| fn-avg-mix-args-004 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: float. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-004.txt |
| fn-avg-mix-args-005 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of integer, float. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-005.txt |
| fn-avg-mix-args-006 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of integer. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-006.txt |
| fn-avg-mix-args-007 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of integer. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-007.txt |
| fn-avg-mix-args-008 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of integer. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-008.txt |
| fn-avg-mix-args-009 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of integer,decimal. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-009.txt |
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-argsalt-009.txt |
| fn-avg-mix-args-010 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of integer,decimal. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-010.txt |
| fn-avg-mix-args-011 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of integer,float,empty seq. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-011.txt |
| fn-avg-mix-args-012 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of float,decimal. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-012.txt |
| fn-avg-mix-args-013 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of float,decimal. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-013.txt |
| fn-avg-mix-args-014 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of float,decimal. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-014.txt |
| fn-avg-mix-args-015 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of float,decimal. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-015.txt |
| fn-avg-mix-args-016 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of float,decimal. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-016.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-016.txt |
| fn-avg-mix-args-017 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of float,decimal. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-017.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-017.txt |
| fn-avg-mix-args-018 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of float. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-018.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-018.txt |
| fn-avg-mix-args-019 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of float,decimal. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-019.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-019.txt |
| fn-avg-mix-args-020 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of double,integer. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-020.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-020.txt |
| fn-avg-mix-args-021 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of double,integer. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-021.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-021.txt |
| fn-avg-mix-args-022 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of double,integer. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-022.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-022.txt |
| fn-avg-mix-args-023 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of double,integer. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-023.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-023.txt |
| fn-avg-mix-args-024 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of double,integer. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-024.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-024.txt |
| fn-avg-mix-args-025 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of double,integer. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-025.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-025.txt |
| fn-avg-mix-args-026 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of double,float. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-026.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-026.txt |
| fn-avg-mix-args-027 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Arg: seq of double,integer. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-027.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-027.txt |
| fn-avg-mix-args-028 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-028.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-029 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-029.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-030 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-030.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-031 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-031.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-032 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-032.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-033 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-033.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-034 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-034.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-035 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-035.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-036 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-036.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-037 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-037.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-038 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-038.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-039 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-039.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-040 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-040.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-041 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-041.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-042 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-042.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-043 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-043.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-044 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-044.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-045 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-045.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-046 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-046.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-047 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-047.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-047.txt |
| Error: err:FORG0006 | ||
| fn-avg-mix-args-048 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-048.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-049 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-049.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-050 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-050.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-051 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-051.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-052 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-052.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-053 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-053.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-054 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-054.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-055 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-055.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-056 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-056.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-056.txt |
| Error: err:FORG0006 | ||
| fn-avg-mix-args-057 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-057.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-058 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-058.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-059 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-059.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-060 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-060.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-061 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-061.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-062 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-062.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-063 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-063.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-064 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-064.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-065 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0006. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-065.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-avg-mix-args-066 | Scenario: runtime-error | Creator: Pulkita Tyagi |
| Description: | ||
| Negative test gives FORG0001. | ||
| Spec Citations: | ||
| #func-avg | ||
| #id-function-calls | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqAVGFunc/fn-avg-mix-args-066.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib2 | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqAVGFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqAVGFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg(1, "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqAVGFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(avg(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-3.txt |
| K-SeqAVGFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg((3, 3, 3)) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-4.txt |
| K-SeqAVGFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg((-3, -3, -3)) eq -3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-5.txt |
| K-SeqAVGFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg((xs:float(1), xs:integer(3), xs:float(3))) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-6.txt |
| K-SeqAVGFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg((xs:float(1), xs:integer(3), xs:decimal(3))) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-7.txt |
| K-SeqAVGFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg((xs:float(1), xs:integer(3), xs:double(3))) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-8.txt |
| K-SeqAVGFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg((xs:integer(1), xs:integer(3), xs:decimal(3))) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-9.txt |
| K-SeqAVGFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg((xs:float(1), xs:integer(0), xs:float(5))) eq 2.0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-10.txt |
| K-SeqAVGFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg((xs:float(1), xs:integer(0), xs:untypedAtomic(-4))) eq -1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-11.txt |
| K-SeqAVGFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg((xs:float(1), xs:integer(0), xs:untypedAtomic(3))) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-12.txt |
| K-SeqAVGFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg((xs:untypedAtomic(3), xs:integer(0), xs:decimal(1))) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-13.txt |
| K-SeqAVGFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(avg((3, 3, xs:double("NaN")))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-14.txt |
| K-SeqAVGFunc-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(avg((3, xs:double("NaN"), 3))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-15.txt |
| K-SeqAVGFunc-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(avg((xs:double("NaN"), 3, 3))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-16.txt |
| K-SeqAVGFunc-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(avg(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-17.txt |
| K-SeqAVGFunc-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(avg(((), ())))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-18.txt |
| K-SeqAVGFunc-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg((-5, -0, -3, -6)) eq -3.5`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-19.txt |
| K-SeqAVGFunc-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(avg((1, 2, 3, xs:float("NaN")))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-20.txt |
| K-SeqAVGFunc-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(avg((1, 2, 3, xs:double("NaN")))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-21.txt |
| K-SeqAVGFunc-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(avg((xs:double("NaN"), 1, 2, 3))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-22.txt |
| K-SeqAVGFunc-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(avg((xs:float("NaN"), 1, 2, 3))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-23.txt |
| K-SeqAVGFunc-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(avg((1, 2, xs:double("NaN"), 1, 2, 3))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-24.txt |
| K-SeqAVGFunc-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(avg((1, 2, xs:float("NaN"), 1, 2, 3))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-25.txt |
| K-SeqAVGFunc-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg(xs:untypedAtomic("3")) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-26.txt |
| K-SeqAVGFunc-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg((1, 2, xs:untypedAtomic("3"))) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-27.txt |
| K-SeqAVGFunc-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg((1, 2, xs:untypedAtomic("3"))) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-28.txt |
| K-SeqAVGFunc-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg((xs:float(1), 2, xs:untypedAtomic("3"))) eq 2`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-29.txt |
| K-SeqAVGFunc-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg((xs:float(1), 2, xs:untypedAtomic("3"))) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-30.txt |
| K-SeqAVGFunc-31 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg("a string")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqAVGFunc-32 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg(xs:anyURI("a string"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqAVGFunc-33 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg((1, 2, 3, xs:anyURI("a string"), xs:double("NaN")))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqAVGFunc-34 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg("a string")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqAVGFunc-35 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg((xs:untypedAtomic(3), xs:integer(3), xs:string(1)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqAVGFunc-36 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg((xs:string(1), xs:integer(3), xs:untypedAtomic(3)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqAVGFunc-37 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg((xs:float(2), xs:integer(3), "a string", xs:double(2)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqAVGFunc-38 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg((xs:yearMonthDuration("P20Y"), (3, 4, 5)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqAVGFunc-39 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg((xs:yearMonthDuration("P20Y"), xs:yearMonthDuration("P10M"))) eq xs:yearMonthDuration("P125M")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-39.txt |
| K-SeqAVGFunc-40 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(avg( () ))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-40.txt |
| K-SeqAVGFunc-41 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(avg((xs:float('INF'), xs:float('-INF')))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-41.txt |
| K-SeqAVGFunc-42 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(avg(((3, 4, 5), xs:float('NaN')))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-42.txt |
| K-SeqAVGFunc-43 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `avg((3, 4, 5)) eq 4.0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqAVGFunc/K-SeqAVGFunc-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqAVGFunc/K-SeqAVGFunc-43.txt |
| fn-maxint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxint1args-1.txt |
| fn-maxint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxint1args-2.txt |
| fn-maxint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxint1args-3.txt |
| fn-maxintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxintg1args-1.txt |
| fn-maxintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxintg1args-2.txt |
| fn-maxintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxintg1args-3.txt |
| fn-maxdec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdec1args-1.txt |
| fn-maxdec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdec1args-2.txt |
| fn-maxdec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdec1args-3.txt |
| fn-maxdbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdbl1args-1.txt |
| fn-maxdbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdbl1args-2.txt |
| fn-maxdbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdbl1args-3.txt |
| fn-maxflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxflt1args-1.txt |
| fn-maxflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxflt1args-2.txt |
| fn-maxflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxflt1args-3.txt |
| fn-maxlng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxlng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxlng1args-1.txt |
| fn-maxlng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxlng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxlng1args-2.txt |
| fn-maxlng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxlng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxlng1args-3.txt |
| fn-maxusht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxusht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxusht1args-1.txt |
| fn-maxusht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxusht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxusht1args-2.txt |
| fn-maxusht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxusht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxusht1args-3.txt |
| fn-maxnint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnint1args-1.txt |
| fn-maxnint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnint1args-2.txt |
| fn-maxnint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnint1args-3.txt |
| fn-maxpint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxpint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxpint1args-1.txt |
| fn-maxpint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxpint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxpint1args-2.txt |
| fn-maxpint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxpint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxpint1args-3.txt |
| fn-maxulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxulng1args-1.txt |
| fn-maxulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxulng1args-2.txt |
| fn-maxulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxulng1args-3.txt |
| fn-maxnpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnpi1args-1.txt |
| fn-maxnpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnpi1args-2.txt |
| fn-maxnpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnpi1args-3.txt |
| fn-maxnni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnni1args-1.txt |
| fn-maxnni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnni1args-2.txt |
| fn-maxnni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnni1args-3.txt |
| fn-maxsht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxsht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxsht1args-1.txt |
| fn-maxsht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxsht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxsht1args-2.txt |
| fn-maxsht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxsht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxsht1args-3.txt |
| fn-maxint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxint2args-1.txt |
| fn-maxint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:int(mid range) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxint2args-2.txt |
| fn-maxint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:int(upper bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxint2args-3.txt |
| fn-maxint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxint2args-4.txt |
| fn-maxint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxint2args-5.txt |
| fn-maxintg2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxintg2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxintg2args-1.txt |
| fn-maxintg2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:integer(mid range) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxintg2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxintg2args-2.txt |
| fn-maxintg2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:integer(upper bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxintg2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxintg2args-3.txt |
| fn-maxintg2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxintg2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxintg2args-4.txt |
| fn-maxintg2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxintg2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxintg2args-5.txt |
| fn-maxdec2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdec2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdec2args-1.txt |
| fn-maxdec2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:decimal(mid range) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdec2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdec2args-2.txt |
| fn-maxdec2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:decimal(upper bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdec2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdec2args-3.txt |
| fn-maxdec2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdec2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdec2args-4.txt |
| fn-maxdec2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdec2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdec2args-5.txt |
| fn-maxdbl2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdbl2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdbl2args-1.txt |
| fn-maxdbl2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:double(mid range) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdbl2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdbl2args-2.txt |
| fn-maxdbl2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:double(upper bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdbl2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdbl2args-3.txt |
| fn-maxdbl2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdbl2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdbl2args-4.txt |
| fn-maxdbl2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdbl2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxdbl2args-5.txt |
| fn-maxflt2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxflt2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxflt2args-1.txt |
| fn-maxflt2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:float(mid range) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxflt2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxflt2args-2.txt |
| fn-maxflt2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:float(upper bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxflt2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxflt2args-3.txt |
| fn-maxflt2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxflt2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxflt2args-4.txt |
| fn-maxflt2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxflt2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxflt2args-5.txt |
| fn-maxlng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxlng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxlng2args-1.txt |
| fn-maxlng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:long(mid range) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxlng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxlng2args-2.txt |
| fn-maxlng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:long(upper bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxlng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxlng2args-3.txt |
| fn-maxlng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxlng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxlng2args-4.txt |
| fn-maxlng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxlng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxlng2args-5.txt |
| fn-maxusht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxusht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxusht2args-1.txt |
| fn-maxusht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:unsignedShort(mid range) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxusht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxusht2args-2.txt |
| fn-maxusht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:unsignedShort(upper bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxusht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxusht2args-3.txt |
| fn-maxusht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxusht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxusht2args-4.txt |
| fn-maxusht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxusht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxusht2args-5.txt |
| fn-maxnint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnint2args-1.txt |
| fn-maxnint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:negativeInteger(mid range) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnint2args-2.txt |
| fn-maxnint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:negativeInteger(upper bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnint2args-3.txt |
| fn-maxnint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnint2args-4.txt |
| fn-maxnint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnint2args-5.txt |
| fn-maxpint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxpint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxpint2args-1.txt |
| fn-maxpint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:positiveInteger(mid range) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxpint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxpint2args-2.txt |
| fn-maxpint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:positiveInteger(upper bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxpint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxpint2args-3.txt |
| fn-maxpint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxpint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxpint2args-4.txt |
| fn-maxpint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxpint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxpint2args-5.txt |
| fn-maxulng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxulng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxulng2args-1.txt |
| fn-maxulng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:unsignedLong(mid range) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxulng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxulng2args-2.txt |
| fn-maxulng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:unsignedLong(upper bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxulng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxulng2args-3.txt |
| fn-maxulng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxulng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxulng2args-4.txt |
| fn-maxulng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxulng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxulng2args-5.txt |
| fn-maxnpi2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnpi2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnpi2args-1.txt |
| fn-maxnpi2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(mid range) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnpi2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnpi2args-2.txt |
| fn-maxnpi2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(upper bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnpi2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnpi2args-3.txt |
| fn-maxnpi2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnpi2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnpi2args-4.txt |
| fn-maxnpi2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnpi2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnpi2args-5.txt |
| fn-maxnni2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnni2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnni2args-1.txt |
| fn-maxnni2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(mid range) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnni2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnni2args-2.txt |
| fn-maxnni2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(upper bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnni2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnni2args-3.txt |
| fn-maxnni2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnni2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnni2args-4.txt |
| fn-maxnni2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnni2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxnni2args-5.txt |
| fn-maxsht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxsht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxsht2args-1.txt |
| fn-maxsht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:short(mid range) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxsht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxsht2args-2.txt |
| fn-maxsht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:short(upper bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxsht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxsht2args-3.txt |
| fn-maxsht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxsht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxsht2args-4.txt |
| fn-maxsht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxsht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-maxsht2args-5.txt |
| fn-max-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "max" function with the argument set to a sequence of different types. | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-max-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-max-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates type promotion with the fn:max function. | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-max-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-max-2.txt |
| fn-max-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates type promotion with the fn:max function. Used derived types that should promote to least common type. | ||
| Spec Citations: | ||
| #func-max | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-max-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/fn-max-3.txt |
| K-SeqMAXFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqMAXFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max("a string", "http://www.w3.org/2005/xpath-functions/collation/codepoint", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqMAXFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(max(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-3.txt |
| K-SeqMAXFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((3, 3, 3, 3, 3, 3)) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-4.txt |
| K-SeqMAXFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((3, 1, 1, 1, 1, 1)) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-5.txt |
| K-SeqMAXFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((1, 1, 1, 1, 1, 3)) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-6.txt |
| K-SeqMAXFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((3, 1, 5, 1, 1, 3)) eq 5`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-7.txt |
| K-SeqMAXFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((3, -5.0, 5, 1, -3, 3)) eq 5`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-8.txt |
| K-SeqMAXFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max(xs:untypedAtomic("3")) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-9.txt |
| K-SeqMAXFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max(xs:untypedAtomic("3")) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-10.txt |
| K-SeqMAXFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((xs:untypedAtomic("3"), 1, 2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-11.txt |
| K-SeqMAXFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((1, xs:float(2), xs:untypedAtomic("3"))) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-12.txt |
| K-SeqMAXFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((1, xs:float(2), xs:untypedAtomic("3"))) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-13.txt |
| K-SeqMAXFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((1, xs:float(2), xs:decimal(3))) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-14.txt |
| K-SeqMAXFunc-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((1, xs:untypedAtomic("3"), xs:float(2))) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-15.txt |
| K-SeqMAXFunc-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(max((1, xs:untypedAtomic("NaN"), xs:float(2)))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-16.txt |
| K-SeqMAXFunc-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(max((xs:float("NaN"), xs:untypedAtomic("3"), xs:float(2)))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-17.txt |
| K-SeqMAXFunc-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((xs:float("NaN"), xs:untypedAtomic("3"), xs:float(2))) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-18.txt |
| K-SeqMAXFunc-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((xs:float("NaN"), 1, 1, 2, xs:double("NaN"))) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-19.txt |
| K-SeqMAXFunc-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((xs:double("NaN"), 1, 1, 2, xs:float("NaN"))) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-20.txt |
| K-SeqMAXFunc-21 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An xs:string cannot be compared to a numeric, even if a value is NaN. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqMAXFunc-22 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An xs:string cannot be compared to a numeric, even if a value is NaN. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqMAXFunc-23 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A type error must be reported even if one of other values is NaN. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqMAXFunc-24 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A type error must be reported even if one of other values is NaN. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqMAXFunc-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(max((xs:double("NaN"), xs:double("NaN")))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-25.txt |
| K-SeqMAXFunc-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(max((xs:float("NaN"), xs:float("NaN")))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-26.txt |
| K-SeqMAXFunc-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(max((3, xs:double("NaN")))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-27.txt |
| K-SeqMAXFunc-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(max((3, xs:float("NaN")))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-28.txt |
| K-SeqMAXFunc-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((3, xs:double("NaN"))) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-29.txt |
| K-SeqMAXFunc-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((3, xs:float("NaN"))) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-30.txt |
| K-SeqMAXFunc-31 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(max((xs:float(-3), xs:untypedAtomic("3"), xs:double("NaN")))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-31.txt |
| K-SeqMAXFunc-32 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((xs:float(-3), xs:untypedAtomic("3"), xs:double("NaN"))) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-32.txt |
| K-SeqMAXFunc-33 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(max(xs:float("NaN"))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-33.txt |
| K-SeqMAXFunc-34 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(max(xs:double("NaN"))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-34.txt |
| K-SeqMAXFunc-35 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max(xs:untypedAtomic("three"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqMAXFunc-36 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((xs:untypedAtomic("3"), "a string"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqMAXFunc-37 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max(("a string", xs:untypedAtomic("3")))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqMAXFunc-38 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max(QName("example.com/", "ncname"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqMAXFunc-39 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max(xs:anyURI("example.com/")) eq xs:anyURI("example.com/")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-39.txt |
| K-SeqMAXFunc-40 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((xs:anyURI("example.com/"), xs:anyURI("example.com/"))) eq xs:anyURI("example.com/")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-40.txt |
| K-SeqMAXFunc-41 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max(("a string")) eq "a string"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-41.txt |
| K-SeqMAXFunc-42 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max(("a string", QName("example.com/", "ncname")))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqMAXFunc-43 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((5, 5.0e0)) eq 5.0e0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-43.txt |
| K-SeqMAXFunc-44 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((5, 5.0e0)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-44.txt |
| K-SeqMAXFunc-45 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((5, 3.0e0)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-45.txt |
| K-SeqMAXFunc-46 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((5.0e0, 5)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-46.txt |
| K-SeqMAXFunc-47 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((3, 5.0e0)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-47.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-47.txt |
| K-SeqMAXFunc-48 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((5.0e0, 3)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-48.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-48.txt |
| K-SeqMAXFunc-49 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((1, 1, 1, 1, 1.0)) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-49.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-49.txt |
| K-SeqMAXFunc-50 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((1.0, 1, 1, 1, 1)) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-50.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-50.txt |
| K-SeqMAXFunc-51 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((1.0, 1, 1.0, 1, 1)) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-51.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-51.txt |
| K-SeqMAXFunc-52 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((5.0e0, 5)) eq 5.0e0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-52.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-52.txt |
| K-SeqMAXFunc-53 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((3, 5.0e0)) eq 5.0e0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-53.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-53.txt |
| K-SeqMAXFunc-54 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((5.0e0, 3)) eq 5.0e0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-54.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-54.txt |
| K-SeqMAXFunc-55 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Testing max() with current-date(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-55.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-55.txt |
| K-SeqMAXFunc-56 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((3,4,5)) eq 5`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-56.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-56.txt |
| K-SeqMAXFunc-57 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((5, 5.0e0)) eq 5.0e0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-57.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-57.txt |
| K-SeqMAXFunc-58 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max((3,4, "Zero"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-58.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqMAXFunc-59 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `max(("a", "b", "c")) eq "c"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMAXFunc/K-SeqMAXFunc-59.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMAXFunc/K-SeqMAXFunc-59.txt |
| K2-SeqMAXFunc-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:max() on two identical xs:anyURI values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/K2-SeqMAXFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/K2-SeqMAXFunc-1.txt |
| K2-SeqMAXFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:max() on two different xs:anyURI values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/K2-SeqMAXFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/K2-SeqMAXFunc-2.txt |
| K2-SeqMAXFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:max() on two different xs:anyURI values(#2). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/K2-SeqMAXFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/K2-SeqMAXFunc-3.txt |
| K2-SeqMAXFunc-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke fn:max() with an unsupported collation. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/K2-SeqMAXFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0002 | ||
| K2-SeqMAXFunc-5 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke fn:max() with too many arguments. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/K2-SeqMAXFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K2-SeqMAXFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:max() with an unsupported collation and one xs:anyURI value. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/K2-SeqMAXFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMAXFunc/K2-SeqMAXFunc-6.txt |
| Error: err:FOCH0002 | ||
| fn-minint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minint1args-1.txt |
| fn-minint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minint1args-2.txt |
| fn-minint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minint1args-3.txt |
| fn-minintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minintg1args-1.txt |
| fn-minintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minintg1args-2.txt |
| fn-minintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minintg1args-3.txt |
| fn-mindec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindec1args-1.txt |
| fn-mindec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindec1args-2.txt |
| fn-mindec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindec1args-3.txt |
| fn-mindbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindbl1args-1.txt |
| fn-mindbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindbl1args-2.txt |
| fn-mindbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindbl1args-3.txt |
| fn-minflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minflt1args-1.txt |
| fn-minflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minflt1args-2.txt |
| fn-minflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minflt1args-3.txt |
| fn-minlng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minlng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minlng1args-1.txt |
| fn-minlng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minlng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minlng1args-2.txt |
| fn-minlng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minlng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minlng1args-3.txt |
| fn-minusht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minusht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minusht1args-1.txt |
| fn-minusht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minusht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minusht1args-2.txt |
| fn-minusht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minusht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minusht1args-3.txt |
| fn-minnint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnint1args-1.txt |
| fn-minnint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnint1args-2.txt |
| fn-minnint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnint1args-3.txt |
| fn-minpint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minpint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minpint1args-1.txt |
| fn-minpint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minpint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minpint1args-2.txt |
| fn-minpint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minpint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minpint1args-3.txt |
| fn-minulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minulng1args-1.txt |
| fn-minulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minulng1args-2.txt |
| fn-minulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minulng1args-3.txt |
| fn-minnpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnpi1args-1.txt |
| fn-minnpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnpi1args-2.txt |
| fn-minnpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnpi1args-3.txt |
| fn-minnni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnni1args-1.txt |
| fn-minnni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnni1args-2.txt |
| fn-minnni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnni1args-3.txt |
| fn-minsht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minsht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minsht1args-1.txt |
| fn-minsht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minsht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minsht1args-2.txt |
| fn-minsht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minsht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minsht1args-3.txt |
| fn-minint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minint2args-1.txt |
| fn-minint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:int(mid range) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minint2args-2.txt |
| fn-minint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:int(upper bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minint2args-3.txt |
| fn-minint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minint2args-4.txt |
| fn-minint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minint2args-5.txt |
| fn-minintg2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minintg2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minintg2args-1.txt |
| fn-minintg2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:integer(mid range) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minintg2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minintg2args-2.txt |
| fn-minintg2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:integer(upper bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minintg2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minintg2args-3.txt |
| fn-minintg2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minintg2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minintg2args-4.txt |
| fn-minintg2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minintg2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minintg2args-5.txt |
| fn-mindec2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindec2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindec2args-1.txt |
| fn-mindec2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:decimal(mid range) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindec2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindec2args-2.txt |
| fn-mindec2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:decimal(upper bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindec2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindec2args-3.txt |
| fn-mindec2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindec2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindec2args-4.txt |
| fn-mindec2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindec2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindec2args-5.txt |
| fn-mindbl2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindbl2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindbl2args-1.txt |
| fn-mindbl2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:double(mid range) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindbl2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindbl2args-2.txt |
| fn-mindbl2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:double(upper bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindbl2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindbl2args-3.txt |
| fn-mindbl2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindbl2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindbl2args-4.txt |
| fn-mindbl2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindbl2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-mindbl2args-5.txt |
| fn-minflt2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minflt2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minflt2args-1.txt |
| fn-minflt2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:float(mid range) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minflt2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minflt2args-2.txt |
| fn-minflt2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:float(upper bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minflt2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minflt2args-3.txt |
| fn-minflt2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minflt2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minflt2args-4.txt |
| fn-minflt2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minflt2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minflt2args-5.txt |
| fn-minlng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minlng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minlng2args-1.txt |
| fn-minlng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:long(mid range) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minlng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minlng2args-2.txt |
| fn-minlng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:long(upper bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minlng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minlng2args-3.txt |
| fn-minlng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minlng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minlng2args-4.txt |
| fn-minlng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minlng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minlng2args-5.txt |
| fn-minusht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minusht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minusht2args-1.txt |
| fn-minusht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:unsignedShort(mid range) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minusht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minusht2args-2.txt |
| fn-minusht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:unsignedShort(upper bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minusht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minusht2args-3.txt |
| fn-minusht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minusht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minusht2args-4.txt |
| fn-minusht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minusht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minusht2args-5.txt |
| fn-minnint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnint2args-1.txt |
| fn-minnint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:negativeInteger(mid range) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnint2args-2.txt |
| fn-minnint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:negativeInteger(upper bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnint2args-3.txt |
| fn-minnint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnint2args-4.txt |
| fn-minnint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnint2args-5.txt |
| fn-minpint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minpint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minpint2args-1.txt |
| fn-minpint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:positiveInteger(mid range) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minpint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minpint2args-2.txt |
| fn-minpint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:positiveInteger(upper bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minpint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minpint2args-3.txt |
| fn-minpint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minpint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minpint2args-4.txt |
| fn-minpint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minpint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minpint2args-5.txt |
| fn-minulng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minulng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minulng2args-1.txt |
| fn-minulng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:unsignedLong(mid range) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minulng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minulng2args-2.txt |
| fn-minulng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:unsignedLong(upper bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minulng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minulng2args-3.txt |
| fn-minulng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minulng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minulng2args-4.txt |
| fn-minulng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minulng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minulng2args-5.txt |
| fn-minnpi2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnpi2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnpi2args-1.txt |
| fn-minnpi2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(mid range) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnpi2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnpi2args-2.txt |
| fn-minnpi2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(upper bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnpi2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnpi2args-3.txt |
| fn-minnpi2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnpi2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnpi2args-4.txt |
| fn-minnpi2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnpi2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnpi2args-5.txt |
| fn-minnni2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnni2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnni2args-1.txt |
| fn-minnni2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(mid range) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnni2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnni2args-2.txt |
| fn-minnni2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(upper bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnni2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnni2args-3.txt |
| fn-minnni2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnni2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnni2args-4.txt |
| fn-minnni2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnni2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minnni2args-5.txt |
| fn-minsht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minsht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minsht2args-1.txt |
| fn-minsht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:short(mid range) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minsht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minsht2args-2.txt |
| fn-minsht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:short(upper bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minsht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minsht2args-3.txt |
| fn-minsht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minsht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minsht2args-4.txt |
| fn-minsht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minsht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-minsht2args-5.txt |
| fn-min-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "min" function with the argument set to a sequence of items with different types. | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-min-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-min-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates type promotion and the fn:min function. | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-min-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-min-2.txt |
| fn-min-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates type promotion and the fn:min function (derived types promoted to least common type). | ||
| Spec Citations: | ||
| #func-min | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-min-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/fn-min-3.txt |
| K-SeqMINFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqMINFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min("a string", "http://www.w3.org/2005/xpath-functions/collation/codepoint", "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqMINFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(min(()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-3.txt |
| K-SeqMINFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((3, 3, 3, 3, 3, 3)) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-4.txt |
| K-SeqMINFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((3, 1, 1, 1, 1, 1)) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-5.txt |
| K-SeqMINFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((1, 1, 1, 1, 1, 3)) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-6.txt |
| K-SeqMINFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((3, 1, 5, 1, 1, 3)) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-7.txt |
| K-SeqMINFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((3, -5.0, 5, 1, -3, 3)) eq -5.0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-8.txt |
| K-SeqMINFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min(xs:untypedAtomic("3")) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-9.txt |
| K-SeqMINFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min(xs:untypedAtomic("3")) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-10.txt |
| K-SeqMINFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((xs:untypedAtomic("1"), 3, 2)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-11.txt |
| K-SeqMINFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((3, xs:float(2), xs:untypedAtomic("1"))) eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-12.txt |
| K-SeqMINFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((3, xs:float(2), xs:untypedAtomic("1"))) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-13.txt |
| K-SeqMINFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((1, xs:float(2), xs:decimal(3))) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-14.txt |
| K-SeqMINFunc-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((3, xs:untypedAtomic("1"), xs:float(2))) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-15.txt |
| K-SeqMINFunc-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(min((1, xs:untypedAtomic("NaN"), xs:float(2)))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-16.txt |
| K-SeqMINFunc-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(min((xs:float("NaN"), xs:untypedAtomic("3"), xs:float(2)))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-17.txt |
| K-SeqMINFunc-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((xs:float("NaN"), xs:untypedAtomic("3"), xs:double(2))) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-18.txt |
| K-SeqMINFunc-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((xs:float("NaN"), 1, 1, 2, xs:double("NaN"))) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-19.txt |
| K-SeqMINFunc-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((xs:double("NaN"), 1, 1, 2, xs:float("NaN"))) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-20.txt |
| K-SeqMINFunc-21 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An xs:string cannot be compared to a numeric, even if a value is NaN. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqMINFunc-22 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| An xs:string cannot be compared to a numeric, even if a value is NaN. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqMINFunc-23 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A type error must be reported even if one of other values is NaN. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqMINFunc-24 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A type error must be reported even if one of other values is NaN. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqMINFunc-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(min((xs:double("NaN"), xs:double("NaN")))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-25.txt |
| K-SeqMINFunc-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(min((xs:float("NaN"), xs:float("NaN")))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-26.txt |
| K-SeqMINFunc-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(min((3, xs:double("NaN")))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-27.txt |
| K-SeqMINFunc-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(min((3, xs:float("NaN")))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-28.txt |
| K-SeqMINFunc-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((3, xs:double("NaN"))) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-29.txt |
| K-SeqMINFunc-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((3, xs:float("NaN"))) instance of xs:float`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-30.txt |
| K-SeqMINFunc-31 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(min((xs:float(-3), xs:untypedAtomic("3"), xs:double("NaN")))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-31.txt |
| K-SeqMINFunc-32 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((xs:float(-3), xs:untypedAtomic("3"), xs:double("NaN"))) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-32.txt |
| K-SeqMINFunc-33 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(min(xs:float("NaN"))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-33.txt |
| K-SeqMINFunc-34 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(min(xs:double("NaN"))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-34.txt |
| K-SeqMINFunc-35 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min(xs:untypedAtomic("three"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| K-SeqMINFunc-36 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((xs:untypedAtomic("3"), "a string"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqMINFunc-37 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min(("a string", xs:untypedAtomic("3")))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqMINFunc-38 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min(QName("example.com/", "ncname"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqMINFunc-39 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min(xs:anyURI("example.com/")) eq xs:anyURI("example.com/")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-39.txt |
| K-SeqMINFunc-40 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((xs:anyURI("example.com/"), xs:anyURI("example.com/"))) eq xs:anyURI("example.com/")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-40.txt |
| K-SeqMINFunc-41 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min(("a string")) eq "a string"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-41.txt |
| K-SeqMINFunc-42 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min(("a string", QName("example.com/", "ncname")))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqMINFunc-43 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((5, 5.0e0)) eq 5.0e0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-43.txt |
| K-SeqMINFunc-44 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((5.0e0, 5)) eq 5.0e0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-44.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-44.txt |
| K-SeqMINFunc-45 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((3, 5.0e0)) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-45.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-45.txt |
| K-SeqMINFunc-46 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((5.0e0, 3)) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-46.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-46.txt |
| K-SeqMINFunc-47 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test for min() involving xs:date. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-47.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-47.txt |
| K-SeqMINFunc-48 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((3,4,5)) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-48.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-48.txt |
| K-SeqMINFunc-49 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((5, 5.0e0)) eq 5.0e0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-49.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-49.txt |
| K-SeqMINFunc-50 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((3,4, "Zero"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-50.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqMINFunc-51 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((xs:float(0.0E0), xs:float(-0.0E0))) eq xs:float("-0")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqMINFunc/K-SeqMINFunc-51.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqMINFunc/K-SeqMINFunc-51.txt |
| K2-SeqMINFunc-1 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:min() on two identical xs:anyURI values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-1.txt |
| K2-SeqMINFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:min() on two different xs:anyURI values. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-2.txt |
| K2-SeqMINFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:min() on two different xs:anyURI values(#2). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-3.txt |
| K2-SeqMINFunc-4 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke fn:min() with an unsupported collation. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCH0002 | ||
| K2-SeqMINFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Invoke fn:min() with an unsupported collation and one xs:anyURI value. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-5.txt |
| Error: err:FOCH0002 | ||
| K2-SeqMINFunc-6 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Invoke fn:min() with too many arguments. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K2-SeqMINFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((5, 5.0e0)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-7.txt |
| K2-SeqMINFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((5.0e0, 5)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-8.txt |
| K2-SeqMINFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((3, 5.0e0)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-9.txt |
| K2-SeqMINFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((5.0e0, 3)) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-10.txt |
| K2-SeqMINFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((1, 1, 1, 1, 1.0)) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-11.txt |
| K2-SeqMINFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((1.0, 1, 1, 1, 1)) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-12.txt |
| K2-SeqMINFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min((1.0, 1, 1.0, 1, 1)) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-13.txt |
| K2-SeqMINFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `min(("a", "b", "c")) eq "a"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqMINFunc/K2-SeqMINFunc-14.txt |
| fn-sumint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumint1args-1.txt |
| fn-sumint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumint1args-2.txt |
| fn-sumint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumint1args-3.txt |
| fn-sumintg1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumintg1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumintg1args-1.txt |
| fn-sumintg1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumintg1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumintg1args-2.txt |
| fn-sumintg1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumintg1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumintg1args-3.txt |
| fn-sumdec1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdec1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdec1args-1.txt |
| fn-sumdec1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdec1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdec1args-2.txt |
| fn-sumdec1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdec1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdec1args-3.txt |
| fn-sumdbl1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl1args-1.txt |
| fn-sumdbl1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl1args-2.txt |
| fn-sumdbl1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl1args-3.txt |
| fn-sumflt1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt1args-1.txt |
| fn-sumflt1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt1args-2.txt |
| fn-sumflt1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt1args-3.txt |
| fn-sumlng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng1args-1.txt |
| fn-sumlng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng1args-2.txt |
| fn-sumlng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng1args-3.txt |
| fn-sumusht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht1args-1.txt |
| fn-sumusht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht1args-2.txt |
| fn-sumusht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht1args-3.txt |
| fn-sumnint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnint1args-1.txt |
| fn-sumnint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnint1args-2.txt |
| fn-sumnint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnint1args-3.txt |
| fn-sumpint1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint1args-1.txt |
| fn-sumpint1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint1args-2.txt |
| fn-sumpint1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint1args-3.txt |
| fn-sumulng1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng1args-1.txt |
| fn-sumulng1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng1args-2.txt |
| fn-sumulng1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng1args-3.txt |
| fn-sumnpi1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi1args-1.txt |
| fn-sumnpi1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi1args-2.txt |
| fn-sumnpi1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi1args-3.txt |
| fn-sumnni1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni1args-1.txt |
| fn-sumnni1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni1args-2.txt |
| fn-sumnni1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni1args-3.txt |
| fn-sumsht1args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumsht1args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumsht1args-1.txt |
| fn-sumsht1args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumsht1args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumsht1args-2.txt |
| fn-sumsht1args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumsht1args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumsht1args-3.txt |
| fn-sumint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:int(mid range) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumint2args-1.txt |
| fn-sumint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:int(upper bound) $arg2 = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumint2args-2.txt |
| fn-sumint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumint2args-3.txt |
| fn-sumint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumint2args-4.txt |
| fn-sumintg2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:integer(mid range) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumintg2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumintg2args-1.txt |
| fn-sumintg2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:integer(upper bound) $arg2 = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumintg2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumintg2args-2.txt |
| fn-sumintg2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumintg2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumintg2args-3.txt |
| fn-sumintg2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumintg2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumintg2args-4.txt |
| fn-sumdec2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:decimal(mid range) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdec2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdec2args-1.txt |
| fn-sumdec2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:decimal(upper bound) $arg2 = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdec2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdec2args-2.txt |
| fn-sumdec2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdec2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdec2args-3.txt |
| fn-sumdec2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdec2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdec2args-4.txt |
| fn-sumdbl2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:double(mid range) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl2args-1.txt |
| fn-sumdbl2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:double(upper bound) $arg2 = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl2args-2.txt |
| fn-sumdbl2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl2args-3.txt |
| fn-sumdbl2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl2args-4.txt |
| fn-sumflt2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:float(mid range) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt2args-1.txt |
| fn-sumflt2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:float(upper bound) $arg2 = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt2args-2.txt |
| fn-sumflt2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt2args-3.txt |
| fn-sumflt2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt2args-4.txt |
| fn-sumlng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:long(mid range) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng2args-1.txt |
| fn-sumlng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:long(upper bound) $arg2 = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng2args-2.txt |
| fn-sumlng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng2args-3.txt |
| fn-sumlng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng2args-4.txt |
| fn-sumusht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht2args-1.txt |
| fn-sumusht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedShort(mid range) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht2args-2.txt |
| fn-sumusht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedShort(upper bound) $arg2 = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht2args-3.txt |
| fn-sumusht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht2args-4.txt |
| fn-sumusht2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht2args-5.txt |
| fn-sumnint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:negativeInteger(mid range) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnint2args-1.txt |
| fn-sumnint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:negativeInteger(upper bound) $arg2 = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnint2args-2.txt |
| fn-sumnint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnint2args-3.txt |
| fn-sumnint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:negativeInteger(lower bound) $arg2 = xs:negativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnint2args-4.txt |
| fn-sumpint2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint2args-1.txt |
| fn-sumpint2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:positiveInteger(mid range) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint2args-2.txt |
| fn-sumpint2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:positiveInteger(upper bound) $arg2 = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint2args-3.txt |
| fn-sumpint2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint2args-4.txt |
| fn-sumpint2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint2args-5.txt |
| fn-sumulng2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng2args-1.txt |
| fn-sumulng2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedLong(mid range) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng2args-2.txt |
| fn-sumulng2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedLong(upper bound) $arg2 = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng2args-3.txt |
| fn-sumulng2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng2args-4.txt |
| fn-sumulng2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng2args-5.txt |
| fn-sumnpi2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(mid range) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi2args-1.txt |
| fn-sumnpi2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(upper bound) $arg2 = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi2args-2.txt |
| fn-sumnpi2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi2args-3.txt |
| fn-sumnpi2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi2args-4.txt |
| fn-sumnni2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni2args-1.txt |
| fn-sumnni2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(mid range) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni2args-2.txt |
| fn-sumnni2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(upper bound) $arg2 = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni2args-3.txt |
| fn-sumnni2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni2args-4.txt |
| fn-sumnni2args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni2args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni2args-5.txt |
| fn-sumsht2args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:short(mid range) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumsht2args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumsht2args-1.txt |
| fn-sumsht2args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:short(upper bound) $arg2 = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumsht2args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumsht2args-2.txt |
| fn-sumsht2args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumsht2args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumsht2args-3.txt |
| fn-sumsht2args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumsht2args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumsht2args-4.txt |
| fn-sumint3args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:int(mid range) $arg2 = xs:int(lower bound) $zero = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumint3args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumint3args-1.txt |
| fn-sumint3args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(mid range) $zero = xs:int(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumint3args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumint3args-2.txt |
| fn-sumint3args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(lower bound) $zero = xs:int(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumint3args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumint3args-3.txt |
| fn-sumint3args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:int(lower bound) $arg2 = xs:int(lower bound) $zero = xs:int(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumint3args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumint3args-4.txt |
| fn-sumintg3args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:integer(upper bound) $arg2 = xs:integer(lower bound) $zero = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumintg3args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumintg3args-1.txt |
| fn-sumintg3args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(upper bound) $zero = xs:integer(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumintg3args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumintg3args-2.txt |
| fn-sumintg3args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(lower bound) $zero = xs:integer(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumintg3args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumintg3args-3.txt |
| fn-sumintg3args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:integer(lower bound) $arg2 = xs:integer(lower bound) $zero = xs:integer(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumintg3args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumintg3args-4.txt |
| fn-sumdec3args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:decimal(upper bound) $arg2 = xs:decimal(lower bound) $zero = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdec3args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdec3args-1.txt |
| fn-sumdec3args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(upper bound) $zero = xs:decimal(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdec3args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdec3args-2.txt |
| fn-sumdec3args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(lower bound) $zero = xs:decimal(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdec3args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdec3args-3.txt |
| fn-sumdec3args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:decimal(lower bound) $arg2 = xs:decimal(lower bound) $zero = xs:decimal(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdec3args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdec3args-4.txt |
| fn-sumdbl3args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:double(mid range) $arg2 = xs:double(lower bound) $zero = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl3args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl3args-1.txt |
| Error: err:FOAR0002 | ||
| fn-sumdbl3args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:double(upper bound) $arg2 = xs:double(lower bound) $zero = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl3args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl3args-2.txt |
| fn-sumdbl3args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(mid range) $zero = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl3args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl3args-3.txt |
| fn-sumdbl3args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(upper bound) $zero = xs:double(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl3args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl3args-4.txt |
| fn-sumdbl3args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(lower bound) $zero = xs:double(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl3args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl3args-5.txt |
| fn-sumdbl3args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:double(lower bound) $arg2 = xs:double(lower bound) $zero = xs:double(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl3args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl3args-6.txt |
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumdbl3argsalt-6.txt |
| Error: err:FOAR0002 | ||
| fn-sumflt3args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:float(mid range) $arg2 = xs:float(lower bound) $zero = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt3args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt3args-1.txt |
| Error: err:FOAR0002 | ||
| fn-sumflt3args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:float(upper bound) $arg2 = xs:float(lower bound) $zero = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt3args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt3args-2.txt |
| fn-sumflt3args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(mid range) $zero = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt3args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt3args-3.txt |
| fn-sumflt3args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(upper bound) $zero = xs:float(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt3args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt3args-4.txt |
| fn-sumflt3args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(lower bound) $zero = xs:float(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt3args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt3args-5.txt |
| fn-sumflt3args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:float(lower bound) $arg2 = xs:float(lower bound) $zero = xs:float(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt3args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt3args-6.txt |
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumflt3argsalt-6.txt |
| Error: err:FOAR0002 | ||
| fn-sumlng3args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:long(mid range) $arg2 = xs:long(lower bound) $zero = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng3args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng3args-1.txt |
| fn-sumlng3args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:long(upper bound) $arg2 = xs:long(lower bound) $zero = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng3args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng3args-2.txt |
| fn-sumlng3args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(mid range) $zero = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng3args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng3args-3.txt |
| fn-sumlng3args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(upper bound) $zero = xs:long(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng3args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng3args-4.txt |
| fn-sumlng3args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(lower bound) $zero = xs:long(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng3args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng3args-5.txt |
| fn-sumlng3args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:long(lower bound) $arg2 = xs:long(lower bound) $zero = xs:long(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng3args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumlng3args-6.txt |
| fn-sumusht3args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(lower bound) $zero = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht3args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht3args-1.txt |
| fn-sumusht3args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedShort(mid range) $arg2 = xs:unsignedShort(lower bound) $zero = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht3args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht3args-2.txt |
| fn-sumusht3args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedShort(upper bound) $arg2 = xs:unsignedShort(lower bound) $zero = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht3args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht3args-3.txt |
| fn-sumusht3args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(mid range) $zero = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht3args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht3args-4.txt |
| fn-sumusht3args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(upper bound) $zero = xs:unsignedShort(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht3args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht3args-5.txt |
| fn-sumusht3args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(lower bound) $zero = xs:unsignedShort(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht3args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht3args-6.txt |
| fn-sumusht3args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedShort(lower bound) $arg2 = xs:unsignedShort(lower bound) $zero = xs:unsignedShort(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht3args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumusht3args-7.txt |
| fn-sumnint3args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:negativeInteger(mid range) $arg2 = xs:negativeInteger(lower bound) $zero = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnint3args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnint3args-1.txt |
| fn-sumnint3args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:negativeInteger(upper bound) $arg2 = xs:negativeInteger(lower bound) $zero = xs:negativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnint3args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnint3args-2.txt |
| fn-sumpint3args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(lower bound) $zero = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint3args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint3args-1.txt |
| fn-sumpint3args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:positiveInteger(mid range) $arg2 = xs:positiveInteger(lower bound) $zero = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint3args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint3args-2.txt |
| fn-sumpint3args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:positiveInteger(upper bound) $arg2 = xs:positiveInteger(lower bound) $zero = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint3args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint3args-3.txt |
| fn-sumpint3args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(mid range) $zero = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint3args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint3args-4.txt |
| fn-sumpint3args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(upper bound) $zero = xs:positiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint3args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint3args-5.txt |
| fn-sumpint3args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(lower bound) $zero = xs:positiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint3args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint3args-6.txt |
| fn-sumpint3args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:positiveInteger(lower bound) $arg2 = xs:positiveInteger(lower bound) $zero = xs:positiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint3args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumpint3args-7.txt |
| fn-sumulng3args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(lower bound) $zero = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng3args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng3args-1.txt |
| fn-sumulng3args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedLong(mid range) $arg2 = xs:unsignedLong(lower bound) $zero = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng3args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng3args-2.txt |
| fn-sumulng3args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedLong(upper bound) $arg2 = xs:unsignedLong(lower bound) $zero = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng3args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng3args-3.txt |
| fn-sumulng3args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(mid range) $zero = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng3args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng3args-4.txt |
| fn-sumulng3args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(upper bound) $zero = xs:unsignedLong(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng3args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng3args-5.txt |
| fn-sumulng3args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(lower bound) $zero = xs:unsignedLong(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng3args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng3args-6.txt |
| fn-sumulng3args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:unsignedLong(lower bound) $arg2 = xs:unsignedLong(lower bound) $zero = xs:unsignedLong(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng3args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumulng3args-7.txt |
| fn-sumnpi3args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(mid range) $arg2 = xs:nonPositiveInteger(lower bound) $zero = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi3args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi3args-1.txt |
| fn-sumnpi3args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(upper bound) $arg2 = xs:nonPositiveInteger(lower bound) $zero = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi3args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi3args-2.txt |
| fn-sumnpi3args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(mid range) $zero = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi3args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi3args-3.txt |
| fn-sumnpi3args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(upper bound) $zero = xs:nonPositiveInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi3args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi3args-4.txt |
| fn-sumnpi3args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(lower bound) $zero = xs:nonPositiveInteger(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi3args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi3args-5.txt |
| fn-sumnpi3args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:nonPositiveInteger(lower bound) $arg2 = xs:nonPositiveInteger(lower bound) $zero = xs:nonPositiveInteger(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi3args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnpi3args-6.txt |
| fn-sumnni3args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(lower bound) $zero = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni3args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni3args-1.txt |
| fn-sumnni3args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(mid range) $arg2 = xs:nonNegativeInteger(lower bound) $zero = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni3args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni3args-2.txt |
| fn-sumnni3args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(upper bound) $arg2 = xs:nonNegativeInteger(lower bound) $zero = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni3args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni3args-3.txt |
| fn-sumnni3args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(mid range) $zero = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni3args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni3args-4.txt |
| fn-sumnni3args-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(upper bound) $zero = xs:nonNegativeInteger(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni3args-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni3args-5.txt |
| fn-sumnni3args-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(lower bound) $zero = xs:nonNegativeInteger(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni3args-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni3args-6.txt |
| fn-sumnni3args-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:nonNegativeInteger(lower bound) $arg2 = xs:nonNegativeInteger(lower bound) $zero = xs:nonNegativeInteger(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni3args-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumnni3args-7.txt |
| fn-sumsht3args-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:short(mid range) $arg2 = xs:short(lower bound) $zero = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumsht3args-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumsht3args-1.txt |
| fn-sumsht3args-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(mid range) $zero = xs:short(lower bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumsht3args-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumsht3args-2.txt |
| fn-sumsht3args-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(lower bound) $zero = xs:short(mid range). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumsht3args-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumsht3args-3.txt |
| fn-sumsht3args-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates the "sum" function with the arguments set as follows: $arg1 = xs:short(lower bound) $arg2 = xs:short(lower bound) $zero = xs:short(upper bound). | ||
| Spec Citations: | ||
| #func-sum | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumsht3args-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/SeqFunc/AggregateSeqFunc/SeqSUMFunc/fn-sumsht3args-4.txt |
| K-SeqSUMFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum()`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqSUMFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum(1, 1, "wrong param")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-SeqSUMFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum((), 3) eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-3.txt |
| K-SeqSUMFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum((), 3) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-4.txt |
| K-SeqSUMFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty(sum((), ()))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-5.txt |
| K-SeqSUMFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum((), 0.0) instance of xs:decimal`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-6.txt |
| K-SeqSUMFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum((), 0.0) eq 0.0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-7.txt |
| K-SeqSUMFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum(()) eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-8.txt |
| K-SeqSUMFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum(()) instance of xs:integer`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-9.txt |
| K-SeqSUMFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum((-5, -0, -3, -6)) eq -14`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-10.txt |
| K-SeqSUMFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(sum((1, 2, 3, xs:float("NaN")))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-11.txt |
| K-SeqSUMFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(sum((1, 2, 3, xs:double("NaN")))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-12.txt |
| K-SeqSUMFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(sum((xs:double("NaN"), 1, 2, 3))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-13.txt |
| K-SeqSUMFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(sum((xs:float("NaN"), 1, 2, 3))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-14.txt |
| K-SeqSUMFunc-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(sum((1, 2, xs:double("NaN"), 1, 2, 3))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-15.txt |
| K-SeqSUMFunc-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `string(sum((1, 2, xs:float("NaN"), 1, 2, 3))) eq "NaN"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-16.txt |
| K-SeqSUMFunc-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum(xs:untypedAtomic("3")) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-17.txt |
| K-SeqSUMFunc-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum((1, 2, xs:untypedAtomic("3"))) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-18.txt |
| K-SeqSUMFunc-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum((1, 2, xs:untypedAtomic("3"))) eq 6`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-19.txt |
| K-SeqSUMFunc-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum((xs:float(1), 2, xs:untypedAtomic("3"))) eq 6`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-20.txt |
| K-SeqSUMFunc-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum((xs:float(1), 2, xs:untypedAtomic("3"))) instance of xs:double`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-21.txt |
| K-SeqSUMFunc-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:sum() having an input sequence whose static type is xs:anyAtomicType. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-22.txt |
| K-SeqSUMFunc-23 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum("a string")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqSUMFunc-24 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum(xs:anyURI("a string"))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqSUMFunc-25 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum((1, 2, 3, xs:anyURI("a string"), xs:double("NaN")))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqSUMFunc-26 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum((1, 2, 3, xs:anyURI("a string"), xs:double("NaN")), 3)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| K-SeqSUMFunc-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum(((),())) eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-27.txt |
| K-SeqSUMFunc-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum(()) eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-28.txt |
| K-SeqSUMFunc-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum((3, 4, 5)) eq 12`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-29.txt |
| K-SeqSUMFunc-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum((xs:yearMonthDuration("P20Y"), xs:yearMonthDuration("P10M"))) eq xs:yearMonthDuration("P250M")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-30.txt |
| K-SeqSUMFunc-31 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum((xs:yearMonthDuration("P20Y"), xs:yearMonthDuration("P10M")) [. < xs:yearMonthDuration("P3M")], xs:yearMonthDuration("P0M")) eq xs:yearMonthDuration("P0M")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-31.txt |
| K-SeqSUMFunc-32 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum((1 to 100)[. < 0], 0) eq 0`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SeqSUMFunc/K-SeqSUMFunc-32.txt |
| K-SeqSUMFunc-33 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `sum((xs:yearMonthDuration("P20Y"), (3, 4, 5)))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/SeqSUMFunc/K-SeqSUMFunc-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| fn-id-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id with incorrect arity. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-id-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id with second argument ommited an no context node. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| fn-id-3 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id with second argument not a node. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-id-4 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id with given node not being part of a document with root not Document Element. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODC0001 | ||
| fn-id-dtd-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id with given IDREF matching a single element. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-5.txt |
| fn-id-dtd-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id with given IDREF does not match any element. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-6.txt |
| fn-id-dtd-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id with given IDREF matches same element (Eliminates duplicates). This test uses a DTD. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-7.txt |
| fn-id-dtd-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id with multiple IDREF matching more than one element (Eliminates duplicates). This test uses a DTD. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-8.txt |
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtdalt-8.txt |
| fn-id-dtd-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id with multiple IDREF, but only one matching element. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-9.txt |
| fn-id-dtd-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id with multiple IDREF, and none matching an element. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-10.txt |
| fn-id-dtd-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id with multiple IDREF set to empty string. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-11.txt |
| fn-id-dtd-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id function, where first argument is given as part of fn:substring function. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-12.txt |
| fn-id-dtd-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id, where the same IDREF makes reference to the same element. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-13.txt |
| fn-id-dtd-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id for for which the given the given IDREF contains a prefix. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-14.txt |
| fn-id-dtd-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id for which all members of the IDREF list having the same value. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-15.txt |
| fn-id-dtd-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id for which all members of the IDREF list having the same value (but different cases). This test uses a DTD. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-16.txt |
| fn-id-dtd-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id for which the give IDREF uses the lower-case function. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-17.txt |
| fn-id-dtd-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id for which the give IDREF uses the upper-case function. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-18.txt |
| fn-id-dtd-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id for which the give IDREF uses the fn:concat function. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-19.txt |
| fn-id-dtd-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id for which the give IDREF uses the xs:string function. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-20.txt |
| fn-id-dtd-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id for which the give IDREF uses the fn:string-join function. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-21.txt |
| fn-id-22 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id with second argument set to "." an no context node. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| fn-id-dtd-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id together with declare ordering. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDFunc/fn-id-dtd-23.txt |
| K2-SeqIDFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `id((), ())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/NodeSeqFunc/SeqIDFunc/K2-SeqIDFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K2-SeqIDFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1, 2, 3)[id("ncname", .)]`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/NodeSeqFunc/SeqIDFunc/K2-SeqIDFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K2-SeqIDFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1, 2, 3)[id("ncname")]`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/NodeSeqFunc/SeqIDFunc/K2-SeqIDFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-idref-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref with incorrect arity. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-idref-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref with second argument ommited and no context item. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| fn-idref-3 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref with second argument not a node. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-idref-4 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref with given node not being part of a document with root not Document Element. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODC0001 | ||
| fn-idref-dtd-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref with given ID matching a single element. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-5.txt |
| fn-idref-dtd-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref with given ID not matching a single element. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-6.txt |
| fn-idref-dtd-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref with given ID matching multiple elements. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-7.txt |
| fn-idref-dtd-8 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref function, which attempts to create element with two attributes with same name. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Error: err:XQDY0025 | ||
| fn-idref-dtd-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref with multiple ID, but only one matching one element. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-9.txt |
| fn-idref-dtd-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref with multiple ID, but none matching one element. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-10.txt |
| fn-idref-dtd-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref with ID set to empty string. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-11.txt |
| fn-idref-dtd-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref used as ar argument to function fn:node-name(). This test uses a DTD. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-12.txt |
| fn-idref-dtd-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref used as part of a node expression ("is" operand). Compare same elements. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-13.txt |
| fn-idref-dtd-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref used as part of a node expression ("is" operand). Compare different elements. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-14.txt |
| fn-idref-dtd-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref for which ID list have the same value for all its members. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-15.txt |
| fn-idref-dtd-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref for which ID list have the same value for all its members but different case. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-16.txt |
| fn-idref-dtd-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref for which ID uses the fn lower-case function. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-17.txt |
| fn-idref-dtd-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref for which ID uses the fn:upper-case function. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-18.txt |
| fn-idref-dtd-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref for which $arg uses the fn:concat function. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-19.txt |
| fn-idref-dtd-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref for which $arg uses the xs:string function. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-20.txt |
| fn-idref-dtd-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref for which $arg uses the fn:string-join function. This test uses a DTD. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-21.txt |
| fn-idref-22 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref with second argument set to "." and no context item. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| fn-idref-dtd-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref together with declare ordering (ordered). This test uses a DTD. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref-dtd | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-dtd-23.txt |
| K2-SeqIDREFFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `idref((), ())`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/NodeSeqFunc/SeqIDREFFunc/K2-SeqIDREFFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K2-SeqIDREFFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1, 2, 3)[idref("ncname", .)]`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/NodeSeqFunc/SeqIDREFFunc/K2-SeqIDREFFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| K2-SeqIDREFFunc-3 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1, 2, 3)[idref("ncname")]`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Functions/SeqFunc/NodeSeqFunc/SeqIDREFFunc/K2-SeqIDREFFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-doc-available-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:doc-available function with wrong arity. | ||
| Spec Citations: | ||
| #func-doc-available | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqDocAvailableFunc/fn-doc-available-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-doc-available-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:doc-available function with wrong argument type. | ||
| Spec Citations: | ||
| #func-doc-available | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqDocAvailableFunc/fn-doc-available-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| fn-doc-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:doc function with an invalid argument. | ||
| Spec Citations: | ||
| #func-doc | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODC0005 | ||
| fn-doc-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:doc function with wrong arity. | ||
| Spec Citations: | ||
| #func-doc | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-doc-3 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:doc, for a non existent resource. | ||
| Spec Citations: | ||
| #func-doc | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODC0002 | ||
| fn-doc-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:doc with argument set to empty sequence. | ||
| Spec Citations: | ||
| #func-doc | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-4.txt |
| fn-doc-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:doc as per example 1 from the Functions and Operators specs for the function (usage of "is" operator). | ||
| Spec Citations: | ||
| #func-doc | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | (as input URI) |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-5.txt |
| fn-doc-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:doc (two different resources) with "is" operator. | ||
| Spec Citations: | ||
| #func-doc | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | (as input URI) |
| Role: principal-data | Source ID: works | (as input URI) |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-6.txt |
| fn-doc-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:doc (normal usage) and retrieve part of the resources. | ||
| Spec Citations: | ||
| #func-doc | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | (as input URI) |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-7.txt |
| fn-doc-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:doc as an argument to the fn:nilled function. | ||
| Spec Citations: | ||
| #func-doc | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | (as input URI) |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-15.txt |
| fn-doc-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:doc as an argument to the fn:node-name function. | ||
| Spec Citations: | ||
| #func-doc | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | (as input URI) |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-16.txt |
| fn-doc-17 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:doc with argument set to an invalid URI. | ||
| Spec Citations: | ||
| #func-doc | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODC0005 | ||
| fn-doc-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:doc used together with "is" operator and a the fn:not function. | ||
| Spec Citations: | ||
| #func-doc | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | (as input URI) |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-18.txt |
| fn-doc-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:doc used together with "is" operator and a the fn:true() function and the "and" operator. | ||
| Spec Citations: | ||
| #func-doc | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | (as input URI) |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-19.txt |
| fn-doc-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:doc used together with "is" operator and a the fn:false() function and the "and" operator. | ||
| Spec Citations: | ||
| #func-doc | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | (as input URI) |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-20.txt |
| fn-doc-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:doc used together with "is" operator and a the fn:true() function and the "or" operator. | ||
| Spec Citations: | ||
| #func-doc | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | (as input URI) |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-21.txt |
| fn-doc-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:doc used together with "is" operator and a the fn:false() function and the "or" operator. | ||
| Spec Citations: | ||
| #func-doc | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | (as input URI) |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-22.txt |
| fn-collection-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:collection function with wrong arity. | ||
| Spec Citations: | ||
| #func-collection | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-collection-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:collection, for a non existent resource. | ||
| Spec Citations: | ||
| #func-collection | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODC0004 | ||
| fn-collection-3 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:collection with argument set to an invalid URI. | ||
| Spec Citations: | ||
| #func-collection | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODC0002 | ||
| fn-collection-4 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Count the number of nodes in the collection. | ||
| Spec Citations: | ||
| #func-collection | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: collection1 | (as input URI) |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-4.txt |
| fn-collection-4d | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Count the number of nodes in the collection. | ||
| Spec Citations: | ||
| #func-collection | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-4d.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: collection1 | (as default collection) |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-4.txt |
| fn-collection-5 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Count the number of nodes in the collection. | ||
| Spec Citations: | ||
| #func-collection | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: collection2 | (as input URI) |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-5.txt |
| fn-collection-5d | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Count the number of nodes in the collection. | ||
| Spec Citations: | ||
| #func-collection | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-5d.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: collection2 | (as default collection) |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-5.txt |
| fn-collection-6 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Return the titles in the collection ordered by the title. | ||
| Spec Citations: | ||
| #func-collection | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: collection2 | (as input URI) |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-6.txt |
| fn-collection-7 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Return elements that immediately contain TCP/IP. | ||
| Spec Citations: | ||
| #func-collection | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: collection2 | (as input URI) |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-7.txt |
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-7alt1.txt |
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-7alt2.txt |
| fn-collection-8 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Return the first title element in each document. | ||
| Spec Citations: | ||
| #func-collection | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: collection1 | (as input URI) |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-8.txt |
| Role: principal | Comparator: Fragment | Results/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-8alt.txt |
| fn-collection-9 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Count the title elements in each document. | ||
| Spec Citations: | ||
| #func-collection | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: collection2 | (as default collection) |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-9.txt |
| fn-collection-10 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Test that two uses of fn:collection are stable. | ||
| Spec Citations: | ||
| #func-collection | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: collection2 | (as input URI) |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-10.txt |
| fn-collection-10d | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Test that two uses of fn:collection are stable. | ||
| Spec Citations: | ||
| #func-collection | ||
| Query: | ||
| Queries/XQuery/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-10d.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: collection2 | (as default collection) |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/NodeSeqFunc/SeqCollectionFunc/fn-collection-10.txt |
| position-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple position test, where the context node is an element node and position is first. | ||
| Spec Citations: | ||
| #func-position | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextPositionFunc/position-1.txt |
| position-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:position", for which no context node is defined. | ||
| Spec Citations: | ||
| #func-position | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| position-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:position", where the last node is selected. | ||
| Spec Citations: | ||
| #func-position | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextPositionFunc/position-3.txt |
| position-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:position" together with the fn:last function (format position() = last()). | ||
| Spec Citations: | ||
| #func-position | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextPositionFunc/position-4.txt |
| position-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:position" together with the fn:last function (format last() = position()). | ||
| Spec Citations: | ||
| #func-position | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextPositionFunc/position-5.txt |
| position-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:position" together with a variable of type integer. | ||
| Spec Citations: | ||
| #func-position | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextPositionFunc/position-6.txt |
| position-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:position" together with a variable of type string casted to integer inside the predicate. | ||
| Spec Citations: | ||
| #func-position | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextPositionFunc/position-7.txt |
| position-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:position", where two position functions are used inside the predicate. | ||
| Spec Citations: | ||
| #func-position | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextPositionFunc/position-8.txt |
| position-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:position", where the position function is part of a second predicate. | ||
| Spec Citations: | ||
| #func-position | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextPositionFunc/position-9.txt |
| position-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:position", where the position function is part of the first of two predicates. | ||
| Spec Citations: | ||
| #func-position | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextPositionFunc/position-10.txt |
| position-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:position" used in conjunction with the fn:not function. | ||
| Spec Citations: | ||
| #func-position | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextPositionFunc/position-11.txt |
| position-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:position" used as part of a predicate to a wildcrard (*). | ||
| Spec Citations: | ||
| #func-position | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextPositionFunc/position-12.txt |
| position-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:position" used together with an addition operation. | ||
| Spec Citations: | ||
| #func-position | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextPositionFunc/position-13.txt |
| position-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:position" used together with a subtraction operation. | ||
| Spec Citations: | ||
| #func-position | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextPositionFunc/position-14.txt |
| position-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:position" used together with a multiplication operation. | ||
| Spec Citations: | ||
| #func-position | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextPositionFunc/position-15.txt |
| position-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:position" used together with a division operation (div). | ||
| Spec Citations: | ||
| #func-position | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextPositionFunc/position-16.txt |
| position-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:position" used together with a division operation (idiv). | ||
| Spec Citations: | ||
| #func-position | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextPositionFunc/position-17.txt |
| position-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:position" used together with logical operation ("and" operand and "fn:true"). | ||
| Spec Citations: | ||
| #func-position | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextPositionFunc/position-18.txt |
| position-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:position" used together with logical operation ("and" operand and "fn:false"). | ||
| Spec Citations: | ||
| #func-position | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextPositionFunc/position-19.txt |
| position-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:position" used together with logical operation ("or" operand and "fn:true"). | ||
| Spec Citations: | ||
| #func-position | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextPositionFunc/position-20.txt |
| position-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:position" used together with logical operation ("or" operand and "fn:false"). | ||
| Spec Citations: | ||
| #func-position | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextPositionFunc/position-21.txt |
| position-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:position" used in the middle of a path expression. | ||
| Spec Citations: | ||
| #func-position | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextPositionFunc/position-22.txt |
| K-ContextPositionFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `position(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ContextPositionFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1, 2, 3)[if(1) then 1 else position()] eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-2.txt |
| K-ContextPositionFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:position() can never return 0('='). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-3.txt |
| K-ContextPositionFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:position() can never return 0('='), #2. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-4.txt |
| K-ContextPositionFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:position() can never return 0('eq'). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-5.txt |
| K-ContextPositionFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:position() can never return 0('eq'), #2. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-6.txt |
| K-ContextPositionFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:position() can never return 0('!='). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-7.txt |
| K-ContextPositionFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:position() can never return 0('ne'). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-8.txt |
| K-ContextPositionFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:position() can never return 0('!='), #2. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-9.txt |
| K-ContextPositionFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:position() can never return 0('ne'), #2. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-10.txt |
| K-ContextPositionFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:position() can never return anything less than 1(lt). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-11.txt |
| K-ContextPositionFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:position() can never return anything less than 1(<). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-12.txt |
| K-ContextPositionFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:position() can never return anything less or equal to 0(le). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-13.txt |
| K-ContextPositionFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:position() can never return anything less or equal to 0(<=). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-14.txt |
| K-ContextPositionFunc-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The return value of fn:position() is always greater than 0('ne'). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-15.txt |
| K-ContextPositionFunc-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The return value of fn:position() is always greater than 0('>'). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-16.txt |
| K-ContextPositionFunc-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The return value of fn:position() is always greater than 0('gt'). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-17.txt |
| K-ContextPositionFunc-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The return value of fn:position() is always greater or equal to 0('>='). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-18.txt |
| K-ContextPositionFunc-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The return value of fn:position() is always greater or equal to 0('ge'). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-19.txt |
| K-ContextPositionFunc-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-20.txt |
| K-ContextPositionFunc-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-21.txt |
| K-ContextPositionFunc-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-22.txt |
| K-ContextPositionFunc-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-23.txt |
| K-ContextPositionFunc-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-24.txt |
| K-ContextPositionFunc-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-25.txt |
| K-ContextPositionFunc-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-26.txt |
| K-ContextPositionFunc-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-27.txt |
| K-ContextPositionFunc-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-28.txt |
| K-ContextPositionFunc-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-29.txt |
| K-ContextPositionFunc-30 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-30.txt |
| K-ContextPositionFunc-31 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-31.txt |
| K-ContextPositionFunc-32 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-32.txt |
| K-ContextPositionFunc-33 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-33.txt |
| K-ContextPositionFunc-34 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-34.txt |
| K-ContextPositionFunc-35 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-35.txt |
| K-ContextPositionFunc-36 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-36.txt |
| K-ContextPositionFunc-37 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-37.txt |
| K-ContextPositionFunc-38 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-38.txt |
| K-ContextPositionFunc-39 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-39.txt |
| K-ContextPositionFunc-40 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-40.txt |
| K-ContextPositionFunc-41 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-41.txt |
| K-ContextPositionFunc-42 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-42.txt |
| K-ContextPositionFunc-43 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| position() combined with a comparison operator inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextPositionFunc/K-ContextPositionFunc-43.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextPositionFunc/K-ContextPositionFunc-43.txt |
| last-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Simple last test, where the context node is an element node and the position is last. | ||
| Spec Citations: | ||
| #func-last | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextLastFunc/last-1.txt |
| last-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:last", for which no context node is defined. | ||
| Spec Citations: | ||
| #func-last | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPDY0002 | ||
| last-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:last", where the last node is selected. | ||
| Spec Citations: | ||
| #func-last | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextLastFunc/last-3.txt |
| last-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:last" together with the fn:position function (format position() = last()). | ||
| Spec Citations: | ||
| #func-last | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextLastFunc/last-4.txt |
| last-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:last" together with the fn:position function (format last() = position()). | ||
| Spec Citations: | ||
| #func-last | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextLastFunc/last-5.txt |
| last-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:last" together with the "<<" node operator. | ||
| Spec Citations: | ||
| #func-last | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextLastFunc/last-6.txt |
| last-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:last" together with the "is" node operator. | ||
| Spec Citations: | ||
| #func-last | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextLastFunc/last-7.txt |
| last-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:last", where two last functions are used inside the predicate. | ||
| Spec Citations: | ||
| #func-last | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextLastFunc/last-8.txt |
| last-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:last", where the last function is part of a second predicate. | ||
| Spec Citations: | ||
| #func-last | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextLastFunc/last-9.txt |
| last-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:last", where the last function is part of the first of two predicates. | ||
| Spec Citations: | ||
| #func-last | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextLastFunc/last-10.txt |
| last-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:last" used in conjunction with the fn:not function. | ||
| Spec Citations: | ||
| #func-last | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextLastFunc/last-11.txt |
| last-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:last" used as part of a predicate to a wildcrard (*). | ||
| Spec Citations: | ||
| #func-last | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextLastFunc/last-12.txt |
| last-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:last" used together with an addition operation. | ||
| Spec Citations: | ||
| #func-last | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextLastFunc/last-13.txt |
| last-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:last" used together with a subtraction operation. | ||
| Spec Citations: | ||
| #func-last | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextLastFunc/last-14.txt |
| last-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:last" used together with a multiplication operation. | ||
| Spec Citations: | ||
| #func-last | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextLastFunc/last-15.txt |
| last-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:last" used together with a division operation (div). | ||
| Spec Citations: | ||
| #func-last | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextLastFunc/last-16.txt |
| last-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:last" used together with a division operation (idiv). | ||
| Spec Citations: | ||
| #func-last | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextLastFunc/last-17.txt |
| last-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:last" used together with logical operation ("and" operand and "fn:true"). | ||
| Spec Citations: | ||
| #func-last | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextLastFunc/last-18.txt |
| last-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:last" used together with logical operation ("and" operand and "fn:false"). | ||
| Spec Citations: | ||
| #func-last | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextLastFunc/last-19.txt |
| last-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:last" used together with logical operation ("or" operand and "fn:true"). | ||
| Spec Citations: | ||
| #func-last | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextLastFunc/last-20.txt |
| last-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:last" used together with logical operation ("or" operand and "fn:false"). | ||
| Spec Citations: | ||
| #func-last | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextLastFunc/last-21.txt |
| last-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:last" used in the middle of a path expression. | ||
| Spec Citations: | ||
| #func-last | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Functions/ContextFunc/ContextLastFunc/last-22.txt |
| K-ContextLastFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `last(1)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ContextLastFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1, 2, 3)[if(1) then 1 else last()] eq 1`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-2.txt |
| K-ContextLastFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((1, 2, 3)[count((last(), last())) eq 2], (1, 2, 3))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-3.txt |
| K-ContextLastFunc-4 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `deep-equal((1, 2, 3)[last() eq last()], (1, 2, 3))`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-4.txt |
| K-ContextLastFunc-5 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `(1, 2, 3, current-time())[last() - 1] treat as xs:integer eq 3`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-5.txt |
| K-ContextLastFunc-6 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `empty((1, 2, 3, current-time())[last() + 1])`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-6.txt |
| K-ContextLastFunc-7 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:last() can never return 0('='). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-7.txt |
| K-ContextLastFunc-8 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:last() can never return 0('='), #2. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-8.txt |
| K-ContextLastFunc-9 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:last() can never return 0('eq'). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-9.txt |
| K-ContextLastFunc-10 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:last() can never return 0('eq'), #2. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-10.txt |
| K-ContextLastFunc-11 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:last() can never return 0('!='). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-11.txt |
| K-ContextLastFunc-12 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:last() can never return 0('ne'). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-12.txt |
| K-ContextLastFunc-13 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:last() can never return 0('!='). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-13.txt |
| K-ContextLastFunc-14 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:last() can never return 0('ne'), #2. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-14.txt |
| K-ContextLastFunc-15 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:last() can never return anything less than 1(lt). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-15.txt |
| K-ContextLastFunc-16 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:last() can never return anything less than 1(<). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-16.txt |
| K-ContextLastFunc-17 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:last() can never return anything less or equal to 0(le). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-17.txt |
| K-ContextLastFunc-18 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:last() can never return anything less or equal to 0(<=). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-18.txt |
| K-ContextLastFunc-19 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The return value of fn:last() is always greater than 0('ne'). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-19.txt |
| K-ContextLastFunc-20 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The return value of fn:last() is always greater than 0('>'). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-20.txt |
| K-ContextLastFunc-21 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The return value of fn:last() is always greater than 0('gt'). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-21.txt |
| K-ContextLastFunc-22 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The return value of fn:last() is always greater or equal to 0('>='). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-22.txt |
| K-ContextLastFunc-23 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| The return value of fn:last() is always greater or equal to 0('ge'). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-23.txt |
| K-ContextLastFunc-24 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:last() inside a predicate combined with a offset. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-24.txt |
| K-ContextLastFunc-25 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:last() inside a predicate combined with a offset. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-25.txt |
| K-ContextLastFunc-26 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:last() inside a predicate. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-26.txt |
| K-ContextLastFunc-27 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:last() inside a predicate and an insignificant offset. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-27.txt |
| K-ContextLastFunc-28 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:last() inside a predicate combined with a range expression. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-28.txt |
| K-ContextLastFunc-29 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| fn:last() inside a predicate combined with a range expression and offset. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextLastFunc/K-ContextLastFunc-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextLastFunc/K-ContextLastFunc-29.txt |
| fn-current-dateTime-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation simple call to "fn:current-dateTime" function. | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-1.txt |
| fn-current-dateTime-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-dateTime" function as argument to year-from-date function. | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-2.txt |
| fn-current-dateTime-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-dateTime" function as argument to month-from-date function. | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-3.txt |
| fn-current-dateTime-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-dateTime" function as argument to day-from-date function. | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-4.txt |
| fn-current-dateTime-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-time" function as part of a subtraction operation. | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-5.txt |
| fn-current-dateTime-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-dateTime" function as part of an addition operation and a dayTimeDuration. | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-6.txt |
| fn-current-datetime-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-dateTime" function as part of a subtraction operation and a dayTimeDuration. | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-datetime-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-7.txt |
| fn-current-dateTime-8 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-dateTime" function with incorrect arity. | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-current-dateTime-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-dateTime" function as part of a subtration operation both operands are equal to current-time function. | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-9.txt |
| fn-current-dateTime-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-dateTime" function as an argument to the xs:string function. | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-10.txt |
| fn-current-dateTime-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-dateTime" function as an argument to the timezone-from-time function. | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-11.txt |
| fn-current-dateTime-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-dateTime" function (string value) as part of an equal comparison (eq operator). | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-12.txt |
| fn-current-dateTime-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-dateTime" function (string value) as part of an equal comparison (ne operator). | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-13.txt |
| fn-current-dateTime-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-dateTime" function (string value) as part of an equal comparison (le operator). | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-14.txt |
| fn-current-dateTime-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-dateTime" function (string value) as part of an equal comparison (ge operator). | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-15.txt |
| fn-current-dateTime-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-dateTime" function (string value) as part of a boolean expression ("and" operator and fn:true function). | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-16.txt |
| fn-current-dateTime-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-dateTime" function (string value) as part of a boolean expression ("and" operator and fn:false function). | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-17.txt |
| fn-current-dateTime-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-dateTime" function (string value) as part of a boolean expression ("or" operator and fn:true function). | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-18.txt |
| fn-current-dateTime-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-dateTime" function (string value) as part of a boolean expression ("or" operator and fn:false function). | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-19.txt |
| fn-current-dateTime-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-dateTime" function (string value) as an argument to the fn:not function. | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-20.txt |
| fn-current-dateTime-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-dateTime" function as part of a subtraction operation and a yearMonthDuration type. | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-21.txt |
| fn-current-dateTime-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-dateTime" function as argument to hours-from-date function. | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-22.txt |
| fn-current-dateTime-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-dateTime" function as argument to minutes-from-date function. | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-23.txt |
| fn-current-dateTime-24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-dateTime" function as argument to seconds-from-date function. | ||
| Spec Citations: | ||
| #func-current-dateTime | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-24.txt |
| K-ContextCurrentDatetimeFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `current-dateTime("WRONG PARAM")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextCurrentDatetimeFunc/K-ContextCurrentDatetimeFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ContextCurrentDatetimeFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that the Dynamic Context property 'current dateTime' when presented as a xs:dateTime is stable during execution. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextCurrentDatetimeFunc/K-ContextCurrentDatetimeFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextCurrentDatetimeFunc/K-ContextCurrentDatetimeFunc-2.txt |
| fn-current-date-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation simple call to "fn:current-date" function. | ||
| Spec Citations: | ||
| #func-current-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-1.txt |
| fn-current-date-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-date" function as argument to year-from-date function. | ||
| Spec Citations: | ||
| #func-current-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-2.txt |
| fn-current-date-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-date" function as argument to month-from-date function. | ||
| Spec Citations: | ||
| #func-current-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-3.txt |
| fn-current-date-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-date" function as argument to day-from-date function. | ||
| Spec Citations: | ||
| #func-current-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-4.txt |
| fn-current-date-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-time" function as part of a subtraction operation. | ||
| Spec Citations: | ||
| #func-current-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-5.txt |
| fn-current-date-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-date" function as part of an addition operation and a dayTimeDuration. | ||
| Spec Citations: | ||
| #func-current-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-6.txt |
| fn-current-date-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-date" function as part of a subtraction operation and a dayTimeDuration. | ||
| Spec Citations: | ||
| #func-current-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-7.txt |
| fn-current-date-8 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-date" function with incorrect arity. | ||
| Spec Citations: | ||
| #func-current-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-current-date-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-date" function as part of a subtration operation both operands are equal to current-time function. | ||
| Spec Citations: | ||
| #func-current-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-9.txt |
| fn-current-date-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-date" function as an argument to the xs:string function. | ||
| Spec Citations: | ||
| #func-current-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-10.txt |
| fn-current-date-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-date" function as an argument to the timezone-from-time function. | ||
| Spec Citations: | ||
| #func-current-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-11.txt |
| fn-current-date-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-date" function (string value) as part of an equal comparison (eq operator). | ||
| Spec Citations: | ||
| #func-current-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-12.txt |
| fn-current-date-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-date" function (string value) as part of an equal comparison (ne operator). | ||
| Spec Citations: | ||
| #func-current-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-13.txt |
| fn-current-date-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-date" function (string value) as part of an equal comparison (le operator). | ||
| Spec Citations: | ||
| #func-current-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-14.txt |
| fn-current-date-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-date" function (string value) as part of an equal comparison (ge operator). | ||
| Spec Citations: | ||
| #func-current-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-15.txt |
| fn-current-date-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-date" function (string value) as part of a boolean expression ("and" operator and fn:true function). | ||
| Spec Citations: | ||
| #func-current-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-16.txt |
| fn-current-date-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-date" function (string value) as part of a boolean expression ("and" operator and fn:false function). | ||
| Spec Citations: | ||
| #func-current-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-17.txt |
| fn-current-date-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-date" function (string value) as part of a boolean expression ("or" operator and fn:true function). | ||
| Spec Citations: | ||
| #func-current-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-18.txt |
| fn-current-date-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-date" function (string value) as part of a boolean expression ("or" operator and fn:false function). | ||
| Spec Citations: | ||
| #func-current-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-19.txt |
| fn-current-date-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-date" function (string value) as an argument to the fn:not function. | ||
| Spec Citations: | ||
| #func-current-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-20.txt |
| fn-current-date-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-date" function as part of a subtraction operation and a yearMonthDuration type. | ||
| Spec Citations: | ||
| #func-current-date | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-21.txt |
| K-ContextCurrentDateFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `current-date("WRONG PARAM")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextCurrentDateFunc/K-ContextCurrentDateFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ContextCurrentDateFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that the Dynamic Context property 'current dateTime' when presented as a xs:date is stable during execution. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextCurrentDateFunc/K-ContextCurrentDateFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextCurrentDateFunc/K-ContextCurrentDateFunc-2.txt |
| fn-current-time-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation simple call to "fn:current-time" function. | ||
| Spec Citations: | ||
| #func-current-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-1.txt |
| fn-current-time-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-time" function as argument to hours-from-time function. | ||
| Spec Citations: | ||
| #func-current-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-2.txt |
| fn-current-time-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-time" function as argument to minutes-from-time function. | ||
| Spec Citations: | ||
| #func-current-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-3.txt |
| fn-current-time-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-time" function as argument to fn-seconds-from time function. | ||
| Spec Citations: | ||
| #func-current-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-4.txt |
| fn-current-time-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-time" function as part of a subtraction operation. | ||
| Spec Citations: | ||
| #func-current-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-5.txt |
| fn-current-time-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-time" function as part of an addition operation and a dayTimeDuration. | ||
| Spec Citations: | ||
| #func-current-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-6.txt |
| fn-current-time-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-time" function as part of a subtraction operation and a dayTimeDuration. | ||
| Spec Citations: | ||
| #func-current-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-7.txt |
| fn-current-time-8 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-time" function with incorrect arity. | ||
| Spec Citations: | ||
| #func-current-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-current-time-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-time" function as part of a subtration operation both operands are equal to current-time function. | ||
| Spec Citations: | ||
| #func-current-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-9.txt |
| fn-current-time-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-time" function as an argument to the xs:string function. | ||
| Spec Citations: | ||
| #func-current-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-10.txt |
| fn-current-time-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-time" function as an argument to the timezone-from-time function. | ||
| Spec Citations: | ||
| #func-current-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-11.txt |
| fn-current-time-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-time" function (string value) as part of an equal comparison (eq operator). | ||
| Spec Citations: | ||
| #func-current-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-12.txt |
| fn-current-time-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-time" function (string value) as part of an equal comparison (ne operator). | ||
| Spec Citations: | ||
| #func-current-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-13.txt |
| fn-current-time-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-time" function (string value) as part of an equal comparison (le operator). | ||
| Spec Citations: | ||
| #func-current-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-14.txt |
| fn-current-time-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-time" function (string value) as part of an equal comparison (ge operator). | ||
| Spec Citations: | ||
| #func-current-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-15.txt |
| fn-current-time-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:current-time" function (string value) as part of a boolean expression ("and" operator and fn:true function). | ||
| Spec Citations: | ||
| #func-current-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-16.txt |
| fn-current-time-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-time" function (string value) as part of a boolean expression ("and" operator and fn:false function). | ||
| Spec Citations: | ||
| #func-current-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-17.txt |
| fn-current-time-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-time" function (string value) as part of a boolean expression ("or" operator and fn:true function). | ||
| Spec Citations: | ||
| #func-current-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-18.txt |
| fn-current-time-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-time" function (string value) as part of a boolean expression ("or" operator and fn:false function). | ||
| Spec Citations: | ||
| #func-current-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-19.txt |
| fn-current-time-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:current-time" function (string value) as an argument to the fn:not function. | ||
| Spec Citations: | ||
| #func-current-time | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-20.txt |
| K-ContextCurrentTimeFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `current-time("WRONG PARAM")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextCurrentTimeFunc/K-ContextCurrentTimeFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ContextCurrentTimeFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that the Dynamic Context property 'current dateTime' when presented as a xs:time is stable during execution. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextCurrentTimeFunc/K-ContextCurrentTimeFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextCurrentTimeFunc/K-ContextCurrentTimeFunc-2.txt |
| fn-default-collation-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:default-collation" function with incorrect arity. | ||
| Spec Citations: | ||
| #func-default-collation | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextDefaultCollationFunc/fn-default-collation-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-default-collation-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:default-collation" function that fetches the default collation. | ||
| Spec Citations: | ||
| #func-default-collation | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextDefaultCollationFunc/fn-default-collation-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextDefaultCollationFunc/fn-default-collation-2.txt |
| K-ContextDefaultCollationFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `default-collation(.)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextDefaultCollationFunc/K-ContextDefaultCollationFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ContextDefaultCollationFunc-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `default-collation(1, 2)`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextDefaultCollationFunc/K-ContextDefaultCollationFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ContextDefaultCollationFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `default-collation() eq "http://www.w3.org/2005/xpath-functions/collation/codepoint"`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextDefaultCollationFunc/K-ContextDefaultCollationFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextDefaultCollationFunc/K-ContextDefaultCollationFunc-3.txt |
| fn-implicit-timezone-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:implicit-timezone" function with incorrect arity. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| fn-implicit-timezone-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Normal call to "fn:implicit-timezone" function. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-2.txt |
| fn-implicit-timezone-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:implicit-timezone" as part of an addition operation. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-3.txt |
| fn-implicit-timezone-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:implicit-timezone" as part of a subtraction operation. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-4.txt |
| fn-implicit-timezone-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:implicit-timezone" as part of a multiplication operation. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-5.txt |
| fn-implicit-timezone-6 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:implicit-timezone" as part of multiplication operation, where second argument is expression that results in Nan. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0005 | ||
| fn-implicit-timezone-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:implicit-timezone" as part of a multiplication operation. Second argument is 0. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-7.txt |
| fn-implicit-timezone-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:implicit-timezone" as part of a multiplication operation. Second argument is -0. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-8.txt |
| fn-implicit-timezone-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:implicit-timezone" as part of a division operation. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-9.txt |
| fn-implicit-timezone-10 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:implicit-timezone" as part of a division operation. Second argument results in NaN. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FOCA0005 | ||
| fn-implicit-timezone-11 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:implicit-timezone" as part of a division operation. Second argument is 0. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODT0002 | ||
| fn-implicit-timezone-12 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:implicit-timezone" as part of a division operation. Second argument is -0. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FODT0002 | ||
| fn-implicit-timezone-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:implicit-timezone" as part of a division operation. Both operands are the fn:implicit-timezone. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-13.txt |
| fn-implicit-timezone-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:implicit-timezone" as part of a division operation. Second operand is a call to xs:dayTimeDuration. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-14.txt |
| fn-implicit-timezone-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:implicit-timezone" as part of an addition operation. First operand is an xs:time() type. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-15.txt |
| fn-implicit-timezone-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:implicit-timezone" as part of a subtraction operation. First operand is an xs:time() type. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-16.txt |
| fn-implicit-timezone-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:implicit-timezone" as part of a subtraction operation. First operand is an xs:date() type. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-17.txt |
| fn-implicit-timezone-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:implicit-timezone" as part of an addition operation. First operand is an xs:date() type. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-18.txt |
| fn-implicit-timezone-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:implicit-timezone" as part of a subtraction operation. First operand is an xs:dateTime() type. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-19.txt |
| fn-implicit-timezone-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:implicit-timezone" as part of an addition operation. First operand is an xs:dateTime() type. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-20.txt |
| fn-implicit-timezone-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:implicit-timezone" as an argument to adjust-date-to-timezone function. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-21.txt |
| fn-implicit-timezone-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:implicit-timezone" as an argument to adjust-time-to-timezone function. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-22.txt |
| fn-implicit-timezone-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of "fn:implicit-timezone" as an argument to adjust-dateTime-to-timezone function. | ||
| Spec Citations: | ||
| #func-implicit-timezone | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Inspect | Results/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-23.txt |
| K-ContextImplicitTimezoneFunc-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| A test whose essence is: `implicit-timezone("WRONG PARAM")`. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextImplicitTimezoneFunc/K-ContextImplicitTimezoneFunc-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0017 | ||
| K-ContextImplicitTimezoneFunc-2 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Simple test of implicit-timezone(). | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextImplicitTimezoneFunc/K-ContextImplicitTimezoneFunc-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextImplicitTimezoneFunc/K-ContextImplicitTimezoneFunc-2.txt |
| K-ContextImplicitTimezoneFunc-3 | Scenario: standard | Creator: Frans Englich |
| Description: | ||
| Test that implicit-timezone() do return a value. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/ContextImplicitTimezoneFunc/K-ContextImplicitTimezoneFunc-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/ContextImplicitTimezoneFunc/K-ContextImplicitTimezoneFunc-3.txt |
| ForExprType025 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration (attribute type). Interleave type integer|decimal -> decimal. | ||
| FLWOR expressions with type declaration (attribute type). Interleave type integer|decimal -> decimal | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/SchemaImport/FLWORExprSI/ForExprType025.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/FLWORExprSI/ForExprType025.txt |
| ForExprType026 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration (attribute type). Match user defined simple type on attribute. | ||
| FLWOR expressions with type declaration (attribute type). Match user defined simple type on attribute | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/SchemaImport/FLWORExprSI/ForExprType026.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/FLWORExprSI/ForExprType026.txt |
| ForExprType027 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration (attribute type). Wildcard match on user defined simple type on attribute. | ||
| FLWOR expressions with type declaration (attribute type). Wildcard match on user defined simple type on attribute | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/SchemaImport/FLWORExprSI/ForExprType027.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/FLWORExprSI/ForExprType027.txt |
| ForExprType037 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration (element type). Simple element name test (no type). | ||
| FLWOR expressions with type declaration (element type). Simple element name test (no type) | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/SchemaImport/FLWORExprSI/ForExprType037.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/SchemaImport/FLWORExprSI/ForExprType037.xml |
| ForExprType038 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration (element type). Match complex, user defined type. | ||
| FLWOR expressions with type declaration (element type). Match complex, user defined type | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/SchemaImport/FLWORExprSI/ForExprType038.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/SchemaImport/FLWORExprSI/ForExprType038.xml |
| ForExprType039 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration (element type). Wildcard for name on matching complex, user defined type. | ||
| FLWOR expressions with type declaration (element type). Wildcard for name on matching complex, user defined type | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/SchemaImport/FLWORExprSI/ForExprType039.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/SchemaImport/FLWORExprSI/ForExprType039.xml |
| ForExprType040 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration (element type). Match user defined simple type on element. | ||
| FLWOR expressions with type declaration (element type). Match user defined simple type on element | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/SchemaImport/FLWORExprSI/ForExprType040.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/SchemaImport/FLWORExprSI/ForExprType040.xml |
| ForExprType041 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration (element type). Wildcard match on user defined simple type on element. | ||
| FLWOR expressions with type declaration (element type). Wildcard match on user defined simple type on element | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/SchemaImport/FLWORExprSI/ForExprType041.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/SchemaImport/FLWORExprSI/ForExprType041.xml |
| ForExprType042 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration (element type). Interleave value type integer|decimal -> decimal. | ||
| FLWOR expressions with type declaration (element type). Interleave value type integer|decimal -> decimal | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/SchemaImport/FLWORExprSI/ForExprType042.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/FLWORExprSI/ForExprType042.xml |
| ForExprType043 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration (element type). Union type integer|decimal -> decimal. | ||
| FLWOR expressions with type declaration (element type). Union type integer|decimal -> decimal | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/SchemaImport/FLWORExprSI/ForExprType043.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/SchemaImport/FLWORExprSI/ForExprType043.xml |
| ForExprType044 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration (element type). List type. | ||
| FLWOR expressions with type declaration (element type). List type | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/SchemaImport/FLWORExprSI/ForExprType044.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/SchemaImport/FLWORExprSI/ForExprType044.xml |
| ForExprType048 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Non-trivial value type promotion: anyAtomicType value type -> anyAtomicType. | ||
| FLWOR expressions with type declaration. Non-trivial value type promotion: anyAtomicType value type -> anyAtomicType | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/SchemaImport/FLWORExprSI/ForExprType048.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/FLWORExprSI/ForExprType048.txt |
| ForExprType049 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Non-trivial value type promotion: Interleave value type integer|decimal -> decimal. | ||
| FLWOR expressions with type declaration. Non-trivial value type promotion: Interleave value type integer|decimal -> decimal | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/SchemaImport/FLWORExprSI/ForExprType049.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/FLWORExprSI/ForExprType049.txt |
| ForExprType050 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Non-trivial value type promotion: Union type integer|decimal -> decimal. | ||
| FLWOR expressions with type declaration. Non-trivial value type promotion: Union type integer|decimal -> decimal | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/SchemaImport/FLWORExprSI/ForExprType050.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/FLWORExprSI/ForExprType050.txt |
| ForExprType051 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Non-trivial value type promotion: List type. | ||
| FLWOR expressions with type declaration. Non-trivial value type promotion: List type | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/SchemaImport/FLWORExprSI/ForExprType051.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/FLWORExprSI/ForExprType051.txt |
| ForExprType052 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Non-trivial value type promotion: User defined simple type. | ||
| FLWOR expressions with type declaration. Non-trivial value type promotion: User defined simple type | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/SchemaImport/FLWORExprSI/ForExprType052.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/FLWORExprSI/ForExprType052.txt |
| ForExprType053 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR expressions with type declaration. Non-trivial value type promotion: User defined simple type on attribute. | ||
| FLWOR expressions with type declaration. Non-trivial value type promotion: User defined simple type on attribute | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/SchemaImport/FLWORExprSI/ForExprType053.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: SpecialTypes | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/FLWORExprSI/ForExprType053.txt |
| Constr-compelem-constrmod-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip IDREFS type. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/SchemaImport/ConstructSI/Constr-compelem-constrmod-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/ConstructSI/Constr-compelem-constrmod-1.txt |
| Constr-compelem-constrmod-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve IDREFS type. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/SchemaImport/ConstructSI/Constr-compelem-constrmod-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/ConstructSI/Constr-compelem-constrmod-2.txt |
| Role: principal | Comparator: Text | Results/SchemaImport/ConstructSI/Constr-compelem-constrmodalt-2.txt |
| Constr-compelem-constrmod-5 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Strip IDREFS type. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/SchemaImport/ConstructSI/Constr-compelem-constrmod-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/ConstructSI/Constr-compelem-constrmod-5.txt |
| Constr-compelem-constrmod-6 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Preserve IDREFS type. | ||
| Spec Citations: | ||
| #id-computedElements | ||
| Query: | ||
| Queries/XQuery/SchemaImport/ConstructSI/Constr-compelem-constrmod-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/ConstructSI/Constr-compelem-constrmod-6.txt |
| Role: principal | Comparator: Text | Results/SchemaImport/ConstructSI/Constr-compelem-constrmodalt-6.txt |
| version_declaration-005 | Scenario: standard | Creator: Pulkita Tyagi |
| Description: | ||
| Demonstrates version declaration,the version. | ||
| Spec Citations: | ||
| #id-version-declaration | ||
| Query: | ||
| Queries/XQuery/SchemaImport/versionPrologSI/version_declaration-005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/versionPrologSI/version_declaration-005.txt |
| Error: err:XQST0038 | ||
| prolog-version-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of prolog version as described in "version_declaration-005.xq". However comments here are after version declaration. | ||
| Spec Citations: | ||
| #id-version-declaration | ||
| Query: | ||
| Queries/XQuery/SchemaImport/versionPrologSI/prolog-version-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/versionPrologSI/prolog-version-8.txt |
| Error: err:XQST0038 | ||
| fn-id-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id with given IDREF matching a single element. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/MiscFunctions/fn-id-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-id-5.txt |
| fn-id-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id with given IDREF does not match any element. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/MiscFunctions/fn-id-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/MiscFunctions/fn-id-6.txt |
| fn-id-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id with given IDREF matches same element (Eliminates duplicates). | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/MiscFunctions/fn-id-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-id-7.txt |
| fn-id-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id with multiple IDREF matching more than one element (Eliminates duplicates). | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/MiscFunctions/fn-id-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-id-8.txt |
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-idalt-8.txt |
| fn-id-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id with multiple IDREF, but only one matching element. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/MiscFunctions/fn-id-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-id-9.txt |
| fn-id-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id with multiple IDREF, and none matching an element. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/MiscFunctions/fn-id-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/MiscFunctions/fn-id-10.txt |
| fn-id-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id with multiple IDREF set to empty string. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/MiscFunctions/fn-id-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/MiscFunctions/fn-id-11.txt |
| fn-id-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id function, where first argument is given as part of fn:substring function. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/MiscFunctions/fn-id-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-id-12.txt |
| fn-id-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id, where the same IDREF makes reference to the same element. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/MiscFunctions/fn-id-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-id-13.txt |
| fn-id-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id for for which the given the given IDREF contains a prefix. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/MiscFunctions/fn-id-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/MiscFunctions/fn-id-14.txt |
| fn-id-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id for which all members of the IDREF list having the same value. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/MiscFunctions/fn-id-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-id-15.txt |
| fn-id-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id for which all members of the IDREF list having the same value (but different cases). | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/MiscFunctions/fn-id-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-id-16.txt |
| fn-id-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id for which the give IDREF uses the lower-case function. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/MiscFunctions/fn-id-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-id-17.txt |
| fn-id-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id for which the give IDREF uses the upper-case function. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/MiscFunctions/fn-id-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-id-18.txt |
| fn-id-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id for which the give IDREF uses the fn:concat function. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/MiscFunctions/fn-id-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-id-19.txt |
| fn-id-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id for which the give IDREF uses the xs:string function. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/MiscFunctions/fn-id-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-id-20.txt |
| fn-id-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id for which the give IDREF uses the fn:string-join function. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/MiscFunctions/fn-id-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-id-21.txt |
| fn-id-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:id together with declare ordering. | ||
| Spec Citations: | ||
| #func-id | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/MiscFunctions/fn-id-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-id-23.txt |
| fn-idref-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref with given ID matching a single element. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/SchemaImport/MiscFunctions/fn-idref-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-idref-5.txt |
| fn-idref-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref with given ID not matching a single element. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/SchemaImport/MiscFunctions/fn-idref-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/MiscFunctions/fn-idref-6.txt |
| fn-idref-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref with given ID matching multiple elements. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/SchemaImport/MiscFunctions/fn-idref-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-idref-7.txt |
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-idrefalt-7.txt |
| fn-idref-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref with multiple ID matching multiple elements. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/SchemaImport/MiscFunctions/fn-idref-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-idref-8.txt |
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-idrefalt-8.txt |
| fn-idref-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref with multiple ID, but only one matching one element. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/SchemaImport/MiscFunctions/fn-idref-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-idref-9.txt |
| fn-idref-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref with multiple ID, but none matching one element. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/SchemaImport/MiscFunctions/fn-idref-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/MiscFunctions/fn-idref-10.txt |
| fn-idref-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref with ID set to empty string. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/SchemaImport/MiscFunctions/fn-idref-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/MiscFunctions/fn-idref-11.txt |
| fn-idref-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref used as ar argument to function fn:node-name(). | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/SchemaImport/MiscFunctions/fn-idref-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/MiscFunctions/fn-idref-12.txt |
| fn-idref-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref used as part of a node expression ("is" operand). Compare same elements. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/SchemaImport/MiscFunctions/fn-idref-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/MiscFunctions/fn-idref-13.txt |
| fn-idref-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref used as part of a node expression ("is" operand). Compare different elements. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/SchemaImport/MiscFunctions/fn-idref-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/MiscFunctions/fn-idref-14.txt |
| fn-idref-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref for which ID list have the same value for all its members. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/SchemaImport/MiscFunctions/fn-idref-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-idref-15.txt |
| fn-idref-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref for which ID list have the same value for all its members but different case. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/SchemaImport/MiscFunctions/fn-idref-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-idref-16.txt |
| fn-idref-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref for which ID uses the fn lower-case function. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/SchemaImport/MiscFunctions/fn-idref-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-idref-17.txt |
| fn-idref-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref for which ID uses the fn:upper-case function. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/SchemaImport/MiscFunctions/fn-idref-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-idref-18.txt |
| fn-idref-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref for which $arg uses the fn:concat function. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/SchemaImport/MiscFunctions/fn-idref-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-idref-19.txt |
| fn-idref-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref for which $arg uses the xs:string function. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/SchemaImport/MiscFunctions/fn-idref-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-idref-20.txt |
| fn-idref-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref for which $arg uses the fn:string-join function. | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/SchemaImport/MiscFunctions/fn-idref-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-idref-21.txt |
| fn-idref-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of fn:idref together with declare ordering (ordered). | ||
| Spec Citations: | ||
| #func-idref | ||
| Query: | ||
| Queries/XQuery/SchemaImport/MiscFunctions/fn-idref-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: id-idref | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaImport/MiscFunctions/fn-idref-23.txt |
| fn-data-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of the fn:data whose argument is a complex type with element only content. | ||
| Spec Citations: | ||
| #func-data | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/MiscFunctions/fn-data-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: examples | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/MiscFunctions/fn-data-1.txt |
| Error: err:FOTY0012 | ||
| qname-cast-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates casting a QName to another QName. | ||
| Spec Citations: | ||
| #constructor-functions-for-xsd-types | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/qname-cast-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/value1.txt |
| qname-cast-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates casting QName derived type to a QName. | ||
| Spec Citations: | ||
| #constructor-functions-for-xsd-types | ||
| #casting-to-derived-types | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/qname-cast-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/value1.txt |
| qname-cast-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates casting QName derived type to another QName derived type. | ||
| Spec Citations: | ||
| #constructor-functions-for-xsd-types | ||
| #casting-to-derived-types | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/qname-cast-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/value1.txt |
| Error: err:XPST0017 | ||
| qname-cast-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates casting QName type to a QName derived type. | ||
| Spec Citations: | ||
| #constructor-functions-for-xsd-types | ||
| #casting-to-derived-types | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/qname-cast-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/value1.txt |
| Error: err:XPST0051 | ||
| notation-cast-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates casting a type derived from an xs:NOTATION to an xs:NOTATION type. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/notation-cast-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0080 | ||
| Error: err:XPST0017 | ||
| notation-cast-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates casting a type derived from an xs:NOTATION to a type derived from xs:NOTATION. | ||
| Spec Citations: | ||
| #casting-to-derived-types | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/notation-cast-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/mytype-value1.txt |
| Error: err:XPST0017 | ||
| casthcds1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluate an expression and cast it as an xs:integer. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds1.txt |
| casthcds2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluate an expression and cast it as an xs:float. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/truevalue.txt |
| casthcds3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluate an expression and cast it as an xs:boolean. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds3.txt |
| Error: err:FORG0001 | ||
| casthcds4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluate an expression and cast it as an xs:double. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds4.txt |
| casthcds5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluate an expression and cast it as an xs:decimal. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds5.txt |
| casthcds6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluate an expression and cast it as an xs:string. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds6.txt |
| casthcds7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a xs:string value casted as an xs:string. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds7.txt |
| casthcds8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a xs:float value casted as an xs:float. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/truevalue.txt |
| casthcds9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a xs:float value casted as an xs:string. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds9.txt |
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds9alt.txt |
| casthcds10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a xs:float value casted as an xs:double. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds10.txt |
| casthcds11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a xs:float value casted as an xs:boolean. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds11.txt |
| Error: err:FORG0001 | ||
| casthcds12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:double value casted as an xs:double. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds12.txt |
| casthcds13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:double value casted as an xs:string. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds13.txt |
| casthcds14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:double value casted as an xs:float. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/truevalue.txt |
| casthcds15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:double value casted as an xs:boolean. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds15.txt |
| Error: err:FORG0001 | ||
| casthcds16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:decimal value casted as an xs:string. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds16.txt |
| casthcds17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:decimal value casted as an xs:float. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds17.txt |
| casthcds18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:decimal value casted as an xs:double. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds18.txt |
| casthcds19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:decimal value casted as an xs:decimal. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds19.txt |
| casthcds20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:decimal value casted as an xs:integer. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds20.txt |
| Error: err:FORG0001 | ||
| casthcds21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:decimal value casted as an xs:boolean. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds21.txt |
| Error: err:FORG0001 | ||
| casthcds22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:integer value casted as an xs:string. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds22.txt |
| casthcds23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:integer value casted as an xs:float. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/truevalue.txt |
| casthcds24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:integer value casted as an xs:double. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds24.txt |
| casthcds25 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:integer value casted as an xs:decimal. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds25.txt |
| casthcds26 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:integer value casted as an xs:integer. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds26.txt |
| casthcds27 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:integer value casted as an xs:boolean. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds27.txt |
| Error: err:FORG0001 | ||
| casthcds28 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:dateTime value casted as an xs:string. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds28.txt |
| casthcds29 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:dateTime value casted as an xs:dateTime. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds29.txt |
| casthcds30 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:dateTime value casted as an xs:time. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds30.txt |
| Error: err:FORG0001 | ||
| casthcds31 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:dateTime value casted as an xs:date. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds31.txt |
| Error: err:FORG0001 | ||
| casthcds32 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:date value casted as an xs:string. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds32.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds32.txt |
| casthcds33 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:date value casted as an xs:dateTime. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds33.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds33.txt |
| Error: err:FORG0001 | ||
| casthcds34 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:date value casted as an xs:date. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds34.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds34.txt |
| casthcds35 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:time value casted as an xs:string. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds35.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds35.txt |
| casthcds36 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:time value casted as an xs:time. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds36.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds36.txt |
| casthcds37 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:boolean value casted as an xs:string. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds37.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds37.txt |
| casthcds38 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:boolean value casted as an xs:float. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds38.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds38.txt |
| Error: err:FORG0001 | ||
| casthcds39 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:boolean value casted as an xs:double. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds39.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds39.txt |
| Error: err:FORG0001 | ||
| casthcds40 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:boolean value casted as an xs:decimal. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds40.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds40.txt |
| Error: err:FORG0001 | ||
| casthcds41 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:boolean value casted as an xs:integer. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| #casting-to-numerics | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds41.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds41.txt |
| Error: err:FORG0001 | ||
| casthcds42 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an xs:boolean value casted as an xs:boolean. This test queries an XML file to obtain data. | ||
| Spec Citations: | ||
| #id-cast | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/SeqExprCastSI/casthcds42.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SeqExprCastSI/casthcds42.txt |
| value-comparison-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of numeric value comparison involving type promotion to least common type. Uses "eq" operator between integer and float types. | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NumericEqualSI/value-comparison-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NumericEqualSI/value-comparison-3.txt |
| Error: err:XQST0009 | ||
| Error: err:XPST0017 | ||
| value-comparison-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of numeric value comparison involving type promotion to least common type. Uses "ne" operator between integer and float types. | ||
| Spec Citations: | ||
| #func-numeric-equal | ||
| #id-value-comparisons | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NumericEqualSI/value-comparison-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NumericEqualSI/value-comparison-4.txt |
| Error: err:XQST0009 | ||
| Error: err:XPST0017 | ||
| Comp-notation-1 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Notation comparison. | ||
| Spec Citations: | ||
| #func-NOTATION-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NotationEQSI/Comp-notation-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: notation | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notation-1.txt |
| Comp-notation-2 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Notation comparison. | ||
| Spec Citations: | ||
| #func-NOTATION-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NotationEQSI/Comp-notation-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: notation | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notation-2.txt |
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notationalt-2.txt |
| Comp-notation-3 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Notation comparison. | ||
| Spec Citations: | ||
| #func-NOTATION-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NotationEQSI/Comp-notation-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: notation | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notation-3.txt |
| Comp-notation-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Notation comparison using "ne". | ||
| Spec Citations: | ||
| #func-NOTATION-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NotationEQSI/Comp-notation-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: notation | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notation-4.txt |
| Comp-notation-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Notation comparison using "ne". | ||
| Spec Citations: | ||
| #func-NOTATION-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NotationEQSI/Comp-notation-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: notation | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notation-5.txt |
| Comp-notation-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Notation comparison using "ne". | ||
| Spec Citations: | ||
| #func-NOTATION-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NotationEQSI/Comp-notation-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: notation | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notation-6.txt |
| Comp-notation-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of notation comparison using "eq" and used with fn:not - returns false. | ||
| Spec Citations: | ||
| #func-NOTATION-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NotationEQSI/Comp-notation-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: notation | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notation-7.txt |
| Comp-notation-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of notation comparison using "eq" and used with fn:not - returns true. | ||
| Spec Citations: | ||
| #func-NOTATION-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NotationEQSI/Comp-notation-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: notation | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notation-8.txt |
| Comp-notation-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of notation comparison using "ne" and used with fn:not - returns true. | ||
| Spec Citations: | ||
| #func-NOTATION-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NotationEQSI/Comp-notation-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: notation | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notation-9.txt |
| Comp-notation-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of notation comparison using "ne" and used with fn:not - returns false. | ||
| Spec Citations: | ||
| #func-NOTATION-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NotationEQSI/Comp-notation-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: notation | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notation-10.txt |
| Comp-notation-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of notation comparison using "eq" and used with fn:boolean function. | ||
| Spec Citations: | ||
| #func-NOTATION-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NotationEQSI/Comp-notation-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: notation | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notation-11.txt |
| Comp-notation-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of notation comparison using "ne" and used with fn:boolean function. | ||
| Spec Citations: | ||
| #func-NOTATION-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NotationEQSI/Comp-notation-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: notation | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notation-12.txt |
| Comp-notation-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of notation comparison using "eq" used in boolean expression with "fn:true" and "and". | ||
| Spec Citations: | ||
| #func-NOTATION-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NotationEQSI/Comp-notation-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: notation | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notation-13.txt |
| Comp-notation-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of notation comparison using "ne" used in boolean expression with "fn:true" and "and". | ||
| Spec Citations: | ||
| #func-NOTATION-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NotationEQSI/Comp-notation-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: notation | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notation-14.txt |
| Comp-notation-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of notation comparison using "eq" used in boolean expression with "fn:true" and "or". | ||
| Spec Citations: | ||
| #func-NOTATION-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NotationEQSI/Comp-notation-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: notation | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notation-15.txt |
| Comp-notation-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of notation comparison using "ne" used in boolean expression with "fn:true" and "or". | ||
| Spec Citations: | ||
| #func-NOTATION-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NotationEQSI/Comp-notation-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: notation | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notation-16.txt |
| Comp-notation-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of notation comparison using "eq" used in boolean expression with "fn:false" and "and". | ||
| Spec Citations: | ||
| #func-NOTATION-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NotationEQSI/Comp-notation-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: notation | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notation-17.txt |
| Comp-notation-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of notation comparison using "ne" used in boolean expression with "fn:false" and "and". | ||
| Spec Citations: | ||
| #func-NOTATION-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NotationEQSI/Comp-notation-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: notation | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notation-18.txt |
| Comp-notation-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of notation comparison using "eq" used in boolean expression with "fn:false" and "or". | ||
| Spec Citations: | ||
| #func-NOTATION-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NotationEQSI/Comp-notation-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: notation | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notation-19.txt |
| Comp-notation-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of notation comparison using "ne" used in boolean expression with "fn:false" and "or". | ||
| Spec Citations: | ||
| #func-NOTATION-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NotationEQSI/Comp-notation-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: notation | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notation-20.txt |
| Comp-notation-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of expression for notation comparison using "eq" ar argument to "fn:false" function. | ||
| Spec Citations: | ||
| #func-NOTATION-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NotationEQSI/Comp-notation-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: notation | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notation-21.txt |
| Comp-notation-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of expression for notation comparison using "ne" ar argument to "fn:false" function. | ||
| Spec Citations: | ||
| #func-NOTATION-equal | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/NotationEQSI/Comp-notation-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: notation | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notation-22.txt |
| Role: principal | Comparator: Text | Results/SchemaImport/NotationEQSI/Comp-notationalt-22.txt |
| user-defined-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of simple constructor function for user defined data type derived from xs:integer. | ||
| Spec Citations: | ||
| #constructor-functions-for-user-defined-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/UserDefinedSI/user-defined-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/UserDefinedSI/user-defined-1.txt |
| Error: err:XQST0009 | ||
| Error: err:XPST0017 | ||
| user-defined-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of simple constructor function violation for user defined data type derived from xs:integer. | ||
| Spec Citations: | ||
| #constructor-functions-for-user-defined-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/UserDefinedSI/user-defined-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0001 | ||
| Error: err:XQST0009 | ||
| Error: err:XPST0017 | ||
| user-defined-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of simple constructor function for used in addition operation. Type derived from xs:integer. | ||
| Spec Citations: | ||
| #constructor-functions-for-user-defined-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/UserDefinedSI/user-defined-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/UserDefinedSI/user-defined-3.txt |
| Error: err:XQST0009 | ||
| Error: err:XPST0017 | ||
| user-defined-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of simple constructor function for user defined data type derived from xs:string. | ||
| Spec Citations: | ||
| #constructor-functions-for-user-defined-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/UserDefinedSI/user-defined-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/UserDefinedSI/user-defined-4.txt |
| Error: err:XQST0009 | ||
| Error: err:XPST0017 | ||
| user-defined-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of fn:concat on constructor function for user defined data type derived from xs:string. | ||
| Spec Citations: | ||
| #constructor-functions-for-user-defined-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/UserDefinedSI/user-defined-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/UserDefinedSI/user-defined-5.txt |
| Error: err:XQST0009 | ||
| Error: err:XPST0017 | ||
| user-defined-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Use constructor function to cast a value to its base type (xs:integer). | ||
| Spec Citations: | ||
| #constructor-functions-for-user-defined-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/UserDefinedSI/user-defined-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/UserDefinedSI/user-defined-6.txt |
| Error: err:XQST0009 | ||
| Error: err:XPST0017 | ||
| user-defined-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Use constructor function to check if user defined type is castable as its base type (xs:integer). | ||
| Spec Citations: | ||
| #constructor-functions-for-user-defined-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/UserDefinedSI/user-defined-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/UserDefinedSI/user-defined-7.txt |
| Error: err:XQST0009 | ||
| Error: err:XPST0017 | ||
| user-defined-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Use constructor function to evaluate if two user defined types can be casted to another user defined type. | ||
| Spec Citations: | ||
| #constructor-functions-for-user-defined-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/UserDefinedSI/user-defined-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/UserDefinedSI/user-defined-8.txt |
| Error: err:XQST0009 | ||
| Error: err:XPST0017 | ||
| user-defined-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Use constructor function to evaluate if two user defined types are castable to another user defined type. | ||
| Spec Citations: | ||
| #constructor-functions-for-user-defined-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/UserDefinedSI/user-defined-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/UserDefinedSI/user-defined-9.txt |
| Error: err:XQST0009 | ||
| Error: err:XPST0017 | ||
| user-defined-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Use constructor functions on addition operation on two user defined types. | ||
| Spec Citations: | ||
| #constructor-functions-for-user-defined-types | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaImport/UserDefinedSI/user-defined-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/UserDefinedSI/user-defined-10.txt |
| Error: err:XQST0009 | ||
| Error: err:XPST0017 | ||
| schema-import-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a schema import, where the schema should not be available. | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0059 | ||
| schema-import-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a two schema imports, where both specifies the same target namespace. | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0058 | ||
| schema-import-3 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a schema import with target namespace set to zero-length string and specifies a prefix. | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0057 | ||
| schema-import-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of xs:boolean type as argument to fn:not(). | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/schema-import-4.txt |
| schema-import-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of xs:float type as argument to fn:avg(). | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/truevalue.txt |
| schema-import-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of xs:integer type as argument to fn:avg(). | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/truevalue.txt |
| schema-import-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of xs:decimal type as argument to fn:avg(). | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/truevalue.txt |
| schema-import-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of xs:double type as argument to fn:avg(). | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/schema-import-8.txt |
| schema-import-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of xs:float type as argument to fn:abs(). | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/truevalue.txt |
| schema-import-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of xs:integer type as argument to fn:abs(). | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/truevalue.txt |
| schema-import-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of xs:decimal type as argument to fn:abs(). | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/truevalue.txt |
| schema-import-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of xs:double type as argument to fn:abs(). | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/schema-import-12.txt |
| schema-import-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of xs:float type as argument to fn:max(). | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/truevalue.txt |
| schema-import-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of xs:integer type as argument to fn:max(). | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/truevalue.txt |
| schema-import-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of xs:decimal type as argument to fn:max(). | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/truevalue.txt |
| schema-import-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of xs:double type as argument to fn:max(). | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/schema-import-16.txt |
| schema-import-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of xs:float type as argument to fn:min(). | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/truevalue.txt |
| schema-import-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of xs:integer type as argument to fn:min(). | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/truevalue.txt |
| schema-import-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of xs:decimal type as argument to fn:min(). | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/truevalue.txt |
| schema-import-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of xs:double type as argument to fn:min(). | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/schema-import-20.txt |
| schema-import-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of xs:dateTime type as argument to fn:hours-from-dateTime(). | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/schema-import-21.txt |
| schema-import-22 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of xs:dateTime type as argument to fn:minutes-from-dateTime(). | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/schema-import-22.txt |
| schema-import-23 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of xs:dateTime type as argument to fn:seconds-from-dateTime(). | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/schema-import-23.txt |
| schema-import-25 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of schema import of numeric type (float) and used in addition expression. | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/truevalue.txt |
| schema-import-26 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of schema import of numeric type (integer) and used in addition expression. | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/truevalue.txt |
| schema-import-27 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of schema import of numeric type (decimal) and used in addition expression. | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-27.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/truevalue.txt |
| schema-import-28 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of schema import of numeric type (double) and used in addition expression. | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-28.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/schema-import-28.txt |
| schema-import-29 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of schema import of numeric type (integer) and used in division (idiv operator) expression. | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-29.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/schema-import-29.txt |
| schema-import-30 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of schema import of numeric type (integer) and used in subtraction expression. | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-30.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaImport/SchemaImportProlog/schema-import-30.txt |
| modules-schema-context | Scenario: standard | Creator: Mary Holstege |
| Description: | ||
| Evaluation of library module that imports a schema. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/modules-schema-context.xq | ||
| Modules: | ||
| Module ID: context-lib | Namespace: http://www.w3.org/TestModules/context | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/SchemaImport/SchemaImportProlog/modules-schema-context.xml |
| schema-import-31 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of schema import with an invalid namespace prefix ("xml"). | ||
| Spec Citations: | ||
| #id-schema-imports | ||
| Query: | ||
| Queries/XQuery/SchemaImport/SchemaImportProlog/schema-import-31.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: atomic | |
| Outputs: | ||
| Error: err:XQST0070 | ||
| ForExprType010 | Scenario: standard | Creator: Mike Rorke |
| Description: | ||
| FLWOR with type expression matching a type from the schema. | ||
| FLWOR with type expression matching a type from the schema | ||
| Spec Citations: | ||
| #id-for-let | ||
| Query: | ||
| Queries/XQuery/Expressions/FLWORExpr/ForExprType/ForExprType010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Expressions/FLWORExpr/ForExprType/ForExprType010.txt |
| validateexpr-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a validate expression with improper operand for operation. | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Error: err:XQTY0030 | ||
| validateexpr-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a validate expression with newly constructed Element node and strict validation. | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaValidation/ValidateExpression/validateexpr-2.txt |
| validateexpr-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a validate expression with newly constructed Element node and strict validation. | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaValidation/ValidateExpression/validateexpr-3.txt |
| validateexpr-4 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a validate expression with implicit strict mode for a comment node. | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQTY0030 | ||
| validateexpr-5 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a validate expression with "lax" mode for a comment node. | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQTY0030 | ||
| validateexpr-6 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a validate expression with explicit strict mode for a PI node. | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQTY0030 | ||
| validateexpr-7 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a validate expression with explicit lax mode for a PI node. | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQTY0030 | ||
| validateexpr-8 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a validate expression with explicit strict mode for a text node. | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQTY0030 | ||
| validateexpr-9 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a validate expression with lax mode for a text node. | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQTY0030 | ||
| validateexpr-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that a validate expression of a node readed from an xml file does not have a parent. strict mode. | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaValidation/ValidateExpression/validateexpr-10.txt |
| validateexpr-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that a validate expression of a node readed from an xml file does not have a parent. lax mode. | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: orderData | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaValidation/ValidateExpression/validateexpr-11.txt |
| validateexpr-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that a validate expression of a newly constructed node does not have a parent. strict mode. | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaValidation/ValidateExpression/validateexpr-12.txt |
| validateexpr-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Verify that a validate expression of a newly constructed node does not have a parent. lax mode. | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/SchemaValidation/ValidateExpression/validateexpr-13.txt |
| validateexpr-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluate a validate expression (strict) of a newly constructed node used with an if expression. | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaValidation/ValidateExpression/validateexpr-14.txt |
| validateexpr-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluate a validate expression (lax) of a newly constructed node used with an if expression. | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaValidation/ValidateExpression/validateexpr-15.txt |
| validateexpr-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluate a validate expression (lax) of a newly constructed node used with an if expression. (uses else part of expression). | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaValidation/ValidateExpression/validateexpr-16.txt |
| validateexpr-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluate a validate expression (lax) of a newly constructed node used with an "or" expression. | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaValidation/ValidateExpression/validateexpr-17.txt |
| validateexpr-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluate a validate expression (lax) of a newly constructed node used with quantifed expression expression ("every" operand). | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaValidation/ValidateExpression/validateexpr-18.txt |
| validateexpr-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluate a validate expression (lax) of a newly constructed node used with quantifed expression expression ("some" operand). | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaValidation/ValidateExpression/validateexpr-19.txt |
| validateexpr-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluate a validate expression (lax) of a newly constructed node used with typeswitch expression expression. | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaValidation/ValidateExpression/validateexpr-20.txt |
| validateexpr-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluate a validate expression (lax) of a newly constructed node used with FLWOR expression expression. | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaValidation/ValidateExpression/validateexpr-21.txt |
| validateexpr-23 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evalauation of strict validated expression for constructed element node for which there is no declaration. | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0084 | ||
| validateexpr-24 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Test for the correct typed value when a list of union types is used. | ||
| Spec Citations: | ||
| #id-validate | ||
| #TypedValueDetermination | ||
| Query: | ||
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/SchemaValidation/ValidateExpression/validateexpr-24.txt |
| validateexpr-25 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test for Error condition XQDY0027. Dynamic error during validation. | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | ||
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0027 | ||
| validateexpr-26 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test for error condition XQDY0061 using a document node. | ||
| Spec Citations: | ||
| #id-validate | ||
| Query: | ||
| Queries/XQuery/SchemaValidation/ValidateExpression/validateexpr-26.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQDY0061 | ||
| ST-Axes001 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| self:: axis with explicit name test called on set of nodes which do not contain any nodes of this name. | ||
| Spec Citations: | ||
| #axes | ||
| #id-static-typing-feature | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/StaticTyping/STPathExpr/STSteps/STAxes/ST-Axes001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Error: err:XPST0005 | ||
| ST-Axes002 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Get no attributes from self::*, because node kind differs. | ||
| Spec Citations: | ||
| #axes | ||
| #id-static-typing-feature | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/StaticTyping/STPathExpr/STSteps/STAxes/ST-Axes002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Error: err:XPST0005 | ||
| ST-Axes003 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| self::name from an attribute gets nothing when name matches, because node kind differs. | ||
| Spec Citations: | ||
| #axes | ||
| #id-static-typing-feature | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/StaticTyping/STPathExpr/STSteps/STAxes/ST-Axes003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Error: err:XPST0005 | ||
| ST-Axes004 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| self::name gets nothing from an attribute when name is different. | ||
| Spec Citations: | ||
| #axes | ||
| #id-static-typing-feature | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/StaticTyping/STPathExpr/STSteps/STAxes/ST-Axes004.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Error: err:XPST0005 | ||
| ST-Axes005 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| self::name from a text node gets nothing, because node kind differs. | ||
| Spec Citations: | ||
| #axes | ||
| #id-static-typing-feature | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/StaticTyping/STPathExpr/STSteps/STAxes/ST-Axes005.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Error: err:XPST0005 | ||
| ST-Axes006 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| self::name from a text node gets nothing, because node kind differs. | ||
| Spec Citations: | ||
| #axes | ||
| #id-static-typing-feature | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/StaticTyping/STPathExpr/STSteps/STAxes/ST-Axes006.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Error: err:XPST0005 | ||
| ST-Axes007 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| descendant-or-self::* from an attribute gets nothing. | ||
| Spec Citations: | ||
| #axes | ||
| #id-static-typing-feature | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/StaticTyping/STPathExpr/STSteps/STAxes/ST-Axes007.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Error: err:XPST0005 | ||
| ST-Axes008 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| descendant-or-self::name from an attribute gets nothing. | ||
| Spec Citations: | ||
| #axes | ||
| #id-static-typing-feature | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/StaticTyping/STPathExpr/STSteps/STAxes/ST-Axes008.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Error: err:XPST0005 | ||
| ST-Axes009 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| descendant-or-self::name from an attribute gets nothing, even with attribute's name. | ||
| Spec Citations: | ||
| #axes | ||
| #id-static-typing-feature | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/StaticTyping/STPathExpr/STSteps/STAxes/ST-Axes009.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Error: err:XPST0005 | ||
| ST-Axes010 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| descendant-or-self::* from a text node gets nothing. | ||
| Spec Citations: | ||
| #axes | ||
| #id-static-typing-feature | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/StaticTyping/STPathExpr/STSteps/STAxes/ST-Axes010.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: Tree1Text | |
| Outputs: | ||
| Error: err:XPST0005 | ||
| ST-Axes011 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| /attribute::* gets nothing because root can't have attributes. | ||
| Spec Citations: | ||
| #axes | ||
| #id-static-typing-feature | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/StaticTyping/STPathExpr/STSteps/STAxes/ST-Axes011.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Error: err:XPST0005 | ||
| ST-Axes012 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| /@* gets nothing because root can't have attributes. | ||
| Spec Citations: | ||
| #axes | ||
| #id-static-typing-feature | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/StaticTyping/STPathExpr/STSteps/STAxes/ST-Axes012.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Error: err:XPST0005 | ||
| ST-Axes013 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| /parent::* gets nothing because root can't have parent. | ||
| Spec Citations: | ||
| #axes | ||
| #id-static-typing-feature | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/StaticTyping/STPathExpr/STSteps/STAxes/ST-Axes013.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Error: err:XPST0005 | ||
| ST-Axes014 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| /.. gets nothing because root can't have parent. | ||
| Spec Citations: | ||
| #axes | ||
| #id-static-typing-feature | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/StaticTyping/STPathExpr/STSteps/STAxes/ST-Axes014.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TreeCompass | |
| Outputs: | ||
| Error: err:XPST0005 | ||
| ST-Axes015 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| /self::* gets nothing because root is not an element node. | ||
| Spec Citations: | ||
| #axes | ||
| #id-static-typing-feature | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/StaticTyping/STPathExpr/STSteps/STAxes/ST-Axes015.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: TopMany | |
| Outputs: | ||
| Error: err:XPST0005 | ||
| statictypingaxis-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates static typing on child axis. Context item not a node. | ||
| Spec Citations: | ||
| #axes | ||
| #id-static-typing-feature | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/StaticTyping/STPathExpr/STSteps/STAxes/statictypingaxis-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0019 | ||
| statictypingaxis-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates static typing on self axis. Context item not a node. | ||
| Spec Citations: | ||
| #axes | ||
| #id-static-typing-feature | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/StaticTyping/STPathExpr/STSteps/STAxes/statictypingaxis-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0019 | ||
| statictypingaxis-3 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates static typing on attribute axis. Context item not a node. | ||
| Spec Citations: | ||
| #axes | ||
| #id-static-typing-feature | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/StaticTyping/STPathExpr/STSteps/STAxes/statictypingaxis-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0019 | ||
| statictypingaxis-4 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates static typing on parent axis. Context item not a node. | ||
| Spec Citations: | ||
| #axes | ||
| #id-static-typing-feature | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/StaticTyping/STPathExpr/STSteps/STAxes/statictypingaxis-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0019 | ||
| statictypingaxis-5 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates static typing on descendant axis. Context item not a node. | ||
| Spec Citations: | ||
| #axes | ||
| #id-static-typing-feature | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/StaticTyping/STPathExpr/STSteps/STAxes/statictypingaxis-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0019 | ||
| statictypingaxis-6 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates static typing on descendant-or-self axis. Context item not a node. | ||
| Spec Citations: | ||
| #axes | ||
| #id-static-typing-feature | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/StaticTyping/STPathExpr/STSteps/STAxes/statictypingaxis-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0019 | ||
| statictyping-21 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a let expression, where a variable is used and whose value is not set. | ||
| Spec Citations: | ||
| #static_context | ||
| #id-for-let | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| statictyping-22 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a let expression, where a variable is used in prolog and whose value is not set. | ||
| Spec Citations: | ||
| #id-static-analysis | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-22.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| statictyping-23 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of a for expression, where a variable is used and whose value is not set. | ||
| Spec Citations: | ||
| #static_context | ||
| #id-for-let | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-23.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0008 | ||
| ST-WhereExpr001 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test 'where' clause with heterogenous sequences. First item is a node. | ||
| Test 'where' clause with heterogenous sequences. First item is a node. | ||
| Spec Citations: | ||
| #id-where | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/ST-WhereExpr001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| ST-WhereExpr002 | Scenario: runtime-error | Creator: Mike Rorke |
| Description: | ||
| Test 'where' clause with heterogenous sequences. First item is a value. | ||
| Test 'where' clause with heterogenous sequences. First item is a value. | ||
| Spec Citations: | ||
| #id-where | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/ST-WhereExpr002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: fsx | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| statictyping-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause with expression that contains wrong operand for expression (addition expression). | ||
| Spec Citations: | ||
| #id-where | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| statictyping-2 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause with expression that contains wrong operand for expression (uses fn:abs). | ||
| Spec Citations: | ||
| #id-where | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| statictyping-3 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause with expression that contains wrong operand for expression (uses fn:avg). | ||
| Spec Citations: | ||
| #id-where | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| statictyping-4 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause with expression that contains wrong operand for expression (uses fn:max). | ||
| Spec Citations: | ||
| #id-where | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| statictyping-5 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause with expression that contains wrong operand for expression (uses fn:min). | ||
| Spec Citations: | ||
| #id-where | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| statictyping-6 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause with expression that contains wrong operand for expression (uses fn:sum). | ||
| Spec Citations: | ||
| #id-where | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| statictyping-7 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause with expression that contains wrong operand for expression (uses fn:boolean). | ||
| Spec Citations: | ||
| #id-where | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:FORG0006 | ||
| statictyping-8 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause with expression that contains wrong operand for expression (uses subtraction operation). | ||
| Spec Citations: | ||
| #id-where | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| statictyping-9 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause with expression that contains wrong operand for expression (uses multiplication operation). | ||
| Spec Citations: | ||
| #id-where | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| statictyping-10 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause with expression that contains wrong operand for expression (uses "div" operator). | ||
| Spec Citations: | ||
| #id-where | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| statictyping-11 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause with expression that contains wrong operand for expression (uses "idiv" operator). | ||
| Spec Citations: | ||
| #id-where | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| statictyping-12 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause with expression that contains wrong operand for expression (uses mod operator). | ||
| Spec Citations: | ||
| #id-where | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| statictyping-13 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause with expression that contains wrong cardinality for operator(uses "eq" operator). | ||
| Spec Citations: | ||
| #id-where | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| statictyping-14 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause with expression that contains wrong cardinality for operator(uses "le" operator). | ||
| Spec Citations: | ||
| #id-where | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| statictyping-15 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause with expression that contains wrong cardinality for operator(uses "lt" operator). | ||
| Spec Citations: | ||
| #id-where | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| statictyping-16 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause with expression that contains wrong cardinality for operator(uses "gt" operator). | ||
| Spec Citations: | ||
| #id-where | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| statictyping-17 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause with expression that contains wrong cardinality for operator(uses "ne" operator). | ||
| Spec Citations: | ||
| #id-where | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| statictyping-18 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause with expression that contains wrong cardinality for operator(uses "+" operator). | ||
| Spec Citations: | ||
| #id-where | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| statictyping-19 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause with expression that contains wrong cardinality for operator(uses "-" operator). | ||
| Spec Citations: | ||
| #id-where | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| statictyping-20 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Test 'where' clause with expression that contains wrong cardinality for operator(uses "*" operator). | ||
| Spec Citations: | ||
| #id-where | ||
| #id-static-typing-feature | ||
| Query: | ||
| Queries/XQuery/StaticTyping/STFLWORExpr/statictyping-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0004 | ||
| ancestor-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor axis for which the context node is not a node. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestorAxis/ancestor-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0019 | ||
| ancestor-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor axis for which the given node does not exists. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestorAxis/ancestor-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestorAxis/ancestor-2.txt |
| ancestor-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor axis that is part of an "is" expression (return true). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestorAxis/ancestor-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestorAxis/ancestor-3.txt |
| ancestor-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor axis that is part of an "is" expression (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestorAxis/ancestor-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestorAxis/ancestor-4.txt |
| ancestor-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor axis that is part of an "node before" expression (return true). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestorAxis/ancestor-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestorAxis/ancestor-5.txt |
| ancestor-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor axis that is part of an "node before" expression and both operands are the same (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestorAxis/ancestor-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestorAxis/ancestor-6.txt |
| ancestor-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor axis that is part of an "node before" expression and operands are different (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestorAxis/ancestor-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestorAxis/ancestor-7.txt |
| ancestor-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor axis that is part of an "node-after" expression (return true). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestorAxis/ancestor-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestorAxis/ancestor-8.txt |
| ancestor-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor axis that is part of an "node-after" expression and both operands the same (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestorAxis/ancestor-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestorAxis/ancestor-9.txt |
| ancestor-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor axis that is part of an "node-after" expression operands are different (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestorAxis/ancestor-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestorAxis/ancestor-10.txt |
| ancestor-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor axis that is part of an "union" operation and both operands are the same. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestorAxis/ancestor-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/ancestorAxis/ancestor-11.txt |
| ancestor-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor axis that is part of an "union" operation and both operands are different. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestorAxis/ancestor-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/ancestorAxis/ancestor-12.txt |
| ancestor-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor axis that is part of an "intersect" operation and both operands are the same. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestorAxis/ancestor-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/ancestorAxis/ancestor-13.txt |
| ancestor-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor axis that is part of an "except" operation and both operands are the same. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestorAxis/ancestor-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestorAxis/ancestor-14.txt |
| ancestor-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor axis that is part of an "except" operation and operands are different. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestorAxis/ancestor-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/ancestorAxis/ancestor-15.txt |
| ancestor-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor axis as part of a boolean expression. Uses "and" and "fn:true()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestorAxis/ancestor-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestorAxis/ancestor-16.txt |
| ancestor-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor axis as part of a boolean expression. Uses "and" and "fn:false()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestorAxis/ancestor-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestorAxis/ancestor-17.txt |
| ancestor-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor axis as part of a boolean expression. Uses "or" and "fn:true()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestorAxis/ancestor-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestorAxis/ancestor-18.txt |
| ancestor-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor axis as part of a boolean expression. Uses "or" and "fn:false()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestorAxis/ancestor-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestorAxis/ancestor-19.txt |
| ancestor-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor axis as an argument to fn:deep-equal function. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestorAxis/ancestor-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestorAxis/ancestor-20.txt |
| ancestor-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor axis used together with a newly constructed element. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestorAxis/ancestor-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/ancestorAxis/ancestor-21.txt |
| unabbreviatedSyntax-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax - ancestor::employee - Selects all the "employee" ancestors of the context node. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/FullAxis/ancestorAxis/unabbreviatedSyntax-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/ancestorAxis/unabbreviatedSyntax-10.txt |
| ancestorself-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor-or-self axis for which the context node is not a node. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0019 | ||
| ancestorself-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor-or-self axis for which the given node does not exists. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestor-or-selfAxis/ancestorself-2.txt |
| ancestorself-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor-or-self axis that is part of an "is" expression (return true). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestor-or-selfAxis/ancestorself-3.txt |
| ancestorself-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor-or-self axis that is part of an "is" expression (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestor-or-selfAxis/ancestorself-4.txt |
| ancestorself-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor-or-self axis that is part of an "node before" expression (return true). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestor-or-selfAxis/ancestorself-5.txt |
| ancestorself-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor-or-self axis that is part of an "node before" expression and both operands are the same (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestor-or-selfAxis/ancestorself-6.txt |
| ancestorself-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor-or-self axis that is part of an "node before" expression and operands are different (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestor-or-selfAxis/ancestorself-7.txt |
| ancestorself-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor-or-self axis that is part of an "node-after" expression (return true). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestor-or-selfAxis/ancestorself-8.txt |
| ancestorself-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor-or-self axis that is part of an "node-after" expression and both operands the same (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestor-or-selfAxis/ancestorself-9.txt |
| ancestorself-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor-or-self axis that is part of an "node-after" expression operands are different (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestor-or-selfAxis/ancestorself-10.txt |
| ancestorself-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor-or-self axis that is part of an "union" operation and both operands are the same. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/ancestor-or-selfAxis/ancestorself-11.txt |
| ancestorself-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor-or-self axis that is part of an "union" operation and both operands are different. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/ancestor-or-selfAxis/ancestorself-12.txt |
| ancestorself-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor-or-self axis that is part of an "intersect" operation and both operands are the same. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/ancestor-or-selfAxis/ancestorself-13.txt |
| ancestorself-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor-or-self axis that is part of an "except" operation and both operands are the same. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestor-or-selfAxis/ancestorself-14.txt |
| ancestorself-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor-or-self axis that is part of an "except" operation and operands are different. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/ancestor-or-selfAxis/ancestorself-15.txt |
| ancestorself-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor-or-self axis as part of a boolean expression. Uses "and" and "fn:true()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestor-or-selfAxis/ancestorself-16.txt |
| ancestorself-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor-or-self axis as part of a boolean expression. Uses "and" and "fn:false()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestor-or-selfAxis/ancestorself-17.txt |
| ancestorself-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor-or-self axis as part of a boolean expression. Uses "or" and "fn:true()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestor-or-selfAxis/ancestorself-18.txt |
| ancestorself-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor-or-self axis as part of a boolean expression. Uses "or" and "fn:false()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestor-or-selfAxis/ancestorself-19.txt |
| ancestorself-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor-or-self axis as an argument to fn:deep-equal function. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/ancestor-or-selfAxis/ancestorself-20.txt |
| ancestorself-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an ancestor-or-self axis used together with a newly constructed element. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/ancestor-or-selfAxis/ancestorself-21.txt |
| unabbreviatedSyntax-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax - ancestor-or-self::employee - Selects all the "employee" ancestors of the context node (selects employee, if the context node is "employee"). | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/FullAxis/ancestor-or-selfAxis/unabbreviatedSyntax-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/ancestor-or-selfAxis/unabbreviatedSyntax-11.txt |
| following-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following axis for which the context node is not a node. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/followingAxis/following-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0019 | ||
| following-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following axis for which the given node does not exists. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/followingAxis/following-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/followingAxis/following-2.txt |
| following-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following axis that is part of an "is" expression (return true). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/followingAxis/following-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/followingAxis/following-3.txt |
| following-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following axis that is part of an "is" expression (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/followingAxis/following-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/followingAxis/following-4.txt |
| following-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following axis that is part of an "node before" expression (return true). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/followingAxis/following-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/followingAxis/following-5.txt |
| following-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following axis that is part of an "node before" expression and both operands are the same (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/followingAxis/following-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/followingAxis/following-6.txt |
| following-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following axis that is part of an "node before" expression and operands are different (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/followingAxis/following-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/followingAxis/following-7.txt |
| following-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following axis that is part of an "node-after" expression (return true). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/followingAxis/following-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/followingAxis/following-8.txt |
| following-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following axis that is part of an "node-after" expression and both operands the same (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/followingAxis/following-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/followingAxis/following-9.txt |
| following-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following axis that is part of an "node-after" expression operands are different (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/followingAxis/following-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/followingAxis/following-10.txt |
| following-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following axis that is part of an "union" operation and both operands are the same. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/followingAxis/following-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/followingAxis/following-11.txt |
| following-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following axis that is part of an "union" operation and both operands are different. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/followingAxis/following-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/followingAxis/following-12.txt |
| following-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following axis that is part of an "intersect" operation and both operands are the same. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/followingAxis/following-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/followingAxis/following-13.txt |
| following-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following axis that is part of an "except" operation and both operands are the same. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/followingAxis/following-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/followingAxis/following-14.txt |
| following-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following axis that is part of an "except" operation and operands are different. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/followingAxis/following-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/followingAxis/following-15.txt |
| following-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following axis as part of a boolean expression. Uses "and" and "fn:true()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/followingAxis/following-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/followingAxis/following-16.txt |
| following-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following axis as part of a boolean expression. Uses "and" and "fn:false()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/followingAxis/following-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/followingAxis/following-17.txt |
| following-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following axis as part of a boolean expression. Uses "or" and "fn:true()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/followingAxis/following-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/followingAxis/following-18.txt |
| following-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following axis as part of a boolean expression. Uses "or" and "fn:false()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/followingAxis/following-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/followingAxis/following-19.txt |
| following-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following axis as an argument to fn:deep-equal function. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/followingAxis/following-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/followingAxis/following-20.txt |
| following-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following axis used together with a newly constructed element. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/followingAxis/following-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/followingAxis/following-21.txt |
| followingsibling-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following-sibling axis for which the context node is not a node. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0019 | ||
| followingsibling-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following-sibling axis for which the given node does not exists. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/following-siblingAxis/followingsibling-2.txt |
| followingsibling-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following-sibling axis that is part of an "is" expression (return true). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/following-siblingAxis/followingsibling-3.txt |
| followingsibling-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following-sibling axis that is part of an "is" expression (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/following-siblingAxis/followingsibling-4.txt |
| followingsibling-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following-sibling axis that is part of an "node before" expression (return true). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/following-siblingAxis/followingsibling-5.txt |
| followingsibling-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following-sibling axis that is part of an "node before" expression and both operands are the same (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/following-siblingAxis/followingsibling-6.txt |
| followingsibling-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following-sibling axis that is part of an "node before" expression and operands are different (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/following-siblingAxis/followingsibling-7.txt |
| followingsibling-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following-sibling axis that is part of an "node-after" expression (return true). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/following-siblingAxis/followingsibling-8.txt |
| followingsibling-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following-sibling axis that is part of an "node-after" expression and both operands the same (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/following-siblingAxis/followingsibling-9.txt |
| followingsibling-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following-sibling axis that is part of an "node-after" expression operands are different (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/following-siblingAxis/followingsibling-10.txt |
| followingsibling-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following-sibling axis that is part of an "union" operation and both operands are the same. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/following-siblingAxis/followingsibling-11.txt |
| followingsibling-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following-sibling axis that is part of an "union" operation and both operands are different. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/following-siblingAxis/followingsibling-12.txt |
| followingsibling-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following-sibling axis that is part of an "intersect" operation and both operands are the same. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/following-siblingAxis/followingsibling-13.txt |
| followingsibling-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following-sibling axis that is part of an "except" operation and both operands are the same. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/following-siblingAxis/followingsibling-14.txt |
| followingsibling-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following-sibling axis that is part of an "except" operation and operands are different. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/following-siblingAxis/followingsibling-15.txt |
| followingsibling-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following-sibling axis as part of a boolean expression. Uses "and" and "fn:true()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/following-siblingAxis/followingsibling-16.txt |
| followingsibling-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following-sibling axis as part of a boolean expression. Uses "and" and "fn:false()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/following-siblingAxis/followingsibling-17.txt |
| followingsibling-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following-sibling axis as part of a boolean expression. Uses "or" and "fn:true()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/following-siblingAxis/followingsibling-18.txt |
| followingsibling-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following-sibling axis as part of a boolean expression. Uses "or" and "fn:false()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/following-siblingAxis/followingsibling-19.txt |
| followingsibling-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following-sibling axis as an argument to fn:deep-equal function. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/following-siblingAxis/followingsibling-20.txt |
| followingsibling-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an following-sibling axis used together with a newly constructed element. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/following-siblingAxis/followingsibling-21.txt |
| unabbreviatedSyntax-24 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax. Evaluate "following-sibling::employee[fn:position() = 1]". Selects the next employee sibling of the context node. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/FullAxis/following-siblingAxis/unabbreviatedSyntax-24.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/following-siblingAxis/unabbreviatedSyntax-24.txt |
| preceding-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding axis for which the context node is not a node. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/precedingAxis/preceding-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0019 | ||
| preceding-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding axis for which the given node does not exists. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/precedingAxis/preceding-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/precedingAxis/preceding-2.txt |
| preceding-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding axis that is part of an "is" expression (return true). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/precedingAxis/preceding-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/precedingAxis/preceding-3.txt |
| preceding-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding axis that is part of an "is" expression (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/precedingAxis/preceding-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/precedingAxis/preceding-4.txt |
| preceding-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding axis that is part of an "node before" expression (return true). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/precedingAxis/preceding-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/precedingAxis/preceding-5.txt |
| preceding-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding axis that is part of an "node before" expression and both operands are the same (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/precedingAxis/preceding-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/precedingAxis/preceding-6.txt |
| preceding-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding axis that is part of an "node before" expression and operands are different (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/precedingAxis/preceding-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/precedingAxis/preceding-7.txt |
| preceding-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding axis that is part of an "node-after" expression (return true). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/precedingAxis/preceding-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/precedingAxis/preceding-8.txt |
| preceding-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding axis that is part of an "node-after" expression and both operands the same (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/precedingAxis/preceding-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/precedingAxis/preceding-9.txt |
| preceding-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding axis that is part of an "node-after" expression operands are different (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/precedingAxis/preceding-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/precedingAxis/preceding-10.txt |
| preceding-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding axis that is part of an "union" operation and both operands are the same. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/precedingAxis/preceding-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/precedingAxis/preceding-11.txt |
| preceding-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding axis that is part of an "union" operation and both operands are different. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/precedingAxis/preceding-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/precedingAxis/preceding-12.txt |
| preceding-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding axis that is part of an "intersect" operation and both operands are the same. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/precedingAxis/preceding-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/precedingAxis/preceding-13.txt |
| preceding-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding axis that is part of an "except" operation and both operands are the same. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/precedingAxis/preceding-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/precedingAxis/preceding-14.txt |
| preceding-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding axis that is part of an "except" operation and operands are different. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/precedingAxis/preceding-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/precedingAxis/preceding-15.txt |
| preceding-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding axis as part of a boolean expression. Uses "and" and "fn:true()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/precedingAxis/preceding-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/precedingAxis/preceding-16.txt |
| preceding-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding axis as part of a boolean expression. Uses "and" and "fn:false()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/precedingAxis/preceding-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/precedingAxis/preceding-17.txt |
| preceding-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding axis as part of a boolean expression. Uses "or" and "fn:true()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/precedingAxis/preceding-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/precedingAxis/preceding-18.txt |
| preceding-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding axis as part of a boolean expression. Uses "or" and "fn:false()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/precedingAxis/preceding-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/precedingAxis/preceding-19.txt |
| preceding-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding axis as an argument to fn:deep-equal function. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/precedingAxis/preceding-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/precedingAxis/preceding-20.txt |
| preceding-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding axis used together with a newly constructed element. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/precedingAxis/preceding-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/precedingAxis/preceding-21.txt |
| preceding-sibling-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding-sibling axis for which the context node is not a node. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPTY0019 | ||
| preceding-sibling-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding-sibling axis for which the given node does not exists. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/preceding-siblingAxis/preceding-sibling-2.txt |
| preceding-sibling-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding-sibling axis that is part of an "is" expression (return true). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/preceding-siblingAxis/preceding-sibling-3.txt |
| preceding-sibling-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding-sibling axis that is part of an "is" expression (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/preceding-siblingAxis/preceding-sibling-4.txt |
| preceding-sibling-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding-sibling axis that is part of an "node before" expression (return true). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/preceding-siblingAxis/preceding-sibling-5.txt |
| preceding-sibling-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding-sibling axis that is part of an "node before" expression and both operands are the same (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/preceding-siblingAxis/preceding-sibling-6.txt |
| preceding-sibling-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding-sibling axis that is part of an "node before" expression and operands are different (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/preceding-siblingAxis/preceding-sibling-7.txt |
| preceding-sibling-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding-sibling axis that is part of an "node-after" expression (return true). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/preceding-siblingAxis/preceding-sibling-8.txt |
| preceding-sibling-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding-sibling axis that is part of an "node-after" expression and both operands the same (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/preceding-siblingAxis/preceding-sibling-9.txt |
| preceding-sibling-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding-sibling axis that is part of an "node-after" expression operands are different (return false). | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/preceding-siblingAxis/preceding-sibling-10.txt |
| preceding-sibling-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding-sibling axis that is part of an "union" operation and both operands are the same. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/preceding-siblingAxis/preceding-sibling-11.txt |
| preceding-sibling-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding-sibling axis that is part of an "union" operation and both operands are different. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/preceding-siblingAxis/preceding-sibling-12.txt |
| preceding-sibling-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding-sibling axis that is part of an "intersect" operation and both operands are the same. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/preceding-siblingAxis/preceding-sibling-13.txt |
| preceding-sibling-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding-sibling axis that is part of an "except" operation and both operands are the same. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/preceding-siblingAxis/preceding-sibling-14.txt |
| preceding-sibling-15 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding-sibling axis that is part of an "except" operation and operands are different. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/preceding-siblingAxis/preceding-sibling-15.txt |
| preceding-sibling-16 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding-sibling axis as part of a boolean expression. Uses "and" and "fn:true()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/preceding-siblingAxis/preceding-sibling-16.txt |
| preceding-sibling-17 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding-sibling axis as part of a boolean expression. Uses "and" and "fn:false()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/preceding-siblingAxis/preceding-sibling-17.txt |
| preceding-sibling-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding-sibling axis as part of a boolean expression. Uses "or" and "fn:true()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/preceding-siblingAxis/preceding-sibling-18.txt |
| preceding-sibling-19 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding-sibling axis as part of a boolean expression. Uses "or" and "fn:false()". | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-19.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/preceding-siblingAxis/preceding-sibling-19.txt |
| preceding-sibling-20 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding-sibling axis as an argument to fn:deep-equal function. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-20.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/preceding-siblingAxis/preceding-sibling-20.txt |
| preceding-sibling-21 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of an preceding-sibling axis used together with a newly constructed element. | ||
| Spec Citations: | ||
| #axes | ||
| Query: | ||
| Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-21.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/FullAxis/preceding-siblingAxis/preceding-sibling-21.txt |
| unabbreviatedSyntax-25 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates unabbreviated syntax. Evaluate "preceding-sibling::employee[fn:position() = 1]". Selects the previous employee sibling of the context node. | ||
| Spec Citations: | ||
| #unabbrev | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/FullAxis/preceding-siblingAxis/unabbreviatedSyntax-25.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: works-mod | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/FullAxis/preceding-siblingAxis/unabbreviatedSyntax-25.txt |
| modules-simple | Scenario: standard | Creator: Mary Holstege |
| Description: | ||
| Import simple library module. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-simple.xq | ||
| Modules: | ||
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Modules/ModuleImport/modules-simple.xml |
| modules-bad-ns | Scenario: runtime-error | Creator: Mary Holstege |
| Description: | ||
| Import library module with wrong namespace. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-bad-ns.xq | ||
| Modules: | ||
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test2 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0059 | ||
| modules-none | Scenario: runtime-error | Creator: Mary Holstege |
| Description: | ||
| Import non-existent library module. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-none.xq | ||
| Modules: | ||
| Module ID: empty-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0059 | ||
| modules-two-import | Scenario: runtime-error | Creator: Mary Holstege |
| Description: | ||
| Import two library module (wrong way). | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-two-import.xq | ||
| Modules: | ||
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Module ID: test1a-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0047 | ||
| modules-two-import-ok | Scenario: standard | Creator: Mary Holstege |
| Description: | ||
| Import two library module (right way). | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-two-import-ok.xq | ||
| Modules: | ||
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Module ID: test1a-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Modules/ModuleImport/modules-two-import-ok.xml |
| modules-collide-var-001 | Scenario: runtime-error | Creator: Mary Holstege |
| Description: | ||
| Imports with colliding variables. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-collide-var-001.xq | ||
| Modules: | ||
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Module ID: test1collide1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0049 | ||
| modules-collide-var-002 | Scenario: runtime-error | Creator: Mary Holstege |
| Description: | ||
| Imports with colliding variables. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-collide-var-002.xq | ||
| Modules: | ||
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0049 | ||
| modules-collide-fn-001 | Scenario: runtime-error | Creator: Mary Holstege |
| Description: | ||
| Colliding functions. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-collide-fn-001.xq | ||
| Modules: | ||
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Module ID: test1collide2-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0034 | ||
| modules-collide-fn-002 | Scenario: runtime-error | Creator: Mary Holstege |
| Description: | ||
| Colliding functions. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-collide-fn-002.xq | ||
| Modules: | ||
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0034 | ||
| modules-emptyns | Scenario: runtime-error | Creator: Mary Holstege |
| Description: | ||
| Colliding imports. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-emptyns.xq | ||
| Modules: | ||
| Module ID: emptyns-lib | Namespace: | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0088 | ||
| modules-circular | Scenario: runtime-error | Creator: Mary Holstege |
| Description: | ||
| Circular imports. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-circular.xq | ||
| Modules: | ||
| Module ID: test1c1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Module ID: test2c1-lib | Namespace: http://www.w3.org/TestModules/test2 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0073 | ||
| modules-1 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Namespaces from imported modules are not visible. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-1.xq | ||
| Modules: | ||
| Module ID: module-defs | Namespace: http://www.w3.org/TestModules/defs | |
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| modules-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of same namespace used in importing/imported module. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-2.xq | ||
| Modules: | ||
| Module ID: module-defs | Namespace: http://www.w3.org/TestModules/defs | |
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Modules/ModuleImport/modules-2.txt |
| modules-3 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates that module imports are not transitive. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-3.xq | ||
| Modules: | ||
| Module ID: module-defs | Namespace: http://www.w3.org/TestModules/defs | |
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0081 | ||
| modules-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of actual usage of variable from imported module. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-4.xq | ||
| Modules: | ||
| Module ID: module-defs | Namespace: http://www.w3.org/TestModules/defs | |
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Modules/ModuleImport/modules-4.txt |
| modules-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of module that uses a variable from an imported module and modifies a variable. The importing module in turn uses that modified value. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-5.xq | ||
| Modules: | ||
| Module ID: module-defs | Namespace: http://www.w3.org/TestModules/defs | |
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Modules/ModuleImport/modules-5.txt |
| modules-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of variable from imported module and usage of variable with same name in importing module, but with different namespace prefix. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-6.xq | ||
| Modules: | ||
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Modules/ModuleImport/modules-6.txt |
| modules-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of of an importing module that uses both a variable and a function from an importing module. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-7.xq | ||
| Modules: | ||
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Modules/ModuleImport/modules-7.txt |
| modules-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of usage of same function name from imported/importing module, but different namespaces. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-8.xq | ||
| Modules: | ||
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Modules/ModuleImport/modules-8.txt |
| modules-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of import module feature that applies the upper case function to a value from an imported module. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-9.xq | ||
| Modules: | ||
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Modules/ModuleImport/modules-9.txt |
| modules-10 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of import module feature that applies the lower case function to a value from an imported module. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-10.xq | ||
| Modules: | ||
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Modules/ModuleImport/modules-10.txt |
| modules-11 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of import module feature that applies the string-length function to a value from an imported module. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-11.xq | ||
| Modules: | ||
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Modules/ModuleImport/modules-11.txt |
| modules-12 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of import module feature that performs an addition operation to a value from an imported module. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-12.xq | ||
| Modules: | ||
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Modules/ModuleImport/modules-12.txt |
| modules-13 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of import module feature that performs a subtraction operation to a value from an imported module. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-13.xq | ||
| Modules: | ||
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Modules/ModuleImport/modules-13.txt |
| modules-14 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of import module feature that applies the xs:integer function to a value from an imported module. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-14.xq | ||
| Modules: | ||
| Module ID: test1-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Modules/ModuleImport/modules-14.txt |
| modules-15 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of importing a library module whose namespace URI is se to to the empty string. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-15.xq | ||
| Modules: | ||
| Module ID: test2-lib | Namespace: http://www.w3.org/TestModules/test2 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0088 | ||
| modules-16 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of importing a library module with invalid namespace("xml"). | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-16.xq | ||
| Modules: | ||
| Module ID: modulewrongprefix-lib | Namespace: http://www.w3.org/TestModules/test1 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0070 | ||
| modules-17 | Scenario: runtime-error | Creator: Carmelo Montanez |
| Description: | ||
| Evaluation of importing a library module where variable has different namespace from target namespsce. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-17.xq | ||
| Modules: | ||
| Module ID: modulesdiffns | Namespace: http://www.w3.org/TestModules/diffns | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0048 | ||
| modules-18 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Import module, which import two modules, one of which import the other module with interesting function calling. | ||
| Spec Citations: | ||
| #id-module-imports | ||
| #id-module-declaration | ||
| Query: | ||
| Queries/XQuery/Modules/ModuleImport/modules-18.xq | ||
| Modules: | ||
| Module ID: module1-lib | Namespace: http://www.w3.org/TestModules/module1 | |
| Module ID: module2-lib | Namespace: http://www.w3.org/TestModules/module2 | |
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Modules/ModuleImport/modules-18.txt |
| K-ModuleImport-1 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Module import with empty target namespace. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Optional/Modules/ModuleImport/K-ModuleImport-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0088 | ||
| K-ModuleImport-2 | Scenario: runtime-error | Creator: Frans Englich |
| Description: | ||
| Module import with empty target namespace, and two location hints. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Optional/Modules/ModuleImport/K-ModuleImport-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XQST0088 | ||
| K-ModuleImport-3 | Scenario: parse-error | Creator: Frans Englich |
| Description: | ||
| ':=' cannot be used to assing namespaces in 'import module'. | ||
| Spec Citations: | ||
| Query: | ||
| Queries/XQuery/Optional/Modules/ModuleImport/K-ModuleImport-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Error: err:XPST0003 | ||
| trivial-1 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Trivial Embedding of XQuery example from XQueryX specification. | ||
| Spec Citations: | ||
| #TrivialEmbedding | ||
| #id-trivial-xml-embedding-feature | ||
| Query: | ||
| Queries/XQuery/TrivialEmbedding/trivial-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/TrivialEmbedding/trivial-1.xml |
| trivial-2 | Scenario: trivial | Creator: Andrew Eisenberg |
| Description: | ||
| Trivial Embedding of XQuery example from XQueryX specification. | ||
| Spec Citations: | ||
| #TrivialEmbedding | ||
| #id-trivial-xml-embedding-feature | ||
| Query: | ||
| Queries/XQuery/TrivialEmbedding/trivial-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/TrivialEmbedding/trivial-2.txt |
| trivial-3 | Scenario: standard | Creator: Andrew Eisenberg |
| Description: | ||
| Trivial Embedding of XQuery example from XQueryX specification. | ||
| Spec Citations: | ||
| #TrivialEmbedding | ||
| #id-trivial-xml-embedding-feature | ||
| Query: | ||
| Queries/XQuery/TrivialEmbedding/trivial-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/TrivialEmbedding/trivial-1.xml |
| trivial-4 | Scenario: trivial | Creator: Andrew Eisenberg |
| Description: | ||
| Trivial Embedding of XQuery example from XQueryX specification. | ||
| Spec Citations: | ||
| #TrivialEmbedding | ||
| #id-trivial-xml-embedding-feature | ||
| Query: | ||
| Queries/XQuery/TrivialEmbedding/trivial-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/TrivialEmbedding/trivial-2.txt |
| appendix-A4-1 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates precedence order between "+" and "*". | ||
| Spec Citations: | ||
| #id-precedence-order | ||
| Query: | ||
| Queries/XQuery/Appendices/Appendix-A4/appendix-A4-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Appendices/Appendix-A4/appendix-A4-1.txt |
| appendix-A4-2 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates precedence order between "-" and "*". | ||
| Spec Citations: | ||
| #id-precedence-order | ||
| Query: | ||
| Queries/XQuery/Appendices/Appendix-A4/appendix-A4-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Appendices/Appendix-A4/appendix-A4-2.txt |
| appendix-A4-3 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates precedence order between "+" and "div". | ||
| Spec Citations: | ||
| #id-precedence-order | ||
| Query: | ||
| Queries/XQuery/Appendices/Appendix-A4/appendix-A4-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Appendices/Appendix-A4/appendix-A4-3.txt |
| appendix-A4-4 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates precedence order between "-" and "div". | ||
| Spec Citations: | ||
| #id-precedence-order | ||
| Query: | ||
| Queries/XQuery/Appendices/Appendix-A4/appendix-A4-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Appendices/Appendix-A4/appendix-A4-4.txt |
| appendix-A4-5 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates precedence order between "+" and "idiv". | ||
| Spec Citations: | ||
| #id-precedence-order | ||
| Query: | ||
| Queries/XQuery/Appendices/Appendix-A4/appendix-A4-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Appendices/Appendix-A4/appendix-A4-5.txt |
| appendix-A4-6 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates precedence order between "-" and "idiv". | ||
| Spec Citations: | ||
| #id-precedence-order | ||
| Query: | ||
| Queries/XQuery/Appendices/Appendix-A4/appendix-A4-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Appendices/Appendix-A4/appendix-A4-6.txt |
| appendix-A4-7 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates precedence order between "+" and "mod". | ||
| Spec Citations: | ||
| #id-precedence-order | ||
| Query: | ||
| Queries/XQuery/Appendices/Appendix-A4/appendix-A4-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Appendices/Appendix-A4/appendix-A4-7.txt |
| appendix-A4-8 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates precedence order between "-" and "mod". | ||
| Spec Citations: | ||
| #id-precedence-order | ||
| Query: | ||
| Queries/XQuery/Appendices/Appendix-A4/appendix-A4-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Appendices/Appendix-A4/appendix-A4-8.txt |
| appendix-A4-9 | Scenario: standard | Creator: Carmelo Montanez |
| Description: | ||
| Evaluates precedence order between unary "-" and unary "+". | ||
| Spec Citations: | ||
| #id-precedence-order | ||
| Query: | ||
| Queries/XQuery/Appendices/Appendix-A4/appendix-A4-9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Appendices/Appendix-A4/appendix-A4-9.txt |
| annex-1 | Scenario: standard | Creator: XML Query Working Group |
| Description: | ||
| User defined function as described on example 1 of annex "E" from the F and O specs. | ||
| Spec Citations: | ||
| #if-empty | ||
| #id-function-calls | ||
| Query: | ||
| Queries/XQuery/Appendices/Annex-E/annex-1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Appendices/Annex-E/annex-1.txt |
| annex-2 | Scenario: standard | Creator: XML Query Working Group |
| Description: | ||
| User defined function as described on example 2 of annex "E" from the F and O s.pecs. | ||
| Spec Citations: | ||
| #if-absent | ||
| #id-function-calls | ||
| Query: | ||
| Queries/XQuery/Appendices/Annex-E/annex-2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Appendices/Annex-E/annex-2.txt |
| annex-3 | Scenario: standard | Creator: XML Query Working Group |
| Description: | ||
| User defined function as described on example 3 of annex "E" from the F and O specs. | ||
| Spec Citations: | ||
| #value-union | ||
| #id-function-calls | ||
| Query: | ||
| Queries/XQuery/Appendices/Annex-E/annex-3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Appendices/Annex-E/annex-3.txt |
| annex-4 | Scenario: standard | Creator: XML Query Working Group |
| Description: | ||
| User defined function as described on example 4 of annex "E" from the F and O specs. | ||
| Spec Citations: | ||
| #value-intersect | ||
| #id-function-calls | ||
| Query: | ||
| Queries/XQuery/Appendices/Annex-E/annex-4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Appendices/Annex-E/annex-4.txt |
| annex-5 | Scenario: standard | Creator: XML Query Working Group |
| Description: | ||
| User defined function as described on example 5 of annex "E" from the F and O specs. | ||
| Spec Citations: | ||
| #value-except | ||
| #id-function-calls | ||
| Query: | ||
| Queries/XQuery/Appendices/Annex-E/annex-5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Appendices/Annex-E/annex-5.txt |
| annex-6 | Scenario: standard | Creator: XML Query Working Group |
| Description: | ||
| User defined function as described on example 6 of annex "E" from the F and O specs. | ||
| Spec Citations: | ||
| #index-of-node | ||
| #id-function-calls | ||
| Query: | ||
| Queries/XQuery/Appendices/Annex-E/annex-6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Appendices/Annex-E/annex-6.txt |
| annex-7 | Scenario: standard | Creator: XML Query Working Group |
| Description: | ||
| User defined function as described on example 7 of annex "E" from the F and O specs. | ||
| Spec Citations: | ||
| #string-pad | ||
| #id-function-calls | ||
| Query: | ||
| Queries/XQuery/Appendices/Annex-E/annex-7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/Appendices/Annex-E/annex-7.txt |
| annex-8 | Scenario: standard | Creator: XML Query Working Group |
| Description: | ||
| User defined function as described on example 8 of annex "E" from the F and O specs. | ||
| Spec Citations: | ||
| #func-distinct-nodes-stable | ||
| #id-function-calls | ||
| Query: | ||
| Queries/XQuery/Appendices/Annex-E/annex-8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: emptydoc | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/Appendices/Annex-E/annex-8.txt |
| xmp-queries-results-q1 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| List books published by Addison-Wesley after 1991, including their year and title. | ||
| Spec Citations: | ||
| #xmp-queries-results-q1 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseXMP/xmp-queries-results-q1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseXMP/xmp-queries-results-q1.txt |
| xmp-queries-results-q2 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Create a flat list of all the title-author pairs, with each pair enclosed in a "result" element. | ||
| Spec Citations: | ||
| #xmp-queries-results-q2 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseXMP/xmp-queries-results-q2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseXMP/xmp-queries-results-q2.txt |
| xmp-queries-results-q3 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| For each book in the bibliography, list the title and authors, grouped inside a "result" element. | ||
| Spec Citations: | ||
| #xmp-queries-results-q3 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseXMP/xmp-queries-results-q3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseXMP/xmp-queries-results-q3.txt |
| xmp-queries-results-q4 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| For each author in the bibliography, list the author's name and the titles of all books by that author, grouped inside a "result" element. | ||
| Spec Citations: | ||
| #xmp-queries-results-q4 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseXMP/xmp-queries-results-q4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseXMP/xmp-queries-results-q4.txt |
| xmp-queries-results-q5 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| For each book found at both bstore1.example.com and bstore2.example.com, list the title of the book and its price from each source. | ||
| Spec Citations: | ||
| #xmp-queries-results-q5 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseXMP/xmp-queries-results-q5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Role: principal-data | Source ID: reviews | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseXMP/xmp-queries-results-q5.txt |
| xmp-queries-results-q6 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| For each book that has at least one author, list the title and first two authors, and an empty "et-al" element if the book has additional authors. | ||
| Spec Citations: | ||
| #xmp-queries-results-q6 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseXMP/xmp-queries-results-q6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseXMP/xmp-queries-results-q6.txt |
| xmp-queries-results-q7 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| List the titles and years of all books published by Addison-Wesley after 1991, in alphabetic order. | ||
| Spec Citations: | ||
| #xmp-queries-results-q7 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseXMP/xmp-queries-results-q7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseXMP/xmp-queries-results-q7.txt |
| xmp-queries-results-q8 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Find books in which the name of some element ends with the string "or" and the same element contains the string "Suciu" somewhere in its content. For each such book, return the title and the qualifying element. | ||
| Spec Citations: | ||
| #xmp-queries-results-q8 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseXMP/xmp-queries-results-q8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseXMP/xmp-queries-results-q8.txt |
| xmp-queries-results-q9 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| In the document "books.xml", find all section or chapter titles that contain the word "XML", regardless of the level of nesting. | ||
| Spec Citations: | ||
| #xmp-queries-results-q9 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseXMP/xmp-queries-results-q9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: books | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseXMP/xmp-queries-results-q9.txt |
| xmp-queries-results-q10 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| In the document "prices.xml", find the minimum price for each book, in the form of a "minprice" element with the book title as its title attribute. | ||
| Spec Citations: | ||
| #xmp-queries-results-q10 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseXMP/xmp-queries-results-q10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: prices | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseXMP/xmp-queries-results-q10.txt |
| xmp-queries-results-q11 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| For each book with an author, return the book with its title and authors. For each book with an editor, return a reference with the book title and the editor's affiliation. | ||
| Spec Citations: | ||
| #xmp-queries-results-q11 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseXMP/xmp-queries-results-q11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseXMP/xmp-queries-results-q11.txt |
| xmp-queries-results-q12 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Find pairs of books that have different titles but the same set of authors (possibly in a different order). | ||
| Spec Citations: | ||
| #xmp-queries-results-q12 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseXMP/xmp-queries-results-q12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bib | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseXMP/xmp-queries-results-q12.txt |
| tree-queries-results-q1 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Prepare a (nested) table of contents for Book1, listing all the sections and their titles. Preserve the original attributes of each "section" element, if any. | ||
| Spec Citations: | ||
| #tree-queries-results-q1 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseTREE/tree-queries-results-q1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: book | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseTREE/tree-queries-results-q1.txt |
| tree-queries-results-q2 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Prepare a (flat) figure list for Book1, listing all the figures and their titles. Preserve the original attributes of each "figure" element, if any. | ||
| Spec Citations: | ||
| #tree-queries-results-q2 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseTREE/tree-queries-results-q2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: book | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseTREE/tree-queries-results-q2.txt |
| tree-queries-results-q3 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| How many sections are in Book1, and how many figures? | ||
| Spec Citations: | ||
| #tree-queries-results-q3 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseTREE/tree-queries-results-q3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: book | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/UseCase/UseCaseTREE/tree-queries-results-q3.txt |
| tree-queries-results-q4 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| How many top-level sections are in Book1? | ||
| Spec Citations: | ||
| #tree-queries-results-q4 | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/UseCase/UseCaseTREE/tree-queries-results-q4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: book | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseTREE/tree-queries-results-q4.txt |
| tree-queries-results-q5 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Make a flat list of the section elements in Book1. In place of its original attributes, each section element should have two attributes, containing the title of the section and the number of figures immediately contained in the section. | ||
| Spec Citations: | ||
| #tree-queries-results-q5 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseTREE/tree-queries-results-q5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: book | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseTREE/tree-queries-results-q5.txt |
| tree-queries-results-q6 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Make a nested list of the section elements in Book1, preserving their original attributes and hierarchy. Inside each section element, include the title of the section and an element that includes the number of figures immediately contained in the section. | ||
| Spec Citations: | ||
| #tree-queries-results-q6 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseTREE/tree-queries-results-q6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: book | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseTREE/tree-queries-results-q6.txt |
| seq-queries-results-q1 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| In the Procedure section of Report1, what Instruments were used in the second Incision? | ||
| Spec Citations: | ||
| #seq-queries-results-q1 | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/UseCase/UseCaseSEQ/seq-queries-results-q1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: report1 | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseSEQ/seq-queries-results-q1.txt |
| seq-queries-results-q2 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| In the Procedure section of Report1, what are the first two Instruments to be used? | ||
| Spec Citations: | ||
| #seq-queries-results-q2 | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/UseCase/UseCaseSEQ/seq-queries-results-q2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: report1 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/UseCase/UseCaseSEQ/seq-queries-results-q2.txt |
| seq-queries-results-q3 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| In Report1, what Instruments were used in the first two Actions after the second Incision? | ||
| Spec Citations: | ||
| #seq-queries-results-q3 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseSEQ/seq-queries-results-q3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: report1 | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/UseCase/UseCaseSEQ/seq-queries-results-q3.txt |
| seq-queries-results-q4 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| In Report1, find "Procedure" sections where no Anesthesia element occurs before the first Incision. | ||
| Spec Citations: | ||
| #seq-queries-results-q4 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseSEQ/seq-queries-results-q4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: report1 | |
| Outputs: | ||
| Role: principal | Comparator: Text | Results/UseCase/UseCaseSEQ/seq-queries-results-q4.txt |
| seq-queries-results-q5 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| In Report1, what happened between the first Incision and the second Incision? | ||
| Spec Citations: | ||
| #seq-queries-results-q5 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseSEQ/seq-queries-results-q5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: report1 | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseSEQ/seq-queries-results-q5.txt |
| rdb-queries-results-q1 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| List the item number and description of all bicycles that currently have an auction in progress, ordered by item number. | ||
| Spec Citations: | ||
| #rdb-queries-results-q1 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseR/rdb-queries-results-q1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: items | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseR/rdb-queries-results-q1.txt |
| rdb-queries-results-q2 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| For all bicycles, list the item number, description, and highest bid (if any), ordered by item number. | ||
| Spec Citations: | ||
| #rdb-queries-results-q2 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseR/rdb-queries-results-q2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: items | |
| Role: principal-data | Source ID: bids | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseR/rdb-queries-results-q2.txt |
| rdb-queries-results-q3 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Find cases where a user with a rating worse (alphabetically, greater) than "C" is offering an item with a reserve price of more than 1000. | ||
| Spec Citations: | ||
| #rdb-queries-results-q3 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseR/rdb-queries-results-q3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: items | |
| Role: principal-data | Source ID: users | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseR/rdb-queries-results-q3.txt |
| rdb-queries-results-q4 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| List item numbers and descriptions of items that have no bids. | ||
| Spec Citations: | ||
| #rdb-queries-results-q4 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseR/rdb-queries-results-q4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: items | |
| Role: principal-data | Source ID: bids | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseR/rdb-queries-results-q4.txt |
| rdb-queries-results-q5 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| For bicycle(s) offered by Tom Jones that have received a bid, list the item number, description, highest bid, and name of the highest bidder, ordered by item number. | ||
| Spec Citations: | ||
| #rdb-queries-results-q5 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseR/rdb-queries-results-q5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: users | |
| Role: principal-data | Source ID: items | |
| Role: principal-data | Source ID: bids | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseR/rdb-queries-results-q5.txt |
| rdb-queries-results-q6 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| For each item whose highest bid is more than twice its reserve price, list the item number, description, reserve price, and highest bid. | ||
| Spec Citations: | ||
| #rdb-queries-results-q6 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseR/rdb-queries-results-q6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: items | |
| Role: principal-data | Source ID: bids | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseR/rdb-queries-results-q6.txt |
| rdb-queries-results-q7 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Find the highest bid ever made for a bicycle or tricycle. | ||
| Spec Citations: | ||
| #rdb-queries-results-q7 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseR/rdb-queries-results-q7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: items | |
| Role: principal-data | Source ID: bids | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseR/rdb-queries-results-q7.txt |
| rdb-queries-results-q8 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| How many items were actioned (auction ended) in March 1999? | ||
| Spec Citations: | ||
| #rdb-queries-results-q8 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseR/rdb-queries-results-q8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: items | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseR/rdb-queries-results-q8.txt |
| rdb-queries-results-q9 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| List the number of items auctioned each month in 1999 for which data is available, ordered by month. | ||
| Spec Citations: | ||
| #rdb-queries-results-q9 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseR/rdb-queries-results-q9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: items | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseR/rdb-queries-results-q9.txt |
| rdb-queries-results-q10 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| For each item that has received a bid, list the item number, the highest bid, and the name of the highest bidder, ordered by item number. | ||
| Spec Citations: | ||
| #rdb-queries-results-q10 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseR/rdb-queries-results-q10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: users | |
| Role: principal-data | Source ID: bids | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseR/rdb-queries-results-q10.txt |
| rdb-queries-results-q11 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| List the item number and description of the item(s) that received the highest bid ever recorded, and the amount of that bid. | ||
| Spec Citations: | ||
| #rdb-queries-results-q11 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseR/rdb-queries-results-q11.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: items | |
| Role: principal-data | Source ID: bids | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseR/rdb-queries-results-q11.txt |
| rdb-queries-results-q12 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| List the item number and description of the item(s) that received the largest number of bids, and the number of bids it (or they) received. | ||
| Spec Citations: | ||
| #rdb-queries-results-q12 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseR/rdb-queries-results-q12.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: items | |
| Role: principal-data | Source ID: bids | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseR/rdb-queries-results-q12.txt |
| rdb-queries-results-q13 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| For each user who has placed a bid, give the userid, name, number of bids, and average bid, in order by userid. | ||
| Spec Citations: | ||
| #rdb-queries-results-q13 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseR/rdb-queries-results-q13.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: users | |
| Role: principal-data | Source ID: bids | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseR/rdb-queries-results-q13.txt |
| rdb-queries-results-q14 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| List item numbers and average bids for items that have received three or more bids, in descending order by average bid. | ||
| Spec Citations: | ||
| #rdb-queries-results-q14 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseR/rdb-queries-results-q14.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bids | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseR/rdb-queries-results-q14.txt |
| rdb-queries-results-q15 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| List names of users who have placed multiple bids of at least $100 each. | ||
| Spec Citations: | ||
| #rdb-queries-results-q15 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseR/rdb-queries-results-q15.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bids | |
| Role: principal-data | Source ID: users | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseR/rdb-queries-results-q15.txt |
| rdb-queries-results-q16 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| List all registered users in order by userid; for each user, include the userid, name, and an indication of whether the user is active (has at least one bid on record) or inactive (has no bid on record). | ||
| Spec Citations: | ||
| #rdb-queries-results-q16 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseR/rdb-queries-results-q16.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bids | |
| Role: principal-data | Source ID: users | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseR/rdb-queries-results-q16.txt |
| rdb-queries-results-q17 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| List the names of users, if any, who have bid on every item. | ||
| Spec Citations: | ||
| #rdb-queries-results-q17 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseR/rdb-queries-results-q17.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bids | |
| Role: principal-data | Source ID: users | |
| Role: principal-data | Source ID: items | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseR/rdb-queries-results-q17.txt |
| rdb-queries-results-q18 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| List all users in alphabetic order by name. For each user, include descriptions of all the items (if any) that were bid on by that user, in alphabetic order. | ||
| Spec Citations: | ||
| #rdb-queries-results-q18 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseR/rdb-queries-results-q18.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: bids | |
| Role: principal-data | Source ID: users | |
| Role: principal-data | Source ID: items | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseR/rdb-queries-results-q18.txt |
| sgml-queries-results-q1 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Locate all paragraphs in the report (all "para" elements occurring anywhere within the "report" element). | ||
| Spec Citations: | ||
| #sgml-queries-results-q1 | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/UseCase/UseCaseSGML/sgml-queries-results-q1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: sgml | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseSGML/sgml-queries-results-q1.txt |
| sgml-queries-results-q2 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Locate all paragraph elements in an introduction (all "para" elements directly contained within an "intro" element). | ||
| Spec Citations: | ||
| #sgml-queries-results-q2 | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/UseCase/UseCaseSGML/sgml-queries-results-q2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: sgml | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseSGML/sgml-queries-results-q2.txt |
| sgml-queries-results-q3 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Locate all paragraphs in the introduction of a section that is in a chapter that has no introduction (all "para" elements directly contained within an "intro" element directly contained in a "section" element directly contained in a "chapter" element. The "chapter" element must not directly contain an "intro" element). | ||
| Spec Citations: | ||
| #sgml-queries-results-q3 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseSGML/sgml-queries-results-q3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: sgml | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseSGML/sgml-queries-results-q3.txt |
| sgml-queries-results-q4 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Locate the second paragraph in the third section in the second chapter (the second "para" element occurring in the third "section" element occurring in the second "chapter" element occurring in the "report"). | ||
| Spec Citations: | ||
| #sgml-queries-results-q4 | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/UseCase/UseCaseSGML/sgml-queries-results-q4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: sgml | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseSGML/sgml-queries-results-q4.txt |
| sgml-queries-results-q5 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Locate all classified paragraphs (all "para" elements whose "security" attribute has the value "c"). | ||
| Spec Citations: | ||
| #sgml-queries-results-q5 | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/UseCase/UseCaseSGML/sgml-queries-results-q5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: sgml | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseSGML/sgml-queries-results-q5.txt |
| sgml-queries-results-q6 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| List the short titles of all sections (the values of the "shorttitle" attributes of all "section" elements, expressing each short title as the value of a new element.). | ||
| Spec Citations: | ||
| #sgml-queries-results-q6 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseSGML/sgml-queries-results-q6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: sgml | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseSGML/sgml-queries-results-q6.txt |
| sgml-queries-results-q7 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Locate the initial letter of the initial paragraph of all introductions (the first character in the content [character content as well as element content] of the first "para" element contained in an "intro" element). | ||
| Spec Citations: | ||
| #sgml-queries-results-q7 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseSGML/sgml-queries-results-q7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: sgml | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseSGML/sgml-queries-results-q7.txt |
| sgml-queries-results-q8a | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Locate all sections with a title that has "is SGML" in it. The string may occur anywhere in the descendants of the title element, and markup boundaries are ignored. | ||
| Spec Citations: | ||
| #sgml-queries-results-q8a | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/UseCase/UseCaseSGML/sgml-queries-results-q8a.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: sgml | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseSGML/sgml-queries-results-q8a.txt |
| sgml-queries-results-q8b | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Same as (Q8a), but the string "is SGML" cannot be interrupted by sub-elements, and must appear in a single text node. | ||
| Spec Citations: | ||
| #sgml-queries-results-q8b | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/UseCase/UseCaseSGML/sgml-queries-results-q8b.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: sgml | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseSGML/sgml-queries-results-q8b.txt |
| sgml-queries-results-q9 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Locate all the topics referenced by a cross-reference anywhere in the report (all the "topic" elements whose "topicid" attribute value is the same as an "xrefid" attribute value of any "xref" element). | ||
| Spec Citations: | ||
| #sgml-queries-results-q9 | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/UseCase/UseCaseSGML/sgml-queries-results-q9.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: sgml | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseSGML/sgml-queries-results-q9.txt |
| sgml-queries-results-q10 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Locate the closest title preceding the cross-reference ("xref") element whose "xrefid" attribute is "top4" (the "title" element that would be touched last before this "xref" element when touching each element in document order). | ||
| Spec Citations: | ||
| #sgml-queries-results-q10 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseSGML/sgml-queries-results-q10.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: sgml | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseSGML/sgml-queries-results-q10.txt |
| string-queries-results-q1 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Find the titles of all news items where the string "Foobar Corporation" appears in the title. | ||
| Spec Citations: | ||
| #text-queries-results-q1 | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/UseCase/UseCaseSTRING/string-queries-results-q1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: string | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/UseCase/UseCaseSTRING/string-queries-results-q1.txt |
| string-queries-results-q2 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Find news items where the Foobar Corporation and one or more of its partners are mentioned in the same paragraph and/or title. List each news item by its title and date. | ||
| Spec Citations: | ||
| #text-queries-results-q2 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseSTRING/string-queries-results-q2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: string | |
| Role: principal-data | Source ID: company-data | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/UseCase/UseCaseSTRING/string-queries-results-q2.txt |
| string-queries-results-q4 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Find news items where a company and one of its partners is mentioned in the same news item and the news item is not authored by the company itself. | ||
| Spec Citations: | ||
| #text-queries-results-q4 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseSTRING/string-queries-results-q4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: string | |
| Role: principal-data | Source ID: company-data | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/UseCase/UseCaseSTRING/string-queries-results-q4.txt |
| string-queries-results-q5 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| For each news item that is relevant to the Gorilla Corporation, create an "item summary" element. The content of the item summary is the content of the title, date, and first paragraph of the news item, separated by periods. A news item is relevant if the name of the company is mentioned anywhere within the content of the news item. | ||
| Spec Citations: | ||
| #text-queries-results-q5 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseSTRING/string-queries-results-q5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: string | |
| Outputs: | ||
| Role: principal | Comparator: Fragment | Results/UseCase/UseCaseSTRING/string-queries-results-q5.txt |
| ns-queries-results-q1 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| List all unique namespaces used in the sample data. | ||
| Spec Citations: | ||
| #ns-queries-results-q1 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseNS/ns-queries-results-q1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: auction | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseNS/ns-queries-results-q1.txt |
| ns-queries-results-q2 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Select the title of each record that is for sale. | ||
| Spec Citations: | ||
| #ns-queries-results-q2 | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/UseCase/UseCaseNS/ns-queries-results-q2.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: auction | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseNS/ns-queries-results-q2.txt |
| ns-queries-results-q3 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Select all elements that have an attribute whose name is in the XML Schema namespace. | ||
| Spec Citations: | ||
| #ns-queries-results-q3 | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/UseCase/UseCaseNS/ns-queries-results-q3.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: auction | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseNS/ns-queries-results-q3.txt |
| ns-queries-results-q4 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| List the target URI's of all XLinks in the document. | ||
| Spec Citations: | ||
| #ns-queries-results-q4 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseNS/ns-queries-results-q4.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: auction | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseNS/ns-queries-results-q4.txt |
| ns-queries-results-q5 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Select all records that have a remark in German. | ||
| Spec Citations: | ||
| #ns-queries-results-q5 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseNS/ns-queries-results-q5.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: auction | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseNS/ns-queries-results-q5.txt |
| ns-queries-results-q6 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Select the closing time elements of all AnyZone auctions currently monitored. | ||
| Spec Citations: | ||
| #ns-queries-results-q6 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseNS/ns-queries-results-q6.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: auction | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseNS/ns-queries-results-q6.txt |
| ns-queries-results-q7 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Select the homepage of all auctions where both seller and high bidder are registered at the same auctioneer. | ||
| Spec Citations: | ||
| #ns-queries-results-q7 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseNS/ns-queries-results-q7.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: auction | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseNS/ns-queries-results-q7.txt |
| ns-queries-results-q8 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Select all traders (either seller or high bidder) without negative comments. | ||
| Spec Citations: | ||
| #ns-queries-results-q8 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCaseNS/ns-queries-results-q8.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: auction | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCaseNS/ns-queries-results-q8.txt |
| parts-queries-results-q1 | Scenario: standard | Creator: XML Query Group |
| Description: | ||
| Convert the sample document from "partlist" format to "parttree" format (see DTD section for definitions). In the result document, part containment is represented by containment of one "part" element inside another. Each part that is not part of any other part should appear as a separate top-level element in the output document. | ||
| Spec Citations: | ||
| #parts-queries-results-q1 | ||
| Query: | ||
| Queries/XQuery/UseCase/UseCasePARTS/parts-queries-results-q1.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: partlist | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/UseCase/UseCasePARTS/parts-queries-results-q1.txt |
| Error: err:XPTY0004 | ||
| Catalog001 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Check variable name is used, if source is not "emptydoc". | ||
| Spec Citations: | ||
| #title | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Catalog/Catalog001.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: XQTSCatalog | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Catalog/Catalog001.xml |
| Catalog002 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Test all standard test cases have at least one output file. | ||
| Spec Citations: | ||
| #title | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Catalog/Catalog002.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: XQTSCatalog | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Catalog/Catalog002.xml |
| Catalog003 | Scenario: standard | Creator: Andreas Behm |
| Description: | ||
| Test all error test cases have at least one expected error. | ||
| Spec Citations: | ||
| #title | ||
| Query: | (XPath 2.0) | |
| Queries/XQuery/Catalog/Catalog003.xq | ||
| Inputs: | ||
| Role: principal-data | Source ID: XQTSCatalog | |
| Outputs: | ||
| Role: principal | Comparator: XML | Results/Catalog/Catalog003.xml |
[XQuery]
expressionUnicodeThe version of Unicode that is used to construct expressions. [XQuery]
collationsThe statically-known collations. [XQuery]
implicitTimezoneThe implicit timezone. [XQuery]
warningsMethodThe circumstances in which warnings are raised, and the ways in which warnings are handled. [XQuery]
errorsMethodThe method by which errors are reported to the external processing environment. [XQuery]
XMLVersionWhether the implementation is based on the rules of [XML 1.0] and [XML Names] or the rules of [XML 1.1] and [XML Names 1.1]. One of these sets of rules must be applied consistently by all aspects of the implementation. [XQuery]
overwrittenContextComponentsAny components of the static context or dynamic context that are overwritten or augmented by the implementation. [XQuery]
axesWhich of the optional axes are supported by the implementation, if the Full-Axis Feature is not supported. [XQuery]
defaultOrderEmptyThe default handling of empty sequences returned by an ordering key (sortspec) in an order by clause (empty least or empty greatest). [XQuery]
pragmasThe names and semantics of any extension expressions (pragmas) recognized by the implementation. [XQuery]
optionDeclarationsThe names and semantics of any option declarations recognized by the implementation. [XQuery]
externalFunctionProtocolsProtocols (if any) by which parameters can be passed to an external function, and the result of the function can returned to the invoking query. [XQuery]
moduleLocationHintsThe process by which the specific modules to be imported by a module import are identified, if the Module Feature is supported (includes processing of location hints, if any.) [XQuery]
staticTypingExtensionsAny static typing extensions supported by the implementation, if the Static Typing Feature is supported. [XQuery]
serializationInvocationThe means by which serialization is invoked, if the Serialization Feature is supported. [XQuery]
serializationDefaultsThe default values for the byte-order-mark, encoding, media-type, normalization-form, omit-xml-declaration, standalone, and version parameters, if the Serialization Feature is supported. [XQuery]
externalFunctionCallThe result of an unsuccessful call to an external function (for example, if the function implementation cannot be found or does not return a value of the declared type). [XQuery]
limitsLimits on ranges of values for various data types, as enumerated in 5.3 Data Model Conformance. [FuncOps]
traceDestinationThe destination of the trace output is implementation-defined. See 4 The Trace Function. [FuncOps]
integerOperationsFor xs:integer operations, implementations that support limited-precision integer operations must either raise an error [err:FOAR0002] or provide an implementation-defined mechanism that allows users to choose between raising an error and returning a result that is modulo the largest representable integer value. See 6.2 Operators on Numeric Values. [FuncOps]
decimalDigitsFor xs:decimal values the number of digits of precision returned by the numeric operators is implementation-defined. See 6.2 Operators on Numeric Values. See also 17.1.3.3 Casting to xs:decimal and 17.1.3.4 Casting to xs:integer. [FuncOps]
roundOrTruncateIf the number of digits in the result exceeds the number of digits that the implementation supports, the result is truncated or rounded in an implementation-defined manner. See 6.2 Operators on Numeric Values. See also 17.1.3.3 Casting to xs:decimal and 17.1.3.4 Casting to xs:integer. [FuncOps]
UnicodeIt is implementation-defined which version of Unicode is supported by the features defined in this specification, but it is recommended that the most recent version of Unicode be used. See 7.1 String Types. [FuncOps]
normalizationFormsFor 7.4.6 fn:normalize-unicode, conforming implementations must support normalization form "NFC" and may support normalization forms "NFD", "NFKC", "NFKD", "FULLY-NORMALIZED". They may also support other normalization forms with implementation-defined semantics. [FuncOps]
collationUnitsThe ability to decompose strings into collation units suitable for substring matching is an implementation-defined property of a collation. See 7.5 Functions Based on Substring Matching. [FuncOps]
secondsDigitsAll minimally conforming processors must support year values with a minimum of 4 digits (i.e., YYYY) and a minimum fractional second precision of 1 millisecond or three digits (i.e., s.sss). However, conforming processors may set larger implementation-defined limits on the maximum number of digits they support in these two situations. See 10.1.1 Limits and Precision. [FuncOps]
stringToDecimalThe result of casting a string to xs:decimal, when the resulting value is not too large or too small but nevertheless has too many decimal digits to be accurately represented, is implementation-defined. See 17.1.1 Casting from xs:string and xs:untypedAtomic. [FuncOps]
docProcessingVarious aspects of the processing provided by 15.5.4 fn:doc are implementation-defined. Implementations may provide external configuration options that allow any aspect of the processing to be controlled by the user. [FuncOps]
weakenStableThe manner in which implementations provide options to weaken the stable characteristic of 15.5.6 fn:collection and 15.5.4 fn:doc are implementation-defined. [DataModel]
additionalTypesSupport for additional user-defined or implementation-defined types is implementation-defined. (See 2.6.1 Representation of Types) [DataModel]
undefinedPropertiesSome typed values in the data model are undefined. Attempting to access an undefined property is always an error. Behavior in these cases is implementation-defined and the host language is responsible for determining the result. (See 5 Accessors) [Serialization]
sequenceNormalizationFor any implementation-defined output method, it is implementation-defined whether sequence normalization process takes place. (See 2 Sequence Normalization) [Serialization]
outputMethodsIf the namespace URI is non-null for the method serialization parameter, then the parameter specifies an implementation-defined output method. (See 3 Serialization Parameters) [Serialization]
normalizationFormBehaviorIf the value of the normalization-form form parameter is not NFC, NFD, NFKC, NFKD, fully-normalized, or none then the meaning of the value and it's effect is implementation-defined. (See 4 Phases of Serialization) [Serialization]
additionalParamsThe effect of additional serialization parameters on the output of the serializer, where the name of such a parameter must be namespace-qualified, is implementation-defined or implementation-dependent. The extent of this effect on the output must not override the provisions of this specification. (See 3 Serialization Parameters) [Serialization]
encodingPhaseThe effect of providing an option that allows the encoding phase to be skipped, so that the result of serialization is a stream of Unicode characters, is implementation-defined. The serializer is not required to support such an option. (See 4 Phases of Serialization) [Serialization]
CDATASerializationAn serializer may provide an implementation-defined mechanism to place CDATA sections in the result tree. (See 5.1.4 XML Output Method: the cdata-section-elements Parameter)
Statically known namespaces Default element/type namespace Default function namespace In-scope schema types In-scope element declarations In-scope attribute declarations In-scope variables Context item static type Function signatures Statically known collations Default collation Construction mode Ordering mode Default order for empty sequences Boundary-space policy Copy-namespaces mode Base URI Statically known documents Statically known collections Statically known default collection type
Context item Context position Context size Variable values Function implementations Current dateTime Implicit timezone Available documents Available collections Default collection
| Minimal Conformance | |
| Schema Import | |
| Schema Validation | |
| Static Typing | |
| Static Typing Extensions | |
| Full Axis | |
| Module | |
| Serialization | |
| Trivial XML Embedding |