- From: <bugzilla@jessica.w3.org>
- Date: Sat, 20 Jul 2013 23:12:44 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22738 Jim Melton <jim.melton@acm.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Jim Melton <jim.melton@acm.org> --- Thank you for the comment. I have corrected the obvious error, and the result is visible at https://www.w3.org/XML/Group/qtspecs/specifications/xqueryx-30/html/Overview.html#Schema (member-only link). If you are unable to access that link, here is the relevant section of the schema: <xsd:complexType name="pathExpr"> <xsd:complexContent> <xsd:extension base="expr"> <xsd:choice> <xsd:sequence> <xsd:element name="rootExpr" type="emptyContent"/> <xsd:element ref="stepExpr" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:element ref="stepExpr" maxOccurs="unbounded"/> </xsd:choice> </xsd:extension> </xsd:complexContent> </xsd:complexType> As a result, I am marking this bug RESOLVED/FIXED. If you are satisfied, please mark it CLOSED. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Saturday, 20 July 2013 23:12:46 UTC