
sc:function-return-type( [$arg as function(*)] ) as schema-type()
Returns the return type of a function item as a schema component. The context item is used if no argument is given.
| Parameters | |
|---|---|
| arg | The function item whose return type is to be returned. |
xdmp:describe(
function-lookup(xs:QName("fn:normalize-unicode"),1) !
sc:function-return-type(.)
)
=>
#xs:string