Returns $arg if it contains one or more items. Otherwise, raises an error.
fn:one-or-more( $arg as item()*item()+Except in error cases, the function returns $arg unchanged.
A dynamic error is raised if $arg is an
empty sequence.