This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 5033 - [UPD] XQueryX schema uses incorrect type name
Summary: [UPD] XQueryX schema uses incorrect type name
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Update Facility (show other bugs)
Version: Last Call drafts
Hardware: PC Windows XP
: P2 minor
Target Milestone: ---
Assignee: Jim Melton
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-11 18:12 UTC by Jim Melton
Modified: 2007-09-13 19:39 UTC (History)
0 users

See Also:


Attachments

Description Jim Melton 2007-09-11 18:12:43 UTC
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".
Comment 1 Jim Melton 2007-09-13 19:39:00 UTC
The XML Query WG approved this change to the XQuery Update Facility's XQueryX schema and the changes have been reflected in member CVS.  Since you were present when this change was approved, we are marking the bug FIXED and CLOSED.