Represents the full information about a particular XML name (that is Namespace URI, Prefix and Local Name) in the form of a single object.
(For more details about XML names, see also About XML Names reference below.)
The string representation of a QName object is the XML qualified name that looks like
prefix:localName
localName
qName
is a QName object and
qName.prefix == "xs"
qName.localName == "complexType"
qName.toString()
returns "xs:complexType"
QName.namespaceURI
QName.localName