<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="XQTSCatalog.xsl" ?><test-suite xmlns="http://www.w3.org/2005/02/query-test-XQTSCatalog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" CatalogDesignDate="2003-04-03" version="1.0.3" SourceOffsetPath="./" ResultOffsetPath="ExpectedTestResults/" XQueryQueryOffsetPath="Queries/XQuery/" XQueryXQueryOffsetPath="Queries/XQueryX/" XQueryFileExtension=".xq" XQueryXFileExtension=".xqx" xsi:schemaLocation="http://www.w3.org/2005/02/query-test-XQTSCatalog XQTSCatalog.xsd">
<test-suite-info>
<title>XQuery Test Suite 1.0.3 (under development)</title>
<description> 
         Test Suite for XQuery 1.0. 
         See http://www.w3.org/XML/Query/test-suite/. 
    </description>
</test-suite-info>
<citations>
<citation-spec name="XQuery">
<description last-mod="2007-01-23">XQuery 1.0: An XML Query Language</description>
<spec-URI>http://www.w3.org/TR/xquery/</spec-URI>
</citation-spec>
<citation-spec name="FuncOps">
<description last-mod="2007-01-23">XQuery 1.0 and XPath 2.0 Functions and Operators</description>
<spec-URI>http://www.w3.org/TR/xpath-functions/</spec-URI>
</citation-spec>
<citation-spec name="DataModel">
<description last-mod="2007-01-23">XQuery 1.0 and XPath 2.0 Data Model</description>
<spec-URI>http://www.w3.org/TR/xpath-datamodel/</spec-URI>
</citation-spec>
<citation-spec name="FormalSemantics">
<description last-mod="2007-01-23">XQuery 1.0 and XPath 2.0 Formal Semantics</description>
<spec-URI>http://www.w3.org/TR/xquery-semantics/</spec-URI>
</citation-spec>
<citation-spec name="SchemaPart2">
<description last-mod="2003-03-25">XML Schema Part 2: Datatypes</description>
<spec-URI>http://www.w3.org/TR/xmlschema-2/</spec-URI>
</citation-spec>
<citation-spec name="Schema-Errata">
<description last-mod="2003-03-25">XML Schema Errata</description>
<note>Current practice is to have one Errata document for all parts of Schema.</note>
<spec-URI>http://www.w3.org/2001/05/xmlschema-errata</spec-URI>
</citation-spec>
<citation-spec name="UseCases">
<description last-mod="2006-07-12">XML Query Use Cases</description>
<spec-URI>http://www.w3c.org/TR/xquery-use-cases/</spec-URI>
</citation-spec>
<citation-spec name="XQueryX">
<description last-mod="2007-01-23">XML Syntax for XQuery 1.0 (XQueryX)</description>
<spec-URI>http://www.w3.org/TR/xqueryx/</spec-URI>
</citation-spec>
<citation-spec name="Serialization">
<description last-mod="2007-01-23">XSLT 2.0 and XQuery 1.0 Serialization</description>
<spec-URI>http://www.w3.org/TR/xslt-xquery-serialization/</spec-URI>
</citation-spec>
</citations>
<comparisons>
<comparison name="XML">
<description last-mod="2003-03-25">The XML InfoSets should be canonicalized and compared.</description>
</comparison>
<comparison name="Fragment">
<description last-mod="2004-10-20">
            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.
         </description>
</comparison>
<comparison name="Text">
<description last-mod="2003-03-25">
            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. '&lt;'),
            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.
         </description>
</comparison>
<comparison name="Ignore">
<description last-mod="2003-03-25">
            Only the presence/absence of this file is significant,
            not its content.
         </description>
</comparison>
<comparison name="Inspect">
<description last-mod="2003-03-25">
            Automated comparison is not possible. the output should be
            inspected by a human.
         </description>
</comparison>
</comparisons>
<roles>
<role name="principal-data">
<description last-mod="2003-03-25">
            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.
         </description>
</role>
<role name="supplemental-data">
<description last-mod="2003-03-25">
            These are sources that may be read by functions such as
            fn:document() as the query is evaluated.
         </description>
</role>
<role name="schema">
<description last-mod="2003-03-25">
            These are schema definitions that may be referenced by sources
            or in the query.
         </description>
</role>
<role name="dtd">
<description last-mod="2003-03-25">
            These are dtd definitions that may be referenced by sources
            or in the query.
         </description>
</role>
<role name="principal">
<description last-mod="2003-03-25">
            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.
         </description>
</role>
<role name="console-log">
<description last-mod="2003-03-25">
            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.
         </description>
<note>
            A test lab may choose to capture console output for every test case, in which case the presence
            of this element is a signal that the console log of this test contains messages that are significant to
            the pass/fail determination.
         </note>
</role>
</roles>
<scenarios>
<scenario name="standard">
<description last-mod="2005-06-10">
            A query this is expected to produce valid results. Principal input should always be specified, even if the query doesn't have any PathExpr.
         </description>
</scenario>
<scenario name="parse-error">
<description last-mod="2005-06-10">
            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.
         </description>
</scenario>
<scenario name="runtime-error">
<description last-mod="2005-06-10">
            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.
         </description>
</scenario>
<scenario name="trivial">
<description last-mod="2006-03-29">
            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 &lt;xqx:xquery&gt; element (Trivial Embedding of XQuery).
            This embedded query is then executed to produce the final result.
         </description>
