- From: <bugzilla@jessica.w3.org>
- Date: Fri, 19 Jul 2013 23:46:52 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22738
Bug ID: 22738
Summary: Error in the XML Schema for the XQuery XML Syntax
Classification: Unclassified
Product: XPath / XQuery / XSLT
Version: Candidate Recommendation
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: XQueryX 3.0
Assignee: jim.melton@acm.org
Reporter: nikolay.ognyanov@gmail.com
QA Contact: public-qt-comments@w3.org
In the schema as published at
http://www.w3.org/TR/2013/CR-xqueryx-30-20130108/#Schema in the definition of
PathExpr as there is a duplciate </xsd:choice> closing tag:
<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:choice> !!!!!!! This is an error
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 19 July 2013 23:46:53 UTC