This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27105 - [XQX31] xqx:squareArray: minOccurs should be 0
Summary: [XQX31] xqx:squareArray: minOccurs should be 0
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQueryX 3.1 (show other bugs)
Version: Working drafts
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Jim Melton
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-20 04:17 UTC by Michael Dyck
Modified: 2014-10-28 19:35 UTC (History)
1 user (show)

See Also:


Attachments

Description Michael Dyck 2014-10-20 04:17:53 UTC
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 [].
Comment 1 Jonathan Robie 2014-10-28 19:35:12 UTC
The Working Group agrees. This wil be fixed.