</scenario>
</scenarios>
<sources>
<source ID="XQTSCatalog" FileName="XQTSCatalog.xml" Creator="XQuery Test Task Force" schema="XQTSCatalogxsd">
<description last-mod="2005-04-14">XQuery Test Suite Catalog</description>
</source>
<source ID="bib2" FileName="TestSources/bib2.xml" Creator="spec-authors">
<description last-mod="2003-03-25">Bibliography example with extra comments and PIs.</description>
</source>
<source ID="emptydoc" FileName="TestSources/emptydoc.xml" Creator="David Marston">
<description last-mod="2003-03-25">Contains just a "doc" element, no comments/text/PIs.</description>
</source>
<source ID="fsx" FileName="TestSources/fsx.xml" Creator="Mike Rorke">
<description last-mod="2003-03-25">Data about a filesystem represented in XML.</description>
</source>
<source ID="fsx_NS" FileName="TestSources/fsx_NS.xml" Creator="Mike Rorke">
<description last-mod="2003-03-25">Data about a filesystem represented in XML with namespace-qualified names.</description>
</source>
<source ID="MixNS" FileName="TestSources/MixNS.xml" Creator="David Marston">
<description last-mod="2003-03-25">Small tree with element names in mixed namespaces.</description>
<note>Use @index to identify elements precisely.</note>
</source>
<source ID="nw_Customers" FileName="TestSources/nw_Customers.xml" Creator="Kuen Siew">
<description last-mod="2003-03-25">Customer name/address file with some non-ASCII characters.</description>
</source>
<source ID="TopMany" FileName="TestSources/TopMany.xml" Creator="David Marston">
<description last-mod="2003-03-25">Like TreeCompass, but with comments and PIs off the root. PI targets vary.</description>
<note>All text nodes must have non-whitespace characters.</note>
</source>
<source ID="Tree1Child" FileName="TestSources/Tree1Child.xml" Creator="David Marston">
<description last-mod="2003-03-25">A "compass" tree that has just one child, of an abnormal name, off the center node.</description>
<note>One attribute each on west and center.</note>
</source>
<source ID="Tree1Text" FileName="TestSources/Tree1Text.xml" Creator="David Marston">
<description last-mod="2003-03-25">A "compass" tree that has just a text node and no child element off the center node.</description>
</source>
<source ID="TreeCompass" FileName="TestSources/TreeCompass.xml" Creator="David Marston">
<description last-mod="2003-03-25">A tree intended to allow many kinds of path expressions.</description>
<note>Need multiple attributes on center, west, and south, plus @mark scattered around.</note>
<note>Mix of text and element children in many places, but east should have only a text node.</note>
<note>All text nodes must have non-whitespace characters.</note>
<note>Top element is far-north.</note>
</source>
<source ID="TreeEmpty" FileName="TestSources/TreeEmpty.xml" Creator="David Marston">
<description last-mod="2003-03-25">A "compass" tree that has just one "south" element at the top, bearing one "mark" attribute.</description>
</source>
<source ID="TreeRepeat" FileName="TestSources/TreeRepeat.xml" Creator="David Marston">
<description last-mod="2003-03-25">A "compass" tree that has center elements off the real center node.</description>
<note>Use @mark to distinguish center elements.</note>
<note>"Real" center must have multiple element children, some with duplicate names (south-east).</note>
<note>Repeating attribute names used, including same name on elements of the same name.</note>
<note>Comments and text nodes are strewn about. All text nodes must have non-whitespace characters.</note>
</source>
<source ID="TreeStack" FileName="TestSources/TreeStack.xml" Creator="David Marston">
<description last-mod="2003-03-25">A "compass" tree that has several "south" elements, some stacked within each other.</description>
<note>Use "mark" attributes at several levels and on all south elements.</note>
</source>
<source ID="TreeTrunc" FileName="TestSources/TreeTrunc.xml" Creator="David Marston">
<description last-mod="2003-03-25">A "compass" tree that has no content at all in center or west, no attributes anywhere.</description>
</source>
<source ID="xq311A" FileName="TestSources/xq311A.xml" Creator="David Marston">
<description last-mod="2003-03-25">Data that fits first example in XQuery 3.11.</description>
</source>
<source ID="xq311B" FileName="TestSources/xq311B.xml" Creator="David Marston">
<description last-mod="2003-03-25">Data that fits later examples in XQuery 3.11.</description>
</source>
<source ID="DupNode" FileName="TestSources/DupNode.xml" Creator="Andreas Behm">
<description last-mod="2005-04-26">Simple document with all node kinds</description>
</source>
<source ID="inscope" FileName="TestSources/inscope.xml" Creator="Andreas Behm">
<description last-mod="2005-08-26">Simple document with namespaces</description>
</source>
<source ID="nsmode" FileName="TestSources/nsmode.xml" Creator="Andreas Behm">
<description last-mod="2005-04-26">Source document for namespace copy modes</description>
</source>
<source ID="works" FileName="TestSources/works.xml" Creator="Carmelo Montanez">
<description last-mod="2005-03-04">Data for various NIST tests</description>
</source>
<source ID="examples" FileName="TestSources/examples.xml" Creator="Carmelo Montanez" schema="examplesxsd">
<description last-mod="2006-05-19">Data for fn-data-1 test.</description>
</source>
<source ID="works-mod" FileName="TestSources/works-mod.xml" Creator="Carmelo Montanez">
<description last-mod="2005-03-04">Data for various NIST tests (abbreviated, unabbreviated syntax)</description>
</source>
<source ID="lang" FileName="TestSources/lang.xml" Creator="Carmelo Montanez">
<description last-mod="2005-10-19">Data for fn:lang tests.</description>
</source>
<source ID="staff" FileName="TestSources/staff.xml" Creator="Carmelo Montanez">
<description last-mod="2005-03-04">Data for various NIST tests</description>
</source>
<source ID="acme_corp" FileName="TestSources/acme_corp.xml" Creator="Ravindranath Chennoju">
<description last-mod="2005-08-30">Source document for Function Declaration tests</description>
</source>
<source ID="bib" FileName="TestSources/bib.xml" Creator="XML Query WG">
<description last-mod="2005-02-11">Data for the the XML Query XMP use cases</description>
</source>
<source ID="reviews" FileName="TestSources/reviews.xml" Creator="XML Query WG">
<description last-mod="2005-02-11">Data for the the XML Query XMP use cases</description>
</source>
<source ID="books" FileName="TestSources/books.xml" Creator="XML Query WG">
<description last-mod="2005-02-11">Data for the the XML Query XMP use cases</description>
</source>
<source ID="prices" FileName="TestSources/prices.xml" Creator="XML Query WG">
<description last-mod="2005-02-11">Data for the the XML Query XMP use cases</description>
</source>
<source ID="book" FileName="TestSources/book.xml" Creator="XML Query WG">
<description last-mod="2005-02-11">Data for the the XML Query TREE use cases</description>
</source>
<source ID="report1" FileName="TestSources/report1.xml" Creator="XML Query WG">
<description last-mod="2005-02-11">Data for the the XML Query SEQ use cases</description>
</source>
<source ID="items" FileName="TestSources/items.xml" Creator="XML Query WG">
<description last-mod="2005-02-11">Data for the the XML Query RDB use cases</description>
</source>
<source ID="bids" FileName="TestSources/bids.xml" Creator="XML Query WG">
<description last-mod="2005-02-11">Data for the the XML Query RDB use cases</description>
</source>
<source ID="users" FileName="TestSources/users.xml" Creator="XML Query WG">
<description last-mod="2005-02-11">Data for the the XML Query RDB use cases</description>
</source>
<source ID="string" FileName="TestSources/string.xml" Creator="XML Query WG">
<description last-mod="2005-02-11">Data for the the XML Query STRING use cases</description>
</source>
<source ID="company-data" FileName="TestSources/company-data.xml" Creator="XML Query WG">
<description last-mod="2005-02-11">Data for the the XML Query STRING use cases</description>
</source>
<source ID="auction" FileName="TestSources/auction.xml" Creator="XML Query WG">
<description last-mod="2005-02-11">Data for the the XML Query NS use cases</description>
</source>
<source ID="partlist" FileName="TestSources/partlist.xml" Creator="XML Query WG">
<description last-mod="2005-02-11">Data for the the XML Query PARTS use cases</description>
</source>
<source ID="sgml" FileName="TestSources/sgml.xml" Creator="XML Query WG">
<description last-mod="2005-02-11">Data for the the XML Query SGML use cases</description>
</source>
<source ID="atomic" FileName="TestSources/atomic.xml" Creator="Carmelo Montanez" schema="atomicxsd">
<description last-mod="2005-03-08">A Schema validated xml file, that contains values for data types. Can be used by any test.</description>
</source>
<source ID="id-idref-dtd" FileName="TestSources/iddtd.xml" Creator="Carmelo Montanez">
<description last-mod="2006-06-28">A DTD validated xml file, that contains data for the ID/IDREF function tests.</description>
</source>
<source ID="atomicns" FileName="TestSources/atomicns.xml" Creator="Carmelo Montanez">
<description last-mod="2006-03-15">A non schema validated xml file, that contains values for data types. Can be used by any test.</description>
</source>
<source ID="orderData" FileName="TestSources/orderData.xml" Creator="Carmelo Montanez" schema="orderDataxsd">
<description last-mod="2005-06-01">A Schema validated xml file, that contains values for some of the order by tests generated by NIST.</description>
</source>
<source ID="id-idref" FileName="TestSources/id.xml" Creator="Carmelo Montanez" schema="idxsd">
<description last-mod="2006-05-12">Data for id and idref related functions (schema-based).</description>
</source>
<source ID="id-idref2" FileName="TestSources/id2.xml" Creator="Michael Kay" schema="idxsd">
<description last-mod="2009-03-06">More data for id and idref related functions (schema-based).</description>
</source>
<source ID="SpecialTypes" FileName="TestSources/SpecialTypes.xml" Creator="Mike Rorke" schema="SpecialTypesXSD">
<description last-mod="2005-06-01">A Schema validated XML file containing certain special types e.g. interleave types, union types, anySimpleType</description>
</source>
<source ID="QNameSource" FileName="TestSources/QName-source.xml" Creator="Mike Rorke" schema="QNameSourceXSD">
<description last-mod="2005-09-28">A schema validated XML file containing QName and QName derived types.</description>
</source>
<source ID="notation" FileName="TestSources/notation.xml" Creator="Andreas Behm" schema="notationschema">
<description last-mod="2005-10-10">A Scehma validated xml file with NOTATION elements</description>
</source>
<source ID="textWithSpaces" FileName="TestSources/textWithSpaces.xml" Creator="Joanne Tong">
<description last-mod="2005-09-29">Data for normalize-space functions</description>
</source>
<source ID="XMarkAuction" FileName="TestSources/XMarkAuction.xml" Creator="Frans Englich">
<description last-mod="2007-03-09">Source file generated XML Benchmark Project's xmlgen utility. See http://www.xml-benchmark.org/.</description>
</source>
<source ID="CPPGlobals" FileName="TestSources/CPPGlobals.xml" Creator="Frans Englich">
<description last-mod="2007-06-27">The declarations of a C++ file described in XML.</description>
</source>
<source ID="MainWindow" FileName="TestSources/MainWindow.ui" Creator="Frans Englich">
<description last-mod="2007-07-09">A description of an graphical user interface.</description>
</source>
<source ID="ComplexWhitespace" FileName="TestSources/ComplexWhitespace.xml" Creator="Frans Englich">
<description last-mod="2007-07-09">A file containing different forms of whitespace.</description>
</source>
<source ID="SpaceBracket" FileName="TestSources/SpaceBracket.xml" Creator="Frans Englich">
<description last-mod="2007-12-20">A file containing ' ]' as a text node.</description>
</source>
<source ID="HighUnicode" FileName="TestSources/HighUnicode.xml" Creator="Frans Englich">
<description last-mod="2007-12-20">Corner case unicode codepoints.</description>
</source>
<source ID="HighUnicode2" FileName="TestSources/HighUnicode2.xml" Creator="Frans Englich">
<description last-mod="2007-12-21">Corner case unicode codepoints, second case.</description>
</source>
<source ID="BCIsInvalid" FileName="TestSources/BCisInvalid.xml" Creator="Frans Englich">
<description last-mod="2007-12-21">An element name containing 0xBC.</description>
</source>
<source ID="InvalidUmlaut" FileName="TestSources/InvalidUmlaut.xml" Creator="Frans Englich">
<description last-mod="2007-12-27">Contains the codepoint 188 in an NCName.</description>
</source>
<source ID="NamespaceSuppliedInternally" FileName="TestSources/NamespaceSuppliedInternally.xml" Creator="Frans Englich">
<description last-mod="2007-12-27">A namespace declared with a namespace declaration, as well as in the internal subset.</description>
</source>
<source ID="XMLIdDuplicated" FileName="TestSources/XMLIdDuplicated.xml" Creator="Frans Englich">
<description last-mod="2008-01-15">An XML file which has two xml:id attributes with the same value.</description>
</source>
<source ID="InvalidXMLId" FileName="TestSources/InvalidXMLId.xml" Creator="Frans Englich">
<description last-mod="2008-01-15">An XML file which has an invalid xml:id attribute.</description>
</source>
<source ID="UsingXMLId" FileName="TestSources/UsingXMLId.xml" Creator="Frans Englich">
<description last-mod="2008-01-15">An XML file which has xml:id attributes.</description>
</source>
<source ID="Books2" FileName="TestSources/Books2.xml" Creator="Frans Englich">
<description last-mod="2008-01-17">An XML which is in ISO-8859-1 encoding.</description>
</source>
<source ID="QObject" FileName="TestSources/QObject.xml" Creator="Frans Englich">
<description last-mod="2008-02-19"/>
</source>
<source ID="Char010D" FileName="TestSources/0x010D.xml" Creator="Frans Englich">
<description last-mod="2008-02-28"/>
</source>
<source ID="SmallTree" FileName="TestSources/SmallTree.xml" Creator="Frans Englich">
<description last-mod="2008-04-03"/>
</source>
<source ID="AttributesAndElements" FileName="TestSources/AttributesAndElements.xml" Creator="Frans Englich">
<description last-mod="2008-04-03"/>
</source>
<source ID="functx_prices" FileName="TestSources/functx_prices.xml" Creator="Frans Englich">
<description last-mod="2008-05-16"/>
</source>
<source ID="functx_order" FileName="TestSources/functx_order.xml" Creator="Frans Englich">
<description last-mod="2008-05-16"/>
</source>
<source ID="functx_cats" FileName="TestSources/functx_cats.xml" Creator="Frans Englich">
<description last-mod="2008-05-16"/>
</source>
<source ID="functx_catalog" FileName="TestSources/functx_catalog.xml" Creator="Frans Englich">
<description last-mod="2008-05-16"/>
</source>
<source ID="functx_book" FileName="TestSources/functx_book.xml" Creator="Frans Englich">
<description last-mod="2008-06-25"/>
</source>
<source ID="badxml" FileName="TestSources/badxml.xml" Creator="Frans Englich">
<description last-mod="2008-05-19"/>
</source>
<source ID="builtinEntities" FileName="TestSources/builtinEntities.xml" Creator="Frans Englich">
<description last-mod="2008-05-26"/>
</source>
<source ID="XMLIdWhitespace" FileName="TestSources/XMLIdWhitespace.xml" Creator="Frans Englich">
<description last-mod="2008-05-27"/>
</source>
<source ID="XMLIDMany" FileName="TestSources/XMLIDMany.xml" Creator="Frans Englich">
<description last-mod="2008-10-24"/>
</source>
<source ID="OneTopElement" FileName="TestSources/OneTopElement.xml" Creator="Nicolae Brinza">
<description last-mod="2009-04-01"/>
</source>
<source ID="namespace-sensitive" FileName="TestSources/namespace-sensitive.xml" schema="namespace-sensitive-schema" Creator="Oliver Hallam">
<description last-mod="2007-02-26">Document containing namespace-sensitive constructs.</description>
</source>
<source ID="dm-e005" FileName="TestSources/dm-e005.xml" schema="dm-e005-schema" Creator="Norm Walsh">
<description last-mod="2010-03-10">Document to test erratum DM.E05.</description>
</source>
<source ID="extendedTypes" FileName="TestSources/extendedTypes.xml" schema="extendedTypes-schema" Creator="Oliver Hallam">
<description last-mod="2010-03-17">Document containing elements with various restricted and extended types.</description>
</source>
<source ID="mixed" FileName="TestSources/mixed.xml" schema="mixedcontent" Creator="Oliver Hallam">
<description last-mod="2010-03-17">Document containing an element with mixed content but statically could have element only content.</description>
</source>
<schema ID="XQTSCatalogxsd" uri="http://www.w3.org/2005/02/query-test-XQTSCatalog" FileName="XQTSCatalog.xsd">
<description last-mod="2005-04-14">Schema for XQTSCatalog</description>
</schema>
<schema ID="atomicxsd" uri="http://www.w3.org/XQueryTest" FileName="TestSources/atomic.xsd">
<description last-mod="2005-03-08">A Schema for atomic.xml</description>
</schema>
<schema ID="orderDataxsd" uri="http://www.w3.org/XQueryTestOrderBy" FileName="TestSources/orderData.xsd">
<description last-mod="2005-06-01">A Schema for orderData.xml</description>
</schema>
<schema ID="SpecialTypesXSD" uri="http://www.example.com/typedecl" FileName="TestSources/SpecialTypes.xsd">
<description last-mod="2005-06-01">A Schema containing certain special types e.g. interleave types, union types, anySimpleType</description>
</schema>
<schema ID="QNameSourceXSD" uri="http://www.example.com/QNameXSD" FileName="TestSources/QName-schema.xsd">
<description last-mod="2005-09-28">A schema containing QName and QName derived types</description>
</schema>
<schema ID="notationschema" uri="http://www.example.com/notation" FileName="TestSources/notationschema.xsd">
<description last-mod="2005-10-10">A Schema for NOTATION data</description>
</schema>
<schema ID="idxsd" uri="http://www.w3.org/XQueryTest/ididrefs" FileName="TestSources/id.xsd">
<description last-mod="2009-03-06">A schema for the id/idref functions tests</description>
</schema>
<schema ID="simplexsd" uri="http://www.w3.org/XQueryTest/simple" FileName="TestSources/simple.xsd">
<description last-mod="2005-12-07">A schema for simple context tests</description>
</schema>
<schema ID="examplesxsd" uri="http://www.w3.org/XQueryTest/someExamples" FileName="TestSources/examples.xsd">
<description last-mod="2006-05-19">A schema for examples.xml.</description>
</schema>
<schema ID="userdefined" uri="http://www.w3.org/XQueryTest/userDefinedTypes" FileName="TestSources/userdefined.xsd">
<description last-mod="2006-04-03">A schema user defined types and constructor tests</description>
</schema>
<schema ID="listunion" uri="http://www.w3.org/XQueryTest/ListUnionTypes" FileName="TestSources/listunion.xsd">
<description last-mod="2006-06-07">A schema defining a list of unions.</description>
</schema>
<schema ID="examples2xsd" uri="http://www.w3.org/XQueryTest/someExamples2" FileName="TestSources/examples2.xsd">
<description last-mod="2009-10-01">Test schema for Errata XQ.E6.</description>
</schema>
<schema ID="attribute" uri="http://www.w3.org/XQueryTest/sample" FileName="TestSources/attribute.xsd">
<description last-mod="2009-04-01">Test schema that contains an attribute declaration.</description>
</schema>
<schema ID="mixedcontent" uri="http://www.w3.org/XQueryTest/mixedcontent" FileName="TestSources/mixedcontent.xsd">
<description last-mod="2009-04-01">Test schema that contains two complex types, one of them with a mixed content.</description>
</schema>
<schema ID="simpleContent" uri="http://www.w3.org/query-test/complexSimple" FileName="TestSources/simpleContent.xsd">
<description last-mod="2009-11-20">Schema for complex types with
         simple content</description>
