xs:QName

Creates a new QName with a local name specified $string-var and no namespace.

If the value of $string-var is the empty sequence, the empty sequence is returned. The empty sequence is a sequence containing zero items (), which is similar to null in SQL.

Signatures

xs:QName(xs:string $string-var) —> xs:QName

Arguments

Data Type
Argument
Description

xs:string

$string-var

Represents the string to convert.

Returns

Returns the $string-var converted to the QName data type.

Related Topics

W3C QName data type description