URN.nss

string nss() @property const @safe

Return the Namespace Specific String (NSS): the part after "urn:". In generic URI syntax this corresponds to the path component.

Returns

The namespace specific string.
void nss(string value) @property @safe

Set the Namespace Specific String (NSS).

Parameters

valueNamespace specific string to set (stored in the underlying URI's path).