</schema>
<schema ID="namespace-sensitive-schema" uri="http://www.example.com/test/namespace-sensitive" FileName="TestSources/namespace-sensitive.xsd">
<description last-mod="2007-02-26">Schema illustrating various namespace-sensitive constructs.</description>
</schema>
<schema ID="dm-e005-schema" uri="http://www.example.com/ns/test" FileName="TestSources/dm-e005.xsd">
<description last-mod="2010-03-10">Schema to test erratum DM.E05.</description>
</schema>
<schema ID="xq-e18-schema" uri="http://www.example.com/ns/test/xq-e18" FileName="TestSources/xq-e18.xsd">
<description last-mod="2010-03-11">Schema to test erratum XQ.E18.</description>
</schema>
<schema ID="extendedTypes-schema" uri="http://www.example.com/XQueryTest/extendedTypes" FileName="TestSources/extendedTypes.xsd">
<description last-mod="2010-03-17">Schema containing extended and restricted types.</description>
</schema>
<schema ID="constraints" uri="http://www.w3.org/constraints" FileName="TestSources/constraints.xsd">
<description last-mod="2010-06-10">Schema with unique/id/idref constraints.</description>
</schema>
<collection ID="collection1" Creator="Andrew Eisenberg">
<description last-mod="2006-06-07">A simple collection of documents.</description>
<input-document>bib</input-document>
<input-document>reviews</input-document>
</collection>
<collection ID="collection2" Creator="Andrew Eisenberg">
<description last-mod="2006-06-07">A simple collection of documents.</description>
<input-document>bib</input-document>
<input-document>reviews</input-document>
<input-document>books</input-document>
</collection>
<module ID="module1-lib" FileName="TestSources/module1-lib" Creator="Carmelo Montanez">
<description last-mod="2006-07-13">Library module for "modules-18" query</description>
</module>
<module ID="module2-lib" FileName="TestSources/module2-lib" Creator="Carmelo Montanez">
<description last-mod="2006-07-13">Library module for "modules-18" query</description>
</module>
<module ID="empty-lib" FileName="TestSources/empty-lib" Creator="Mary Holstege">
<description last-mod="2005-12-05">Library module for "modules-none" query</description>
</module>
<module ID="emptyns-lib" FileName="TestSources/emptyns-lib" Creator="Mary Holstege">
<description last-mod="2005-12-05">Library module with empty namespace</description>
</module>
<module ID="test1-lib" FileName="TestSources/test1-lib" Creator="Mary Holstege">
<description last-mod="2005-12-05">Simple library module</description>
</module>
<module ID="test2-lib" FileName="TestSources/test2-lib" Creator="Carmelo Montanez">
<description last-mod="2006-01-19">Library module with namespace URI set to empty string.</description>
</module>
<module ID="test1a-lib" FileName="TestSources/test1a-lib" Creator="Mary Holstege">
<description last-mod="2005-12-05">Simple library module</description>
</module>
<module ID="test1collide1-lib" FileName="TestSources/test1collide1-lib" Creator="Mary Holstege">
<description last-mod="2005-12-05">Library module with colliding definitions</description>
</module>
<module ID="test1collide2-lib" FileName="TestSources/test1collide2-lib" Creator="Mary Holstege">
<description last-mod="2005-12-05">Library module with colliding definitions</description>
</module>
<module ID="test1c1-lib" FileName="TestSources/test1c1-lib" Creator="Mary Holstege">
<description last-mod="2005-12-05">Library module with circular includes</description>
</module>
<module ID="test2c1-lib" FileName="TestSources/test2c1-lib" Creator="Mary Holstege">
<description last-mod="2005-12-05">Library module with circular includes</description>
</module>
<module ID="context-lib" FileName="TestSources/context-lib" Creator="Mary Holstege">
<description last-mod="2005-12-05">Library module with interesting context</description>
</module>
<module ID="module-defs" FileName="TestSources/moduleDefs-lib" Creator="Carmelo Montanez">
<description last-mod="2006-01-06">Library module with definitions for various NIST tests.</description>
</module>
<module ID="modulewrongprefix-lib" FileName="TestSources/moduleDefs-lib" Creator="Carmelo Montanez">
<description last-mod="2006-03-21">Library module with invalid namespace prefix ("xml")</description>
</module>
<module ID="modulesdiffns" FileName="TestSources/modulesdiffns-lib" Creator="Carmelo Montanez">
<description last-mod="2006-04-11">Library module with variable on different namespace than target.</description>
</module>
<module ID="errata6-module1" FileName="TestSources/errata6-module1" Creator="John Snelson">
<description last-mod="2009-10-01">Module that imports a schema and uses types from it.</description>
</module>
<module ID="errata6-module2" FileName="TestSources/errata6-module2" Creator="John Snelson">
<description last-mod="2009-10-01">Module that imports a schema and uses types from it.</description>
</module>
<module ID="errata6-module4" FileName="TestSources/errata6-module4" Creator="John Snelson">
<description last-mod="2009-10-01">Module that imports a schema and uses types from it.</description>
</module>
<module ID="errata6-module5" FileName="TestSources/errata6-module5" Creator="John Snelson">
<description last-mod="2009-10-01">Module that imports a schema and uses types from it.</description>
</module>
<module ID="errata6-module6" FileName="TestSources/errata6-module6" Creator="John Snelson">
<description last-mod="2009-10-01">Module that imports a schema and uses types from it.</description>
</module>
<module ID="errata6-module7" FileName="TestSources/errata6-module7" Creator="John Snelson">
<description last-mod="2009-10-01">Module that imports a schema and uses types from it.</description>
</module>
<module ID="errata8-module1a" FileName="TestSources/errata8-module1a" Creator="John Snelson">
<description last-mod="2009-10-01">Module that imports another module and uses a variable from it, testing circular dependencies.</description>
</module>
<module ID="errata8-module1b" FileName="TestSources/errata8-module1b" Creator="John Snelson">
<description last-mod="2009-10-01">Module that imports another module and uses a function from it, testing circular dependencies.</description>
</module>
<module ID="errata8-module2a" FileName="TestSources/errata8-module2a" Creator="John Snelson">
<description last-mod="2009-10-01">Module that imports another module and uses a variable from it, testing circular dependencies.</description>
</module>
<module ID="errata8-module2b" FileName="TestSources/errata8-module2b" Creator="John Snelson">
<description last-mod="2009-10-01">Module that imports another module and uses a function from it, testing circular dependencies.</description>
</module>
<module ID="errata8-module3a" FileName="TestSources/errata8-module3a" Creator="John Snelson">
<description last-mod="2009-10-01">Module that imports another module and uses a variable from it, testing circular dependencies pass case.</description>
</module>
<module ID="errata8-module3b" FileName="TestSources/errata8-module3b" Creator="John Snelson">
<description last-mod="2009-10-01">Module that imports another module and uses a function from it, testing circular dependencies pass case.</description>
</module>
<module ID="module3-lib" FileName="TestSources/module3-lib" Creator="Nicolae Brinza">
<description last-mod="2009-04-01">Module with simple and schema-element() types, used for functions'parameters and return results.</description>
</module>
<module ID="module4-lib" FileName="TestSources/module4-lib" Creator="Nicolae Brinza">
<description last-mod="2009-04-01">Module with schema-attribute() types, used for functions' parameters and return results.</description>
</module>
<module ID="modules-recursive1" FileName="TestSources/modules-recursive1" Creator="Nicolae Brinza">
<description last-mod="2009-04-01">Module with cyclic recursive imports.</description>
</module>
<module ID="modules-recursive2" FileName="TestSources/modules-recursive2" Creator="Nicolae Brinza">
<description last-mod="2009-04-01">Module with cyclic recursive imports.</description>
</module>
<module ID="module-pub-priv" FileName="TestSources/module-pub-priv" Creator="Michael Kay">
<description last-mod="2009-10-01">Module that contains both private and public function declarations (XQuery 1.1).</description>
</module>
</sources>
<implementation-defined-items>
<implementation-defined-item name="expressionUnicode" spec="XQuery">
<description last-mod="2005-04-04">The version of Unicode that is used to construct expressions.</description>
</implementation-defined-item>
<implementation-defined-item name="collations" spec="XQuery">
<description last-mod="2005-04-04">The statically-known collations.</description>
</implementation-defined-item>
<implementation-defined-item name="implicitTimezone" spec="XQuery">
<description last-mod="2005-04-04">The implicit timezone.</description>
</implementation-defined-item>
<implementation-defined-item name="warningsMethod" spec="XQuery">
<description last-mod="2005-04-04">The circumstances in which warnings are raised, and the ways in which warnings are handled.</description>
</implementation-defined-item>
<implementation-defined-item name="errorsMethod" spec="XQuery">
<description last-mod="2005-04-04">The method by which errors are reported to the external processing environment.</description>
</implementation-defined-item>
<implementation-defined-item name="XMLVersion" spec="XQuery">
<description last-mod="2005-10-10">Whether 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.</description>
</implementation-defined-item>
<implementation-defined-item name="overwrittenContextComponents" spec="XQuery">
<description last-mod="2005-04-04">Any components of the static context or dynamic context that are overwritten or augmented by the implementation.</description>
</implementation-defined-item>
<implementation-defined-item name="axes" spec="XQuery">
<description last-mod="2005-04-04">Which of the optional axes are supported by the implementation, if the Full-Axis Feature is not supported.</description>
</implementation-defined-item>
<implementation-defined-item name="defaultOrderEmpty" spec="XQuery">
<description last-mod="2005-04-04">The default handling of empty sequences returned by an ordering key (sortspec) in an order by clause (empty least or empty greatest).</description>
</implementation-defined-item>
<implementation-defined-item name="pragmas" spec="XQuery">
<description last-mod="2005-04-04">The names and semantics of any extension expressions (pragmas) recognized by the implementation.</description>
</implementation-defined-item>
<implementation-defined-item name="optionDeclarations" spec="XQuery">
<description last-mod="2005-04-04">The names and semantics of any option declarations recognized by the implementation.</description>
</implementation-defined-item>
<implementation-defined-item name="externalFunctionProtocols" spec="XQuery">
<description last-mod="2005-04-04">Protocols (if any) by which parameters can be passed to an external function, and the result of the function can returned to the invoking query.</description>
</implementation-defined-item>
<implementation-defined-item name="moduleLocationHints" spec="XQuery">
<description last-mod="2005-11-01">The 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.)</description>
</implementation-defined-item>
<implementation-defined-item name="staticTypingExtensions" spec="XQuery">
<description last-mod="2005-04-04">Any static typing extensions supported by the implementation, if the Static Typing Feature is supported.</description>
</implementation-defined-item>
<implementation-defined-item name="serializationInvocation" spec="XQuery">
<description last-mod="2005-04-04">The means by which serialization is invoked, if the Serialization Feature is supported.</description>
</implementation-defined-item>
<implementation-defined-item name="serializationDefaults" spec="XQuery">
<description last-mod="2005-10-10">The 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.</description>
</implementation-defined-item>
<implementation-defined-item name="externalFunctionCall" spec="XQuery">
<description last-mod="2006-08-09">The 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).</description>
</implementation-defined-item>
<implementation-defined-item name="limits" spec="XQuery">
<description last-mod="2005-11-01">Limits on ranges of values for various data types, as enumerated in 5.3 Data Model Conformance.</description>
</implementation-defined-item>
<implementation-defined-item name="traceDestination" spec="FuncOps">
<description last-mod="2005-10-10">The destination of the trace output is implementation-defined. See 4 The Trace Function.</description>
</implementation-defined-item>
<implementation-defined-item name="integerOperations" spec="FuncOps">
<description last-mod="2005-10-10">For 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.</description>
</implementation-defined-item>
<implementation-defined-item name="decimalDigits" spec="FuncOps">
<description last-mod="2005-11-01">For 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.</description>
</implementation-defined-item>
<implementation-defined-item name="roundOrTruncate" spec="FuncOps">
<description last-mod="2005-10-10">If 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.</description>
</implementation-defined-item>
<implementation-defined-item name="Unicode" spec="FuncOps">
<description last-mod="2005-11-01">It 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.</description>
</implementation-defined-item>
<implementation-defined-item name="normalizationForms" spec="FuncOps">
<description last-mod="2005-10-10">For 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.</description>
</implementation-defined-item>
<implementation-defined-item name="collationUnits" spec="FuncOps">
<description last-mod="2005-10-10">The 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.</description>
</implementation-defined-item>
<implementation-defined-item name="secondsDigits" spec="FuncOps">
<description last-mod="2005-10-10">All 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.</description>
</implementation-defined-item>
<implementation-defined-item name="stringToDecimal" spec="FuncOps">
<description last-mod="2006-08-09">The 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.</description>
</implementation-defined-item>
<implementation-defined-item name="docProcessing" spec="FuncOps">
<description last-mod="2005-10-10">Various 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.</description>
</implementation-defined-item>
<implementation-defined-item name="weakenStable" spec="FuncOps">
<description last-mod="2006-08-09">The 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.</description>
</implementation-defined-item>
<implementation-defined-item name="additionalTypes" spec="DataModel">
<description last-mod="2005-04-04">Support for additional user-defined or implementation-defined types is implementation-defined. (See 2.6.1 Representation of Types)</description>
</implementation-defined-item>
<implementation-defined-item name="undefinedProperties" spec="DataModel">
<description last-mod="2005-04-04">Some 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)</description>
</implementation-defined-item>
<implementation-defined-item name="sequenceNormalization" spec="Serialization">
<description last-mod="2005-04-04">For any implementation-defined output method, it is implementation-defined whether sequence normalization process takes place. (See 2 Sequence Normalization)</description>
</implementation-defined-item>
<implementation-defined-item name="outputMethods" spec="Serialization">
<description last-mod="2005-04-04">If the namespace URI is non-null for the method serialization parameter, then the parameter specifies an implementation-defined output method. (See 3 Serialization Parameters)</description>
</implementation-defined-item>
<implementation-defined-item name="normalizationFormBehavior" spec="Serialization">
<description last-mod="2005-04-04">If 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)</description>
</implementation-defined-item>
<implementation-defined-item name="additionalParams" spec="Serialization">
<description last-mod="2005-11-01">The 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)</description>
</implementation-defined-item>
<implementation-defined-item name="encodingPhase" spec="Serialization">
<description last-mod="2005-04-04">The 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)</description>
</implementation-defined-item>
<implementation-defined-item name="CDATASerialization" spec="Serialization">
<description last-mod="2005-04-04">An 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)</description>
</implementation-defined-item>
</implementation-defined-items>
<features>
<feature name="Minimal Conformance"/>
<feature name="Schema Import"/>
<feature name="Schema Validation"/>
<feature name="Static Typing"/>
<feature name="Static Typing Extensions"/>
<feature name="Full Axis"/>
<feature name="Module"/>
<feature name="Serialization"/>
</features>
<context-properties>
<context-property name="Statically known namespaces" context-type="static"/>
<context-property name="Default element/type namespace" context-type="static"/>
<context-property name="Default function namespace" context-type="static"/>
<context-property name="In-scope schema types" context-type="static"/>
<context-property name="In-scope element declarations" context-type="static"/>
<context-property name="In-scope attribute declarations" context-type="static"/>
<context-property name="In-scope variables" context-type="static"/>
<context-property name="Context item static type" context-type="static"/>
<context-property name="Function signatures" context-type="static"/>
<context-property name="Statically known collations" context-type="static"/>
<context-property name="Default collation" context-type="static"/>
<context-property name="Construction mode" context-type="static"/>
<context-property name="Ordering mode" context-type="static"/>
<context-property name="Default order for empty sequences" context-type="static"/>
<context-property name="Boundary-space policy" context-type="static"/>
<context-property name="Copy-namespaces mode" context-type="static"/>
<context-property name="Base URI" context-type="static"/>
<context-property name="Statically known documents" context-type="static"/>
<context-property name="Statically known collections" context-type="static"/>
<context-property name="Statically known default collection type" context-type="static"/>
<context-property name="Context item" context-type="dynamic"/>
<context-property name="Context position" context-type="dynamic"/>
<context-property name="Context size" context-type="dynamic"/>
<context-property name="Variable values" context-type="dynamic"/>
<context-property name="Function implementations" context-type="dynamic"/>
<context-property name="Current dateTime" context-type="dynamic"/>
<context-property name="Implicit timezone" context-type="dynamic"/>
<context-property name="Available documents" context-type="dynamic"/>
<context-property name="Available collections" context-type="dynamic"/>
<context-property name="Default collection" context-type="dynamic"/>
</context-properties>
<test-group name="MinimalConformance" featureOwner="Frans Englich">
<GroupInfo>
<title>Minimal Conformance</title>
<description/>
</GroupInfo>
<test-group name="OptionalFeatureErrors" featureOwner="Frans Englich">
<GroupInfo>
<title>Optional Feature Errors</title>
<description/>
</GroupInfo>
<test-group name="CombinedErrorCodes" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>Single error code for extra features</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="Basics">
<GroupInfo>
<title>XQuery Basics</title>
<description/>
</GroupInfo>
<test-group name="StaticContext">
<GroupInfo>
<title>Static Context Evaluation</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="Types">
<GroupInfo>
<title>Query Types</title>
<description/>
</GroupInfo>
<test-group name="SequenceTypeSyntax" featureOwner="NIST">
<GroupInfo>
<title>XQuery Sequence Type Syntax</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
</test-group>
<test-group name="Expressions" featureOwner="Frans Englich">
<GroupInfo>
<title>XQuery Expressions</title>
<description/>
</GroupInfo>
<test-group name="PrimaryExpr" featureOwner="Frans Englich">
<GroupInfo>
<title>Primary Expressions</title>
<description/>
</GroupInfo>
<test-group name="Literals" featureOwner="Microsoft and Frans Englich">
<GroupInfo>
<title>Literals</title>
<description>
                     Test string and numeric literals in XQuery.
                  </description>
