module namespace wsa = 'app/sockets'; import module namespace ws="http://basex.org/modules/ws"; declare function wsa:wsids() as xs:string* { ws:ids() }; declare %rest:path('/app/api/sockets') function wsa:list() as element(ul) { };