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 1466 - [FO] Editorial: Wrong signature on example
Summary: [FO] Editorial: Wrong signature on example
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Functions and Operators 1.0 (show other bugs)
Version: Last Call drafts
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Ashok Malhotra
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-19 18:39 UTC by Michael Rys
Modified: 2005-09-29 11:21 UTC (History)
0 users

See Also:


Attachments

Description Michael Rys 2005-05-19 18:39:18 UTC
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?
Comment 1 Ashok Malhotra 2005-05-23 12:24:26 UTC
Signature corrected.  Thanks!

Ashok Malhotra