</GroupInfo>
</test-group>
<test-group name="ParenExpr" featureOwner="IBM and Frans Englich">
<GroupInfo>
<title>Parenthesized Expressions</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="ContextExpr" featureOwner="Frans Englich">
<GroupInfo>
<title>Context Item Expressions</title>
<description/>
</GroupInfo>
<test-group name="ExternalContextExpr" featureOwner="Frans Englich">
<GroupInfo>
<title>External Context Item Expressions</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="InternalContextExpr" featureOwner="Frans Englich">
<GroupInfo>
<title>Internal Context Item Expressions</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="FunctionCallExpr" featureOwner="Frans Englich">
<GroupInfo>
<title>Function Calls</title>
<description>Contains tests verifying the function calling mechanism; not a particular function implementation.</description>
</GroupInfo>
</test-group>
</test-group>
<test-group name="PathExpr" featureOwner="Frans Englich">
<GroupInfo>
<title>Path Expressions</title>
<description/>
</GroupInfo>
<test-group name="PathExpressions">
<GroupInfo>
<title>General Path Expression Tests</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="Steps" featureOwner="Frans Englich">
<GroupInfo>
<title>Steps</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="Axes" featureOwner="Frans Englich">
<GroupInfo>
<title>Axes</title>
<description>Tests in this group focus on the axes named in XQuery 3.2.1.1 and the / and // step operators of 3.2.1. Abbreviated versions (@ vs. attribute::) are included. NodeTests are typically *, node(), or a name.</description>
</GroupInfo>
</test-group>
<test-group name="NodeTestSection" featureOwner="Frans Englich">
<GroupInfo>
<title>Node Tests</title>
<description>Tests in this group take the axes as a given and focus on the NodeTest syntax in XQuery 3.2.1.2. Includes explicit names, *, and the various kind tests that look like functions.</description>
</GroupInfo>
<test-group name="NodeTest" featureOwner="Frans Englich">
<GroupInfo>
<title>NodeTest</title>
<description>Tests in this group take the axes as a given and focus on the NodeTest syntax in XQuery 3.2.1.2. Includes explicit names, *, and the various kind tests that look like functions.</description>
</GroupInfo>
</test-group>
<test-group name="NameTest" featureOwner="Frans Englich">
<GroupInfo>
<title>NameTest</title>
<description>Tests in this group take the axes as a given and focus on the NodeTest syntax in XQuery 3.2.1.2. Includes explicit names, *, and the various kind tests that look like functions.</description>
</GroupInfo>
</test-group>
</test-group>
<test-group name="Predicates" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>Predicates</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="UnabbrAxes" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>Unabbreviated Syntax</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="AbbrAxes" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>Abbreviated Syntax</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="SeqExpr" featureOwner="Frans Englich">
<GroupInfo>
<title>Sequence Expressions</title>
<description/>
</GroupInfo>
<test-group name="ConstructSeq" featureOwner="Frans Englich">
<GroupInfo>
<title>Constructing Sequences</title>
<description>Tests that construct sequences</description>
</GroupInfo>
<test-group name="commaOp" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>Comma Operator</title>
<description>Tests that construct sequences using the comma operator</description>
</GroupInfo>
</test-group>
<test-group name="RangeExpr" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>Range Expression</title>
<description>Tests that construct sequences using the RangeExpr</description>
</GroupInfo>
</test-group>
</test-group>
<test-group name="FilterExpr" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>Filter Expressions</title>
<description>Simple tests to evaluate filter sequence expressions.</description>
</GroupInfo>
</test-group>
<test-group name="CombNodeSeq" featureOwner="Frans Englich">
<GroupInfo>
<title>Combining Node Sequences</title>
<description>Tests for combining Sequences</description>
</GroupInfo>
</test-group>
</test-group>
<test-group name="Operators" featureOwner="Frans Englich">
<GroupInfo>
<title>Operators</title>
<description/>
</GroupInfo>
<test-group name="ArithExpr" featureOwner="Frans Englich">
<GroupInfo>
<title>Arithmetic Operators</title>
<description/>
</GroupInfo>
<test-group name="NumericOpr" featureOwner="Oracle and Frans Englich">
<GroupInfo>
<title>Arithmetic Operators on Numeric Values</title>
<description/>
</GroupInfo>
<test-group name="NumericAdd" featureOwner="Frans Englich">
<GroupInfo>
<title>op:numeric-add</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="NumericSubtract" featureOwner="Frans Englich">
<GroupInfo>
<title>op:numeric-subtract</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="NumericMultiply" featureOwner="Frans Englich">
<GroupInfo>
<title>op:numeric-multiply</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="NumericDivide" featureOwner="Frans Englich">
<GroupInfo>
<title>op:numeric-divide</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="NumericIntegerDivide" featureOwner="Frans Englich">
<GroupInfo>
<title>op:numeric-integer-divide</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="NumericMod" featureOwner="Frans Englich">
<GroupInfo>
<title>op:numeric-mod</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="NumericUnaryPlus" featureOwner="Frans Englich">
<GroupInfo>
<title>op:numeric-unary-plus</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="NumericUnaryMinus" featureOwner="Frans Englich">
<GroupInfo>
<title>op:numeric-unary-minus</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="DurationArith" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>Arithmetic Operators on Duration Values</title>
<description/>
</GroupInfo>
<test-group name="YearMonthDurationAdd" featureOwner="Frans Englich">
<GroupInfo>
<title>op:add-yearMonthDurations</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="YearMonthDurationSubtract" featureOwner="Frans Englich">
<GroupInfo>
<title>op:subtract-yearMonthDurations</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="YearMonthDurationMultiply" featureOwner="Frans Englich">
<GroupInfo>
<title>op:multiply-yearMonthDuration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="YearMonthDurationDivide" featureOwner="Frans Englich">
<GroupInfo>
<title>op:divide-yearMonthDuration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="YearMonthDurationDivideYMD" featureOwner="Frans Englich">
<GroupInfo>
<title>op:divide-yearMonthDuration-by-yearMonthDuration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DayTimeDurationAdd" featureOwner="Frans Englich">
<GroupInfo>
<title>op:add-dayTimeDurations</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DayTimeDurationSubtract" featureOwner="Frans Englich">
<GroupInfo>
<title>op:subtract-dayTimeDurations</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DayTimeDurationMultiply" featureOwner="Frans Englich">
<GroupInfo>
<title>op:multiply-dayTimeDuration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DayTimeDurationDivide" featureOwner="Frans Englich">
<GroupInfo>
<title>op:divide-dayTimeDuration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DayTimeDurationDivideDTD" featureOwner="Frans Englich">
<GroupInfo>
<title>op:divide-dayTimeDuration-by-dayTimeDuration</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="DurationDateTimeArith" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>Arithmetic Operators on Duration and Date Time Values</title>
<description/>
</GroupInfo>
<test-group name="dateTimesSubtract" featureOwner="Frans Englich">
<GroupInfo>
<title>op:subtract-dateTimes-yielding-dayTimeDuration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DatesSubtract" featureOwner="Frans Englich">
<GroupInfo>
<title>op:subtract-dates-yielding-dayTimeDuration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="TimeSubtract" featureOwner="Frans Englich">
<GroupInfo>
<title>op:subtract-times</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="YearMonthDurationAddDT" featureOwner="Frans Englich">
<GroupInfo>
<title>op:add-yearMonthDuration-to-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DateTimeAddDTD" featureOwner="Frans Englich">
<GroupInfo>
<title>op:add-dayTimeDuration-to-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DateTimeSubtractYMD" featureOwner="Frans Englich">
<GroupInfo>
<title>op:subtract-yearMonthDuration-from-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DateTimeSubtractDTD" featureOwner="Frans Englich">
<GroupInfo>
<title>op:subtract-dayTimeDuration-from-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DateAddYMD" featureOwner="Frans Englich">
<GroupInfo>
<title>op:add-yearMonthDuration-to-date</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DateAddDTD" featureOwner="Frans Englich">
<GroupInfo>
<title>op:add-dayTimeDuration-to-date</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DateSubtractYMD" featureOwner="Frans Englich">
<GroupInfo>
<title>op:subtract-yearMonthDuration-from-date</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DateSubtractDTD" featureOwner="Frans Englich">
<GroupInfo>
<title>op:subtract-dayTimeDuration-from-date</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="TimeAddDTD" featureOwner="Frans Englich">
<GroupInfo>
<title>op:add-dayTimeDuration-to-time</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="TimeSubtractDTD" featureOwner="Frans Englich">
<GroupInfo>
<title>op:subtract-dayTimeDuration-from-time</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
</test-group>
<test-group name="CompExpr" featureOwner="Frans Englich">
<GroupInfo>
<title>Comparison Operators</title>
<description/>
</GroupInfo>
<test-group name="ValComp" featureOwner="IBM and Frans Englich">
<GroupInfo>
<title>Value Comparison</title>
<description/>
</GroupInfo>
<test-group name="NumericComp" featureOwner="Frans Englich">
<GroupInfo>
<title>Comparison of Numeric Values</title>
<description/>
</GroupInfo>
<test-group name="NumericEqual" featureOwner="Frans Englich">
<GroupInfo>
<title>op:numeric-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="NumericLT" featureOwner="Frans Englich">
<GroupInfo>
<title>op:numeric-less-than</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="NumericGT" featureOwner="Frans Englich">
<GroupInfo>
<title>op:numeric-greater-than</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="BooleanOp" featureOwner="Oracle and Frans Englich">
<GroupInfo>
<title>Comparison Operators on Boolean Values</title>
<description/>
</GroupInfo>
<test-group name="BooleanEqual" featureOwner="Frans Englich">
<GroupInfo>
<title>op:boolean-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="BooleanLT" featureOwner="Frans Englich">
<GroupInfo>
<title>op:boolean-less-than</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="BooleanGT" featureOwner="Frans Englich">
<GroupInfo>
<title>op:boolean-greater-than</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="DurationDateTimeOp" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>Comparisons of Duration, Date Time Values</title>
<description/>
</GroupInfo>
<test-group name="YearMonthDurationLT" featureOwner="Frans Englich">
<GroupInfo>
<title>op:yearMonthDuration-less-than</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="YearMonthDurationGT" featureOwner="Frans Englich">
<GroupInfo>
<title>op:yearMonthDuration-greater-than</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DayTimeDurationLT" featureOwner="Frans Englich">
<GroupInfo>
<title>op:dayTimeDuration-less-than</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DayTimeDurationGT" featureOwner="Frans Englich">
<GroupInfo>
<title>op:dayTimeDuration-greater-than</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DurationEQ" featureOwner="Frans Englich">
<GroupInfo>
<title>op:duration equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DateTimeEQ" featureOwner="Frans Englich">
<GroupInfo>
<title>op:dateTime-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DateTimeLT" featureOwner="Frans Englich">
<GroupInfo>
<title>op:dateTime-less-than</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DateTimeGT" featureOwner="Frans Englich">
<GroupInfo>
<title>op:dateTime-greater-than</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DateEQ" featureOwner="Frans Englich">
<GroupInfo>
<title>op:date-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DateLT" featureOwner="Frans Englich">
<GroupInfo>
<title>op:date-less-than</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DateGT" featureOwner="Frans Englich">
<GroupInfo>
<title>op:date-greater-than</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="TimeEQ" featureOwner="Frans Englich">
<GroupInfo>
<title>op:time-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="TimeLT" featureOwner="Frans Englich">
<GroupInfo>
<title>op:time-less-than</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="TimeGT" featureOwner="Frans Englich">
<GroupInfo>
<title>op:time-greater-than</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="gYearMonthEQ" featureOwner="Frans Englich">
<GroupInfo>
<title>op:gYearMonth-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="gYearEQ" featureOwner="Frans Englich">
<GroupInfo>
<title>op:gYear-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="gMonthDayEQ" featureOwner="Frans Englich">
<GroupInfo>
<title>op:gMonthDay-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="gMonthEQ" featureOwner="Frans Englich">
<GroupInfo>
<title>op:gMonth-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="gDayEQ" featureOwner="Frans Englich">
<GroupInfo>
<title>op:gDay-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="YearMonthDurationEQ" featureOwner="Frans Englich">
<GroupInfo>
<title>op:yearMonthDuration-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DayTimeDurationEQ" featureOwner="Frans Englich">
<GroupInfo>
<title>op:dayTimeDuration-equal</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="QNameOp" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>Comparison Operators on QName Values</title>
<description/>
</GroupInfo>
<test-group name="QNameEQ" featureOwner="Frans Englich">
<GroupInfo>
<title>op:QName-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="PrefixFromQName" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:prefix-from-QName</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="BinaryOp" featureOwner="Frans Englich">
<GroupInfo>
<title>Comparison Operators on base64Binary and hexBinary Types</title>
<description/>
</GroupInfo>
<test-group name="HexBinaryEQ" featureOwner="Frans Englich">
<GroupInfo>
<title>op:hexBinary-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="Base64BinaryEQ" featureOwner="Frans Englich">
<GroupInfo>
<title>op:base64Binary-equal</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="NotationOp" featureOwner="Frans Englich">
<GroupInfo>
<title>Comparison Operators on NOTATION Types</title>
<description/>
</GroupInfo>
<test-group name="NotationEQ" featureOwner="Frans Englich">
<GroupInfo>
<title>op:NOTATION-equal</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="ValCompTypeChecking" featureOwner="Frans Englich">
<GroupInfo>
<title>Type Checking and Error Handling</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="StringComp" featureOwner="Frans Englich">
<GroupInfo>
<title>Comparison of String Values</title>
<description/>
</GroupInfo>
<test-group name="StringEqual" featureOwner="Frans Englich">
<GroupInfo>
<title>xs:string eq/ne xs:string</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="StringGT" featureOwner="Frans Englich">
<GroupInfo>
<title>xs:string gt/ge xs:string</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="StringLT" featureOwner="Frans Englich">
<GroupInfo>
<title>xs:string lt/le xs:string</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="AnyURIComp" featureOwner="Frans Englich">
<GroupInfo>
<title>Comparison of AnyURI Values</title>
<description/>
</GroupInfo>
<test-group name="AnyURIEqual" featureOwner="Frans Englich">
<GroupInfo>
<title>xs:anyURI eq/ne xs:anyURI</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="AnyURILtGt">
<GroupInfo>
<title>xs:anyURI lt/gt xs:anyURI</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="AnyURILeGe">
<GroupInfo>
<title>xs:anyURI le/ge xs:anyURI</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
</test-group>
<test-group name="GenComprsn" featureOwner="Frans Englich">
<GroupInfo>
<title>General Comparisons</title>
<description/>
</GroupInfo>
<test-group name="GenCompEq" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>The "=" operator for general comparisons</title>
<description>The general comparison operator"="</description>
</GroupInfo>
</test-group>
<test-group name="GenCompNE" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>The "!=" operator for general comparisons</title>
<description>The general comparison operator"!="</description>
</GroupInfo>
</test-group>
<test-group name="GenCompLT" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>The "&lt; (less than)" operator for general comparisons</title>
<description>The general comparison operator "less than (&lt;)"</description>
</GroupInfo>
</test-group>
<test-group name="GenCompLTEQ" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>The "&lt;= (less than or equal)" operator for general comparisons</title>
<description>The general comparison operator "less than or equal (&lt;=)"</description>
</GroupInfo>
</test-group>
<test-group name="GenCompGT" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>The "&gt; (greater than)" operator for general comparisons</title>
<description>The general comparison operator "greater than (&gt;)"</description>
</GroupInfo>
</test-group>
<test-group name="GenCompGTEQ" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>The "&gt;= (greater than or equal)" operator for general comparisons</title>
<description>The general comparison operator "greater than or equal (&gt;=)"</description>
</GroupInfo>
</test-group>
</test-group>
<test-group name="NodeComp" featureOwner="IBM and Frans Englich">
<GroupInfo>
<title>Node Comparisons</title>
<description/>
</GroupInfo>
<test-group name="NodeSame" featureOwner="Frans Englich">
<GroupInfo>
<title>op:is-same-node</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="NodeBefore" featureOwner="Frans Englich">
<GroupInfo>
<title>op:node-before</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="NodeAfter" featureOwner="Frans Englich">
<GroupInfo>
<title>op:node-after</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
</test-group>
<test-group name="SeqOp" featureOwner="Oracle and Frans Englich">
<GroupInfo>
<title>Operators on Sequences</title>
<description/>
</GroupInfo>
<test-group name="SeqUnion" featureOwner="Frans Englich">
<GroupInfo>
<title>op:union</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqIntersect" featureOwner="Frans Englich">
<GroupInfo>
<title>op:intersect</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqExcept" featureOwner="Frans Englich">
<GroupInfo>
<title>op:except</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
</test-group>
<test-group name="LogicExpr" featureOwner="Oracle and Frans Englich">
<GroupInfo>
<title>Logical Expressions</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="Construct" featureOwner="IBM and Frans Englich">
<GroupInfo>
<title>Constructors</title>
<description/>
</GroupInfo>
<test-group is-XPath2="false" name="DirectConElem" featureOwner="Frans Englich">
<GroupInfo>
<title>Direct Element Constructors</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="DirectConElemAttr" featureOwner="Frans Englich">
<GroupInfo>
<title>Attributes</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="DirectConElemNamespace" featureOwner="Frans Englich">
<GroupInfo>
<title>Namespace Declaration Attributes</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="DirectConElemContent" featureOwner="Frans Englich">
<GroupInfo>
<title>Content</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="DirectConElemWhitespace" featureOwner="Frans Englich">
<GroupInfo>
<title>White Space Element Content</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="DirectConOther" featureOwner="Frans Englich">
<GroupInfo>
<title>Other Direct Constructors</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="XMLEdition" featureOwner="Frans Englich">
<GroupInfo>
<title>Conformance to the XML 1.0 3-5th edition and XML 1.1</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="ComputeCon" featureOwner="IBM and Frans Englich">
<GroupInfo>
<title>Computed Constructors</title>
<description/>
</GroupInfo>
<test-group is-XPath2="false" name="ComputeConElem" featureOwner="Frans Englich">
<GroupInfo>
<title>Computed Element Constructors</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="ComputeConAttr" featureOwner="Frans Englich">
<GroupInfo>
<title>Computed Attribute Constructors</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="ConDocNode" featureOwner="Frans Englich">
<GroupInfo>
<title>Document Node Constructors</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="ConText" featureOwner="Frans Englich">
<GroupInfo>
<title>Text Node Constructors</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="ComputeConPI" featureOwner="Frans Englich">
<GroupInfo>
<title>Computed Processing-instruction Constructors</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="ComputeConComment" featureOwner="Frans Englich">
<GroupInfo>
<title>Computed Comment Constructors</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group is-XPath2="false" name="ConInScopeNamespace" featureOwner="Frans Englich">
<GroupInfo>
<title>In-scope Namespaces of a Constructed Element</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="FLWORExpr" featureOwner="Frans Englich">
<GroupInfo>
<title>Tests of For-Let-Where-OrderBy-Return Expressions</title>
<description>Tests in this group focus on the FLWOR expressions in XQuery 3.8.</description>
</GroupInfo>
<test-group name="ForExpr" featureOwner="Microsoft and Frans Englich">
<GroupInfo>
<title>FOR Clause</title>
<description>Tests for the FOR part of the FLWOR expression syntax</description>
</GroupInfo>
<test-group name="ForExprWithout" featureOwner="Frans Englich">
<GroupInfo>
<title>FOR Clause without TypeDeclaration</title>
<description>Tests for the FOR part of the FLWOR expression syntax</description>
</GroupInfo>
</test-group>
<test-group name="ForExprWith" featureOwner="Frans Englich">
<GroupInfo>
<title>FOR Clause with TypeDeclaration</title>
<description>Tests for the FOR part of the FLWOR expression syntax</description>
</GroupInfo>
</test-group>
<test-group name="ForExprPositionalVar" featureOwner="Frans Englich">
<GroupInfo>
<title>FOR Clause with a Positional Variable</title>
<description>Tests for the 'at' variable in FLWOR expression.</description>
</GroupInfo>
</test-group>
</test-group>
<test-group is-XPath2="false" name="LetExpr" featureOwner="Oracle and Frans Englich">
<GroupInfo>
<title>LET Clause</title>
<description>Tests for the LET part of the FLWOR expression syntax</description>
</GroupInfo>
<test-group is-XPath2="false" name="LetExprWithout" featureOwner="Frans Englich">
<GroupInfo>
<title>LET Clause without TypeDeclaration</title>
<description>Tests for the LET part of the FLWOR expression syntax</description>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="LetExprWith" featureOwner="Frans Englich">
<GroupInfo>
<title>LET Clause with TypeDeclaration</title>
<description>Tests for the LET part of the FLWOR expression syntax</description>
</GroupInfo>
</test-group>
</test-group>
<test-group is-XPath2="false" name="WhereExpr" featureOwner="Microsoft and Frans Englich">
<GroupInfo>
<title>WHERE Clause</title>
<description>Tests for the WHERE part of the FLWOR expression syntax</description>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="OrderbyExpr" featureOwner="Microsoft and Frans Englich">
<GroupInfo>
<title>ORDER BY Clause</title>
<description>Tests for the ORDER BY part of the FLWOR expression syntax</description>
</GroupInfo>
<test-group is-XPath2="false" name="OrderbyExprWith" featureOwner="Frans Englich">
<GroupInfo>
<title>ORDER BY Clause with OrderModifier</title>
<description>Tests for the ORDER BY part of the FLWOR expression syntax</description>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="OrderbyExprWithout" featureOwner="Frans Englich">
<GroupInfo>
<title>ORDER BY Clause without OrderModifier</title>
<description>Tests for the ORDER BY part of the FLWOR expression syntax</description>
</GroupInfo>
</test-group>
</test-group>
<test-group name="ReturnExpr" featureOwner="Microsoft and Frans Englich">
<GroupInfo>
<title>RETURN Clause</title>
<description>Tests for the RETURN part of the FLWOR expression syntax</description>
</GroupInfo>
</test-group>
</test-group>
<test-group is-XPath2="false" name="OrderExpr" featureOwner="IBM and Frans Englich">
<GroupInfo>
<title>Ordered and Unordered Expressions</title>
<description>Tests involving "Ordered" and/or "unordered"</description>
</GroupInfo>
</test-group>
<test-group name="CondExpr" featureOwner="Microsoft and Frans Englich">
<GroupInfo>
<title>Conditional Expressions</title>
<description>Tests in this group focus on the conditional expressions in XQuery 3.10.</description>
</GroupInfo>
</test-group>
<test-group name="QuantExpr" featureOwner="Frans Englich">
<GroupInfo>
<title>Quantified Expressions</title>
<description/>
</GroupInfo>
<test-group name="QuantExprWithout" featureOwner="Frans Englich">
<GroupInfo>
<title>Quantified Expressions Without TypeDeclaration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="QuantExprWith" featureOwner="Frans Englich">
<GroupInfo>
<title>Quantified Expressions With TypeDeclaration</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="exprSeqTypes" featureOwner="Frans Englich">
<GroupInfo>
<title>Expressions on Sequence Types</title>
<description/>
</GroupInfo>
<test-group name="SeqExprInstanceOf" featureOwner="Frans Englich">
<GroupInfo>
<title>Instance Of</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="sequenceExprTypeswitch" featureOwner="Frans Englich">
<GroupInfo>
<title>Typeswitch</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqExprCastToDerived" featureOwner="NIST">
<GroupInfo>
<title>Cast from Derived types</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqExprCastToDerivedParents" featureOwner="NIST">
<GroupInfo>
<title>Cast from Derived types To Parents</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqExprCastWithinBranch" featureOwner="NIST">
<GroupInfo>
<title>Casting within a branch of the type hierarchy</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqExprCast" featureOwner="IBM/XSLT and Frans Englich">
<GroupInfo>
<title>Cast</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqExprCastable" featureOwner="IBM/XSLT and Frans Englich">
<GroupInfo>
<title>Castable</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqExprTreat" featureOwner="Frans Englich">
<GroupInfo>
<title>Treat</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group is-XPath2="false" name="PrologExpr" featureOwner="Frans Englich">
<GroupInfo>
<title>Modules and Prologs</title>
<description/>
</GroupInfo>
<test-group is-XPath2="false" name="VersionProlog" featureOwner="Oracle and Frans Englich">
<GroupInfo>
<title>Version Declaration</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="BoundarySpaceProlog" featureOwner="Oracle and Frans Englich">
<GroupInfo>
<title>Boundary-space Declaration</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="CollationProlog" featureOwner="Frans Englich">
<GroupInfo>
<title>Default Collation Declaration</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="CopyNamespacesProlog" featureOwner="Frans Englich">
<GroupInfo>
<title>Copy Namespaces Declaration</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="BaseURIProlog" featureOwner="Frans Englich">
<GroupInfo>
<title>Base URI Declaration</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="ConstructionProlog" featureOwner="Frans Englich">
<GroupInfo>
<title>Construction Declaration</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="DefaultNamespaceProlog" featureOwner="Oracle and Frans Englich">
<GroupInfo>
<title>Default Namespace Declaration</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="DefaultOrderingProlog" featureOwner="Frans Englich">
<GroupInfo>
<title>Ordering Mode Declaration</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="EmptyOrderProlog" featureOwner="Frans Englich">
<GroupInfo>
<title>Empty Order Declaration</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="NamespaceProlog" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>Namespace Declaration</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="VariableProlog" featureOwner="Oracle and Frans Englich">
<GroupInfo>
<title>Variable Declaration</title>
<description/>
</GroupInfo>
<test-group is-XPath2="false" name="ExternalVariablesWithout" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>External Variable References without TypeDeclaration</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="ExternalVariablesWith" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>External Variable References with TypeDeclatation</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="InternalVariablesWithout" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>Internal Variable References without TypeDeclaration</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="InternalVariablesWith" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>Internal Variable References with TypeDeclatation</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group is-XPath2="false" name="FunctionProlog" featureOwner="Oracle and Frans Englich">
<GroupInfo>
<title>Function Declaration</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="OptionDeclarationProlog" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>Option Declaration Declaration</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="XQueryComment" featureOwner="Microsoft and Frans Englich">
<GroupInfo>
<title>XQuery Comments</title>
<description>Tests for the XQuery comment syntax</description>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="ExtensionExpression" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>Extension Expression</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="ImplicitContext" featureOwner="Frans Englich">
<GroupInfo>
<title>Implicit Context</title>
<description>
                  Implementations are allowed to define an implicit context for their queries. What this means
                  is that an XQuery expression can use the '.' or '/' axes without specifying any explicit
                  context to bind these to. The binding of the implicit context to some input document is an
                  implementation specific detail and should be handled by the individual test harness.
               </description>
