[Bug 12589] New: [XQuery30] URIQualifiedName production should be shown

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12589

           Summary: [XQuery30] URIQualifiedName production should be shown
           Product: XPath / XQuery / XSLT
           Version: Member-only Editors Drafts
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: minor
          Priority: P2
         Component: XQuery 3.0
        AssignedTo: jonathan.robie@redhat.com
        ReportedBy: andrew.eisenberg@us.ibm.com
         QAContact: public-qt-comments@w3.org
             Group: XSLXQuery_WG


In Section 2, Basics, we say:

In the XQuery 3.0 grammar, most names are specified using the EQName
production, which allows lexical QNames, and also allows a namespace URI to be
specified as a literal:

[192] EQName       ::=   QName | URIQualifiedName
[207] QName        ::=   [http://www.w3.org/TR/REC-xml-names/#NT-QName]Names
[208] NCName       ::=   [http://www.w3.org/TR/REC-xml-names/#NT-NCName]Names
[191] URILiteral   ::=   StringLiteral


The URIQualifiedName production should be shown as well.

[193] URIQualifiedName      ::=  URILiteral ":" NCName


Right now it appears only in A.1, EBNF.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 3 May 2011 12:50:40 UTC