[Bug 22934] New: [XQX30] outer attribute

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22934

            Bug ID: 22934
           Summary: [XQX30] outer attribute
    Classification: Unclassified
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQueryX 3.0
          Assignee: jim.melton@acm.org
          Reporter: tim@cbcl.co.uk
        QA Contact: public-qt-comments@w3.org

The "outer" attribute is still present in the schema.  Is this not redundant
following the addition of the allowingEmpty attribute?

  <xsd:complexType name="forClause">
    <xsd:sequence>
      <xsd:element ref="forClauseItem" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="outer" type="xsd:boolean" default="false"/>
  </xsd:complexType>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 13 August 2013 08:52:30 UTC