</GroupInfo>
</test-group>
</test-group>
<test-group name="Functions" featureOwner="Frans Englich">
<GroupInfo>
<title>Functions</title>
<description/>
</GroupInfo>
<test-group name="AccessorFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>Accessor Functions</title>
<description/>
</GroupInfo>
<test-group name="NodeNameFunc" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>fn:node-name</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="NilledFunc" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>fn:nilled</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="StringFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:string</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DataFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:data</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="BaseURIFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:base-uri</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="StaticBaseURIFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:static-base-uri</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DocumentURIFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:document-uri</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="ErrorFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>The Error Function</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="ErrorsAndOptimization" featureOwner="Jonathan Robie">
<GroupInfo>
<title>Errors and Optimization</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="TraceFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>The Trace Function</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="ConstructFunc" featureOwner="IBM/XSLT and Frans Englich">
<GroupInfo>
<title>Constructor Functions</title>
<description/>
</GroupInfo>
<test-group name="DateTimeFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:dateTime</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="NumericFunc" featureOwner="Oracle and Frans Englich">
<GroupInfo>
<title>Functions on Numeric Values</title>
<description/>
</GroupInfo>
<test-group name="ABSFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:abs</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="CeilingFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:ceiling</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="FloorFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:floor</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="RoundFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:round</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="RoundEvenFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:round-half-to-even</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="AllStringFunc" featureOwner="IBM/XSLT and Frans Englich">
<GroupInfo>
<title>Functions on Strings</title>
<description/>
</GroupInfo>
<test-group name="AssDisassStringFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>Functions to Assemble and Disassemble Strings</title>
<description/>
</GroupInfo>
<test-group name="CodepointToStringFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:codepoints-to-string</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="StringToCodepointFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:string-to-codepoints</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="CompStringFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>Equality and Comparison of Strings</title>
<description/>
</GroupInfo>
<test-group name="CompareFunction" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:compare</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="CodepointEqual">
<GroupInfo>
<title>fn:codepoint-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="CompareFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:compare</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="GeneralStringFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>Functions on String Values</title>
<description/>
</GroupInfo>
<test-group name="ConcatFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:concat</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="StringJoinFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:string-join</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SubstringFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:substring</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="StringLengthFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:string-length</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="NormalizeSpaceFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:normalize-space</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="NormalizeUnicodeFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:normalize-unicode</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="UpperCaseFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:upper-case</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="LowerCaseFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:lower-case</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="TranslateFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:translate</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="Surrogates">
<GroupInfo>
<title>surrogate values for various string functions.</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="EncodeURIfunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:encode-for-uri</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="IRIToURIfunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:iri-to-uri</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="EscapeHTMLURIFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:escape-html-uri</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="SubstringStringFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>Functions Based on Substring Matching</title>
<description/>
</GroupInfo>
<test-group name="ContainsFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:contains</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="StartsWithFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:starts-with</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="EndsWithFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:ends-with</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SubstringBeforeFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:substring-before</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SubstringAfterFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:substring-after</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="MatchStringFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>String Functions that Use Pattern Matching</title>
<description/>
</GroupInfo>
<test-group name="MatchesFunc" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>fn:matches</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="ReplaceFunc" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>fn:replace</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="TokenizeFunc" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>fn:tokenize</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="AnalyzeString">
<GroupInfo>
<title>Tests of XQuery 1.1 analyze-string() function</title>
<description>New function in XQuery 1.1</description>
</GroupInfo>
</test-group>
</test-group>
</test-group>
<test-group name="URIFunc" featureOwner="IBM/XSLT and Frans Englich">
<GroupInfo>
<title>Functions for anyURI</title>
<description/>
</GroupInfo>
<test-group name="ResolveURIFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:resolve-uri</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="BooleanFunc" featureOwner="Oracle and Frans Englich">
<GroupInfo>
<title>Functions on Boolean Values</title>
<description/>
</GroupInfo>
<test-group name="TrueFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:true</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="FalseFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:false</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="NotFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:not</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="DurationDateTimeFunc" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>Functions on Durations, Dates and Times</title>
<description/>
</GroupInfo>
<test-group name="ComponentExtractionDDT" featureOwner="Frans Englich">
<GroupInfo>
<title>Component Extraction Functions on Durations, Dates and Times</title>
<description/>
</GroupInfo>
<test-group name="YearsFromDurationFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:years-from-duration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="MonthsFromDurationFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:months-from-duration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DaysFromDurationFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:days-from-duration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="HoursFromDurationFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:hours-from-duration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="MinutesFromDurationFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:minutes-from-duration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SecondsFromDurationFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:seconds-from-duration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="YearFromDateTimeFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:year-from-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="MonthFromDateTimeFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:month-from-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DayFromDateTimeFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:day-from-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="HoursFromDateTimeFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:hours-from-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="MinutesFromDateTimeFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:minutes-from-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SecondsFromDateTimeFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:seconds-from-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="TimezoneFromDateTimeFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:timezone-from-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="YearFromDateFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:year-from-date</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="MonthFromDateFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:month-from-date</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="DayFromDateFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:day-from-date</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="TimezoneFromDateFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:timezone-from-date</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="HoursFromTimeFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:hours-from-time</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="MinutesFromTimeFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:minutes-from-time</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SecondsFromTimeFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:seconds-from-time</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="TimezoneFromTimeFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:timezone-from-time</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="TimezoneFunction" featureOwner="Frans Englich">
<GroupInfo>
<title>Timezone Adjustment on Dates and Time Values</title>
<description/>
</GroupInfo>
<test-group name="AdjDateTimeToTimezoneFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:adjust-dateTime-to-timezone</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="AdjDateToTimezoneFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:adjust-date-to-timezone</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="AdjTimeToTimezoneFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:adjust-time-to-timezone</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
</test-group>
<test-group name="QNameFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>Functions Related to QNames</title>
<description/>
</GroupInfo>
<test-group name="QNameConstructFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>Additional Constructor Functions for QNames</title>
<description/>
</GroupInfo>
<test-group name="ResolveQNameConstructFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:resolve-QName</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="ExpandedQNameConstructFunc" featureOwner="Microsoft and Frans Englich">
<GroupInfo>
<title>fn:QName</title>
<description>Returns an xs:QName with the namespace URI given in the first argument and the local name and prefix in the second argument.</description>
</GroupInfo>
</test-group>
</test-group>
<test-group name="LocalNameFromQNameFunc" featureOwner="Microsoft and Frans Englich">
<GroupInfo>
<title>fn:local-name-from-QName</title>
<description>Function Returns an xs:NCName representing the local-name part of the single xs:QName argument</description>
</GroupInfo>
</test-group>
<test-group name="NamespaceURIFromQNameFunc" featureOwner="Microsoft and Frans Englich">
<GroupInfo>
<title>fn:namespace-uri-from-QName</title>
<description>Function Returns an xs:NCName representing the namespace-URI part of of the single xs:QName argument</description>
</GroupInfo>
</test-group>
<test-group name="NamespaceURIForPrefixFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:namespace-uri-for-prefix</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="InScopePrefixesFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:in-scope-prefixes</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="NodeFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>Functions on Nodes</title>
<description/>
</GroupInfo>
<test-group name="NameFunc" featureOwner="Oracle and Frans Englich">
<GroupInfo>
<title>fn:name</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="NodeLocalNameFunc" featureOwner="Oracle and Frans Englich">
<GroupInfo>
<title>fn:local-name</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="NodeNamespaceURIFunc" featureOwner="Oracle and Frans Englich">
<GroupInfo>
<title>fn:namespace-uri</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="NodeNumberFunc" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>fn:number</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="NodeLangFunc" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>fn:lang</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="NodeRootFunc" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>fn:root</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="SeqFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>Functions on Sequences</title>
<description/>
</GroupInfo>
<test-group name="GeneralSeqFunc" featureOwner="Oracle and Frans Englich">
<GroupInfo>
<title>General Functions and Operators on Sequences</title>
<description/>
</GroupInfo>
<test-group name="SeqBooleanFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:boolean</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqIndexOfFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:index-of</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqEmptyFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:empty</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqExistsFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:exists</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqDistinctValuesFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:distinct-values</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqInsertBeforeFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:insert-before</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqRemoveFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:remove</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqReverseFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:reverse</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqSubsequenceFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:subsequence</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqUnorderedFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:unordered</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="CardinalitySeqFunc" featureOwner="Oracle and Frans Englich">
<GroupInfo>
<title>Functions That Test the Cardinality of Sequences</title>
<description/>
</GroupInfo>
<test-group name="SeqZeroOrOneFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:zero-or-one</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqOneOrMoreFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:one-or-more</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqExactlyOneFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:exactly-one</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="SeqDeepEqualFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:deep-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="AggregateSeqFunc" featureOwner="Oracle and Frans Englich">
<GroupInfo>
<title>Aggregate Functions</title>
<description/>
</GroupInfo>
<test-group name="SeqCountFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:count</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqAVGFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:avg</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqMAXFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:max</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqMINFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:min</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqSUMFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:sum</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="NodeSeqFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>Functions that Generate Sequences</title>
<description/>
</GroupInfo>
<test-group name="SeqIDFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:id</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqIDREFFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:idref</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqDocAvailableFunc" featureOwner="Oracle and Frans Englich">
<GroupInfo>
<title>fn:doc-available</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqDocFunc" featureOwner="Oracle and Frans Englich">
<GroupInfo>
<title>fn:doc</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqCollectionFunc" featureOwner="Oracle and Frans Englich">
<GroupInfo>
<title>fn:collection</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
</test-group>
<test-group name="ContextFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>Context Functions</title>
<description/>
</GroupInfo>
<test-group name="ContextPositionFunc" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>fn:position</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="ContextLastFunc" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>fn:last</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="ContextCurrentDatetimeFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:current-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="ContextCurrentDateFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:current-date</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="ContextCurrentTimeFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:current-time</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="ContextDefaultCollationFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:default-collation</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="ContextImplicitTimezoneFunc" featureOwner="Frans Englich">
<GroupInfo>
<title>fn:implicit-timezone</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
</test-group>
</test-group>
<test-group name="Optional" featureOwner="Frans Englich">
<GroupInfo>
<title>Optional Features</title>
<description/>
</GroupInfo>
<test-group is-XPath2="false" name="SchemaImport" featureOwner="Frans Englich">
<GroupInfo>
<title>Schema Import Feature</title>
<description/>
</GroupInfo>
<test-group is-XPath2="false" name="FLWORExprSI">
<GroupInfo>
<title>FLWOR Expressions that requires a schema import</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="ConstructSI">
<GroupInfo>
<title>Computed Element Constructors</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="versionPrologSI" featureOwner="Oracle">
<GroupInfo>
<title>Version Declaration</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="MiscFunctions">
<GroupInfo>
<title>Misc Functions that depends entirely on schema validation.</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="SeqExprCastSI" featureOwner="IBM/XSLT">
<GroupInfo>
<title>Cast</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="NumericEqualSI">
<GroupInfo>
<title>op:numeric-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="NotationEQSI">
<GroupInfo>
<title>op:NOTATION-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="UserDefinedSI">
<GroupInfo>
<title>Constructor Functions for User Defined Functions</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="SchemaImportProlog" featureOwner="Frans Englich">
<GroupInfo>
<title>Schema Import</title>
<description/>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="ForExprTypeSI" featureOwner="Microsoft">
<GroupInfo>
<title>FOR Clause with TypeDeclaration</title>
<description>Tests for the FOR part of the FLWOR expression syntax</description>
</GroupInfo>
</test-group>
<test-group name="PathExprSI">
<GroupInfo>
<title>Schema import path expression tests.</title>
<description>Tests on path expressions using the schema import feature</description>
</GroupInfo>
</test-group>
</test-group>
<test-group is-XPath2="false" name="SchemaValidation" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>Schema Validation Feature</title>
<description/>
</GroupInfo>
<test-group is-XPath2="false" name="ValidateExpression" featureOwner="Frans Englich">
<GroupInfo>
<title>Validate Expression</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="StaticTyping" featureOwner="Frans Englich">
<GroupInfo>
<title>Static Typing Feature</title>
<description/>
</GroupInfo>
<test-group name="STPathExpr" featureOwner="Microsoft and Frans Englich">
<GroupInfo>
<title>Static Typing of Path Expressions</title>
<description/>
</GroupInfo>
<test-group name="STSteps" featureOwner="Frans Englich">
<GroupInfo>
<title>Static Typing of Steps Expressions</title>
<description/>
</GroupInfo>
<test-group name="STAxes" featureOwner="Frans Englich">
<GroupInfo>
<title>Static Typing of Axes Steps</title>
<description>Tests dealing with the static typing of axes step expressions</description>
</GroupInfo>
</test-group>
</test-group>
</test-group>
<test-group name="STFunctions" featureOwner="OliverHallam">
<GroupInfo>
<title>Static Typing of Functions</title>
<description>Tests dealing with the static typing of functions</description>
</GroupInfo>
</test-group>
<test-group is-XPath2="false" name="STFLWORExpr" featureOwner="Frans Englich">
<GroupInfo>
<title>Static Typing of FLWOR expressions</title>
<description>Tests for expressions involving static type failures in FLWOR expressions</description>
</GroupInfo>
</test-group>
</test-group>
<test-group name="FullAxis" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>Full Axis Feature</title>
<description/>
</GroupInfo>
<test-group name="ancestorAxis" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>ancestor Axis</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="ancestor-or-selfAxis" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>ancestor-or-self Axis</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="followingAxis" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>following Axis</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="following-siblingAxis" featureOwner="NIST and Frans Englich">
<GroupInfo>
<title>following-sibling Axis</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="precedingAxis" featureOwner="Frans Englich">
<GroupInfo>
<title>preceding Axis</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="preceding-siblingAxis" featureOwner="Frans Englich">
<GroupInfo>
<title>preceding-sibling Axis</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group is-XPath2="false" name="Modules" featureOwner="Frans Englich">
<GroupInfo>
<title>Module Feature</title>
<description/>
</GroupInfo>
<test-group is-XPath2="false" name="ModuleImport" featureOwner="Frans Englich">
<GroupInfo>
<title>Module Import</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="ModuleProlog" featureOwner="Frans Englich">
<GroupInfo>
<title>Module Declaration</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group is-XPath2="false" name="ElementWithId" featureOwner="Michael Kay">
<GroupInfo>
<title>fn:element-with-id function</title>
<description>Tests for fn:element-with-id function (introduced by erratum; implementation is optional for XQuery 1.0)</description>
</GroupInfo>
<test-group is-XPath2="false" name="ElementWithId2">
<GroupInfo>
<title>Tests for element-with-id() function, introduced by erratum. Depends entirely on schema validation.</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group is-XPath2="true" name="Serialization">
<GroupInfo>
<title>Serialization</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group is-XPath2="false" name="Appendices" featureOwner="NIST">
<GroupInfo>
<title>Tests for the appendices.</title>
<description/>
</GroupInfo>
<test-group name="Appendix-A4" featureOwner="NIST">
<GroupInfo>
<title>Tests for Appendix A-4 of the Query Specs.</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="Annex-E" featureOwner="NIST">
<GroupInfo>
<title>Various User defined functions from annex "E" of the F and O specs.</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="UseCase" featureOwner="Frans Englich">
<GroupInfo>
<title>Use Cases</title>
<description/>
</GroupInfo>
<test-group name="UseCaseXMP" featureOwner="Frans Englich">
<GroupInfo>
<title>Use Case "XMP": Experiences and Exemplars</title>
<description>example queries that illustrate requirements gathered from the database and document communities.</description>
</GroupInfo>
</test-group>
<test-group name="UseCaseTREE" featureOwner="Frans Englich">
<GroupInfo>
<title>Use Case "TREE": Queries that preserve hierarchy</title>
<description>An XML query language should have the ability to extract elements from documents while preserving their original hierarchy. This Use Case illustrates this requirement by means of a flexible document type named Book.</description>
</GroupInfo>
</test-group>
<test-group name="UseCaseSEQ" featureOwner="Frans Englich">
<GroupInfo>
<title>Use Case "SEQ" - Queries based on Sequence</title>
<description>Although sequence is not significant in most traditional database systems or object systems, it can be quite significant in structured documents. This use case presents a series of queries based on a medical report.</description>
</GroupInfo>
</test-group>
<test-group name="UseCaseR" featureOwner="Frans Englich">
<GroupInfo>
<title>Use Case "R" - Access to Relational Data</title>
<description>One important use of an XML query language will be to access data stored in relational databases. This use case describes one possible way in which this access might be accomplished.</description>
</GroupInfo>
</test-group>
<test-group name="UseCaseSGML" featureOwner="Frans Englich">
<GroupInfo>
<title>Use Case "SGML": Standard Generalized Markup Language</title>
<description>The example document and queries in this Use Case were first created for a 1992 conference on Standard Generalized Markup Language (SGML).</description>
</GroupInfo>
</test-group>
<test-group name="UseCaseSTRING" featureOwner="Frans Englich">
<GroupInfo>
<title>Use Case "STRING": String Search</title>
<description>This use case is based on company profiles and a set of news documents which contain data for PR, mergers and acquisitions, etc. Given a company, the use case illustrates several different queries for searching text in news documents and different ways of providing query results by matching the information from the company profile and the content of the news items.</description>
</GroupInfo>
</test-group>
<test-group name="UseCaseNS" featureOwner="Frans Englich">
<GroupInfo>
<title>Use Case "NS" - Queries Using Namespaces</title>
<description>This use case is based on a scenario in which a neutral mediator is acting with public auction servers on behalf of clients. The reason for a client to use this imaginary service may be anonymity, better insurance, or the possibility to cover more than one market at a time.</description>
</GroupInfo>
</test-group>
<test-group name="UseCasePARTS" featureOwner="Frans Englich">
<GroupInfo>
<title>Use Case "PARTS" - Recursive Parts Explosion</title>
<description>This use case is based on a "parts explosion" database that contains information about how parts are used in other parts.</description>
</GroupInfo>
</test-group>
</test-group>
<test-group name="XMark">
<GroupInfo>
<title>XMark -- An XML Benchmark</title>
<description>This test suite group contains XMark, the XML Benchmark Project which was kindly donated to W3C's XQuery Test Suite. Frans Englich is marked as the creator of these tests and this is for the purpose of being able to locate the maintainer. The original author of these tests is the XML Benchmark team, see http://www.xml-benchmark.org/.</description>
</GroupInfo>
</test-group>
<test-group name="FunctX">
<GroupInfo>
<title>FunctX -- A Collection Of Functions</title>
<description>This test suite group contains FunctX, a collection of
                XQuery functions. They were written by Priscilla Walmsley, but
                is maintained by Frans Englich within the XQTS.</description>
