fn:zero-or-one($arg as item()*) => item()?
fn:one-or-more($arg as item()*) => item()?
fn:exactly-one($arg as item()*) => item()?