- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 19 May 2005 18:39:18 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1466
Summary: [FO] Editorial: Wrong signature on example
Product: XPath / XQuery / XSLT
Version: Last Call drafts
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Functions and Operators
AssignedTo: ashok.malhotra@oracle.com
ReportedBy: mrys@microsoft.com
QAContact: public-qt-comments@w3.org
5.3 Constructor Functions for User-Defined Types
The spec currently say:
"Consider a situation where the static context contains a type called hatSize
defined in a schema whose target namespace is bound to the prefix my. In such
a case the constructor function:
my:hatSize($arg as xdt:anyAtomicType) as my:hatSize"
replace the signature to
my:hatSize($arg as xdt:anyAtomicType?) as my:hatSize?
Received on Thursday, 19 May 2005 18:39:33 UTC