This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
I've just completed XQueryX 3.0 support for our processor. How should I report these results as distinct from 'normal' operation using XQuery syntax? The old XQTS reporting schema has a syntax element. <xsd:simpleType name="syntaxType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="XQuery" /> <xsd:enumeration value="XQueryX" /> </xsd:restriction> </xsd:simpleType> Unless I'm mistaken, an equivalent is absent in the new test suite report schema. There are however some remnants of its existence in report.xsl.
I believe this bug has been resolved