[Bug 5033] [UPD] XQueryX schema uses incorrect type name

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

           Summary: [UPD] XQueryX schema uses incorrect type name
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Update Facility
        AssignedTo: jim.melton@acm.org
        ReportedBy: jim.melton@acm.org
         QAContact: public-qt-comments@w3.org


In E.1, Schema, near the end, appears the following:

<!-- Redefine the functionDecl complext type -->
  <xsd:complexType name="functionDeclType">
    <xsd:complexContent>
      <xsd:extension base="functionDeclType">
        <xsd:attribute name="updatingFunction"
                       type="xsd:boolean" default="false"/>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>

The name of the complex type is mis-spelled and does not align with the
(corrected) XQueryX schema found at http://www.w3.org/2005/XQueryX/xqueryx.xsd. 

Instead of "functionDeclType" (in two places), the name should be spelled
"functionDecl".

Received on Tuesday, 11 September 2007 18:12:45 UTC