</GroupInfo>
<test-group name="functx-fn-abs" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-abs</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-adjust-dateTime-to-timezone" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-adjust-dateTime-to-timezone</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-adjust-date-to-timezone" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-adjust-date-to-timezone</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-adjust-time-to-timezone" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-adjust-time-to-timezone</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-avg" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-avg</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-base-uri" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-base-uri</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-boolean" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-boolean</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-ceiling" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-ceiling</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-codepoint-equal" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-codepoint-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-codepoints-to-string" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-codepoints-to-string</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-collection" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-collection</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-compare" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-compare</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-concat" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-concat</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-contains" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-contains</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-count" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-count</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-current-dateTime" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-current-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-current-date" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-current-date</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-current-grouping-key" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-current-grouping-key</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-current-group" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-current-group</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-current-time" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-current-time</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-current" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-current</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-data" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-data</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-dateTime" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-day-from-dateTime" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-day-from-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-day-from-date" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-day-from-date</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-days-from-duration" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-days-from-duration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-deep-equal" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-deep-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-default-collation" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-default-collation</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-distinct-values" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-distinct-values</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-doc-available" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-doc-available</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-document-uri" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-document-uri</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-document" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-document</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-doc" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-doc</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-element-available" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-element-available</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-empty" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-empty</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-encode-for-uri" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-encode-for-uri</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-ends-with" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-ends-with</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-error" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-error</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-escape-html-uri" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-escape-html-uri</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-exactly-one" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-exactly-one</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-exists" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-exists</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-false" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-false</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-floor" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-floor</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-format-dateTime" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-format-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-format-date" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-format-date</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-format-number" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-format-number</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-format-time" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-format-time</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-function-available" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-function-available</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-generate-id" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-generate-id</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-hours-from-dateTime" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-hours-from-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-hours-from-duration" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-hours-from-duration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-hours-from-time" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-hours-from-time</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-idref" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-idref</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-id" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-id</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-implicit-timezone" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-implicit-timezone</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-index-of" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-index-of</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-in-scope-prefixes" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-in-scope-prefixes</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-insert-before" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-insert-before</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-iri-to-uri" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-iri-to-uri</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-key" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-key</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-lang" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-lang</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-last" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-last</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-local-name-from-QName" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-local-name-from-QName</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-local-name" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-local-name</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-lower-case" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-lower-case</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-matches" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-matches</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-max" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-max</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-minutes-from-dateTime" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-minutes-from-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-minutes-from-duration" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-minutes-from-duration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-minutes-from-time" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-minutes-from-time</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-min" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-min</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-month-from-dateTime" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-month-from-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-month-from-date" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-month-from-date</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-months-from-duration" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-months-from-duration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-namespace-uri-for-prefix" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-namespace-uri-for-prefix</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-namespace-uri-from-QName" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-namespace-uri-from-QName</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-namespace-uri" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-namespace-uri</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-name" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-name</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-nilled" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-nilled</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-node-name" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-node-name</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-normalize-space" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-normalize-space</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-normalize-unicode" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-normalize-unicode</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-not" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-not</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-number" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-number</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-one-or-more" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-one-or-more</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-position" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-position</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-prefix-from-QName" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-prefix-from-QName</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-QName" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-QName</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-regex-group" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-regex-group</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-remove" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-remove</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-replace" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-replace</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-resolve-QName" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-resolve-QName</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-resolve-uri" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-resolve-uri</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-reverse" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-reverse</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-root" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-root</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-round-half-to-even" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-round-half-to-even</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-round" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-round</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-seconds-from-dateTime" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-seconds-from-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-seconds-from-duration" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-seconds-from-duration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-seconds-from-time" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-seconds-from-time</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-starts-with" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-starts-with</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-static-base-uri" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-static-base-uri</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-string-join" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-string-join</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-string-length" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-string-length</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-string-to-codepoints" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-string-to-codepoints</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-string" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-string</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-subsequence" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-subsequence</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-substring-after" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-substring-after</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-substring-before" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-substring-before</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-substring" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-substring</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-sum" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-sum</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-system-property" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-system-property</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-timezone-from-dateTime" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-timezone-from-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-timezone-from-date" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-timezone-from-date</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-timezone-from-time" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-timezone-from-time</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-tokenize" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-tokenize</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-trace" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-trace</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-translate" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-translate</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-true" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-true</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-type-available" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-type-available</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-unordered" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-unordered</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-unparsed-entity-public-id" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-unparsed-entity-public-id</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-unparsed-entity-uri" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-unparsed-entity-uri</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-unparsed-text-available" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-unparsed-text-available</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-unparsed-text" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-unparsed-text</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-upper-case" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-upper-case</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-year-from-dateTime" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-year-from-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-year-from-date" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-year-from-date</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-years-from-duration" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-years-from-duration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-fn-zero-or-one" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-fn-zero-or-one</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-add-attributes" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-add-attributes</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-add-months" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-add-months</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-add-or-update-attributes" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-add-or-update-attributes</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-all-whitespace" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-all-whitespace</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-are-distinct-values" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-are-distinct-values</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-atomic-type" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-atomic-type</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-avg-empty-is-zero" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-avg-empty-is-zero</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-between-exclusive" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-between-exclusive</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-between-inclusive" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-between-inclusive</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-camel-case-to-words" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-camel-case-to-words</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-capitalize-first" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-capitalize-first</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-change-element-names-deep" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-change-element-names-deep</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-change-element-ns-deep" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-change-element-ns-deep</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-change-element-ns" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-change-element-ns</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-chars" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-chars</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-contains-any-of" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-contains-any-of</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-contains-case-insensitive" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-contains-case-insensitive</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-contains-word" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-contains-word</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-copy-attributes" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-copy-attributes</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-dateTime" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-dateTime</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-date" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-date</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-day-in-year" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-day-in-year</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-day-of-week-abbrev-en" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-day-of-week-abbrev-en</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-day-of-week-name-en" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-day-of-week-name-en</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-day-of-week" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-day-of-week</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-days-in-month" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-days-in-month</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-dayTimeDuration" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-dayTimeDuration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-ddmmyyyy-to-date" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-ddmmyyyy-to-date</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-depth-of-node" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-depth-of-node</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-distinct-attribute-names" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-distinct-attribute-names</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-distinct-deep" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-distinct-deep</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-distinct-element-names" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-distinct-element-names</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-distinct-element-paths" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-distinct-element-paths</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-distinct-nodes" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-distinct-nodes</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-duration-from-timezone" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-duration-from-timezone</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-dynamic-path" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-dynamic-path</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-escape-for-regex" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-escape-for-regex</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-exclusive-or" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-exclusive-or</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-first-day-of-month" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-first-day-of-month</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-first-day-of-year" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-first-day-of-year</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-first-node" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-first-node</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-follows-not-descendant" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-follows-not-descendant</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-format-as-title-en" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-format-as-title-en</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-fragment-from-uri" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-fragment-from-uri</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-get-matches-and-non-matches" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-get-matches-and-non-matches</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-get-matches" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-get-matches</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-has-element-only-content" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-has-element-only-content</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-has-empty-content" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-has-empty-content</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-has-mixed-content" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-has-mixed-content</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-has-simple-content" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-has-simple-content</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-id-from-element" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-id-from-element</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-id-untyped" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-id-untyped</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-if-absent" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-if-absent</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-if-empty" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-if-empty</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-index-of-deep-equal-node" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-index-of-deep-equal-node</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-index-of-match-first" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-index-of-match-first</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-index-of-node" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-index-of-node</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-index-of-string-first" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-index-of-string-first</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-index-of-string-last" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-index-of-string-last</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-index-of-string" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-index-of-string</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-insert-string" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-insert-string</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-is-absolute-uri" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-is-absolute-uri</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-is-ancestor" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-is-ancestor</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-is-a-number" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-is-a-number</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-is-descendant" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-is-descendant</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-is-leap-year" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-is-leap-year</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-is-node-among-descendants-deep-equal" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-is-node-among-descendants-deep-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-is-node-among-descendants" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-is-node-among-descendants</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-is-node-in-sequence-deep-equal" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-is-node-in-sequence-deep-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-is-node-in-sequence" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-is-node-in-sequence</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-is-value-in-sequence" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-is-value-in-sequence</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-last-day-of-month" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-last-day-of-month</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-last-day-of-year" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-last-day-of-year</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-last-node" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-last-node</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-leaf-elements" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-leaf-elements</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-left-trim" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-left-trim</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-line-count" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-line-count</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-lines" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-lines</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-max-depth" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-max-depth</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-max-determine-type" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-max-determine-type</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-max-line-length" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-max-line-length</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-max-node" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-max-node</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-max-string" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-max-string</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-min-determine-type" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-min-determine-type</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-min-node" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-min-node</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-min-non-empty-string" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-min-non-empty-string</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-min-string" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-min-string</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-mmddyyyy-to-date" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-mmddyyyy-to-date</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-month-abbrev-en" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-month-abbrev-en</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-month-name-en" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-month-name-en</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-namespaces-in-use" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-namespaces-in-use</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-name-test" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-name-test</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-next-day" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-next-day</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-node-kind" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-node-kind</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-non-distinct-values" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-non-distinct-values</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-number-of-matches" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-number-of-matches</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-open-ref-document" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-open-ref-document</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-ordinal-number-en" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-ordinal-number-en</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-pad-integer-to-length" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-pad-integer-to-length</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-pad-string-to-length" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-pad-string-to-length</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-path-to-node-with-pos" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-path-to-node-with-pos</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-path-to-node" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-path-to-node</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-precedes-not-ancestor" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-precedes-not-ancestor</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-previous-day" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-previous-day</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-remove-attributes-deep" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-remove-attributes-deep</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-remove-attributes" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-remove-attributes</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-remove-elements-deep" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-remove-elements-deep</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-remove-elements-not-contents" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-remove-elements-not-contents</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-remove-elements" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-remove-elements</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-repeat-string" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-repeat-string</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-replace-beginning" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-replace-beginning</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-replace-element-values" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-replace-element-values</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-replace-first" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-replace-first</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-replace-multi" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-replace-multi</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-reverse-string" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-reverse-string</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-right-trim" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-right-trim</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-scheme-from-uri" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-scheme-from-uri</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-sequence-deep-equal" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-sequence-deep-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-sequence-node-equal-any-order" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-sequence-node-equal-any-order</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-sequence-node-equal" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-sequence-node-equal</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-sequence-type" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-sequence-type</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-siblings-same-name" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-siblings-same-name</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-siblings" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-siblings</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-sort-as-numeric" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-sort-as-numeric</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-sort-case-insensitive" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-sort-case-insensitive</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-sort-document-order" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-sort-document-order</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-sort" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-sort</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-substring-after-if-contains" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-substring-after-if-contains</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-substring-after-last-match" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-substring-after-last-match</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-substring-after-last" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-substring-after-last</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-substring-after-match" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-substring-after-match</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-substring-before-if-contains" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-substring-before-if-contains</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-substring-before-last-match" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-substring-before-last-match</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-substring-before-last" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-substring-before-last</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-substring-before-match" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-substring-before-match</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-time" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-time</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-timezone-from-duration" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-timezone-from-duration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-total-days-from-duration" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-total-days-from-duration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-total-hours-from-duration" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-total-hours-from-duration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-total-minutes-from-duration" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-total-minutes-from-duration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-total-months-from-duration" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-total-months-from-duration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-total-seconds-from-duration" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-total-seconds-from-duration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-total-years-from-duration" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-total-years-from-duration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-trim" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-trim</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-update-attributes" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-update-attributes</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-value-except" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-value-except</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-value-intersect" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-value-intersect</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-value-union" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-value-union</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-word-count" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-word-count</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-words-to-camel-case" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-words-to-camel-case</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-wrap-values-in-elements" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-wrap-values-in-elements</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-yearMonthDuration" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-yearMonthDuration</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-yyyyddmm-to-date" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-yyyyddmm-to-date</title>
<description/>
</GroupInfo>
</test-group>
<test-group name="functx-functx-yyyymmdd-to-date" featureOwner="Frans Englich">
<GroupInfo>
<title>functx-functx-yyyymmdd-to-date</title>
<description/>
</GroupInfo>
</test-group>
</test-group>
<test-group name="XQuery11" featureOwner="Michael Kay">
<GroupInfo>
<title>XQuery 1.1 test cases</title>
<description/>
</GroupInfo>
<test-group name="EQNames" featureOwner="Michael Kay">
<GroupInfo>
<title>Extended QNames ("uri":local)</title>
<description>Test cases for extended QName syntax introduced in XQuery 1.1</description>
</GroupInfo>
</test-group>
<test-group name="HigherOrderFunctions" featureOwner="Michael Kay">
<GroupInfo>
<title>Higher Order Functions</title>
<description>Test cases for higher order functions in XQuery 1.1</description>
</GroupInfo>
</test-group>
<test-group name="HigherOrderFunctions2" featureOwner="Michael Kay">
<GroupInfo>
<title>Head and Tail Functions</title>
<description>Test cases for head() and tail() functions in XQuery 1.1</description>
</GroupInfo>
</test-group>
<test-group name="SwitchExpression" featureOwner="Michael Kay">
<GroupInfo>
<title>switch expression (XQuery 1.1)</title>
<description>Test cases for switch expression introduced in XQuery 1.1</description>
</GroupInfo>
</test-group>
</test-group>
<test-group name="Catalog" featureOwner="Frans Englich">
<GroupInfo>
<title>Consistency in XQTS Catalog</title>
<description/>
</GroupInfo>
</test-group>
</test-suite>