[Bug 20864] New: [XQX30] Annotation arguments

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

            Bug ID: 20864
           Summary: [XQX30] Annotation arguments
    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

XQueryX annotations allows expressions as arguments, rather than restricting
the arguments to be literals.

  <xsd:complexType name="annotation">
    <xsd:sequence>
      <xsd:element name="annotationName" type="EQName"/>
      <xsd:element name="arguments" type="exprList" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>

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

Received on Monday, 4 February 2013 14:30:45 UTC