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 3872 - [FS] editorial: 2.4.5 Example of a complete Schema
Summary: [FS] editorial: 2.4.5 Example of a complete Schema
Status: ASSIGNED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Formal Semantics 1.0 (show other bugs)
Version: Candidate Recommendation
Hardware: All All
: P2 minor
Target Milestone: ---
Assignee: Michael Dyck
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-28 05:05 UTC by Michael Dyck
Modified: 2007-11-04 06:00 UTC (History)
0 users

See Also:


Attachments

Description Michael Dyck 2006-10-28 05:05:31 UTC
2.4.5 Example of a complete Schema

example 2
declare namespace xsd = "http://www.w3.org/2001/XMLSchema";
    What's that doing in a sequence of defines?  The []_Schema
    mapping yields Definitions, which doesn't include NamespaceDecl.
    (In my proposed fix for Bug 3863, the QNames become expanded-QNames,
    so you don't need a NamespaceDecl to tell you what 'xsd' means.)

define type SKU restrict xsd:string;
    s/restrict/restricts/
Comment 1 Jim Melton 2007-02-26 00:18:19 UTC
The fix for this bug does not appear in the Recommendation of 23 January 2007. 
It will be considered for a future publication (either an Errata document or
some possible future version of the specification).