[Bug 1466] New: [FO] Editorial: Wrong signature on example

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