- From: <bugzilla@jessica.w3.org>
- Date: Mon, 20 Oct 2014 04:17:53 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27105
Bug ID: 27105
Summary: [XQX31] xqx:squareArray: minOccurs should be 0
Product: XPath / XQuery / XSLT
Version: Working drafts
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: XQueryX 3.1
Assignee: jim.melton@acm.org
Reporter: jmdyck@ibiblio.org
QA Contact: public-qt-comments@w3.org
The schema says:
<xsd:complexType name="squareArray">
<xsd:sequence minOccurs="1" maxOccurs="unbounded">
<xsd:element name="arrayElem" type="exprWrapper"/>
</xsd:sequence>
</xsd:complexType>
Presumably the minOccurs should be "0", to represent [].
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Monday, 20 October 2014 04:17:55 UTC