[Bug 4694] <forLetClauseItemExtensions> element not documented

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

           Summary: <forLetClauseItemExtensions> element not documented
           Product: XPath / XQuery / XSLT
           Version: Recommendation
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQueryX
        AssignedTo: jim.melton@acm.org
        ReportedBy: oliver@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


The element <forLetClauseItemExtensions> is defined in the XQueryX schema as
follows:

<!-- Represents all variable bindings in a for or let clause except typed and
positional variable bindings -->
<xsd:element name="forLetClauseItemExtensions" abstract="true"/>

Beyond the comment there is no documentation for this element at all.
It is used in the schema in both the forClauseItem type and letClauseItem
element, although it is an abstract element with no substitution groups
defined.

None of the XQTS cases use this element either.

Received on Friday, 22 June 2007 09:36:27 UTC