- From: <bugzilla@wiggum.w3.org>
- Date: Sat, 28 Oct 2006 05:05:31 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3872 Summary: [FS] editorial: 2.4.5 Example of a complete Schema Product: XPath / XQuery / XSLT Version: Candidate Recommendation Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: Formal Semantics AssignedTo: simeon@us.ibm.com ReportedBy: jmdyck@ibiblio.org QAContact: public-qt-comments@w3.org 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/
Received on Saturday, 28 October 2006 05:05:40 UTC