JavaScript is disabled on your browser.

Parameter Properties

Enter the Namespace and Local Part here.

An XML Qualified Name (QName) is constructed of two parts:

1. A namespace URI, and
2. a local part.

Example:

Namespace: http://schemas.domain.de/variableNames/
Local part: myValue

or

Namespace: urn:variableNames
Local part: myValue

Two qualified names are equal if both their namespace and their local name are the same. Upper- and lowercase is considered in this regard.