Re: [xml-dev] Namespace terminology

From
Ronald Bourret <>
To
Date
2002-02-05T23:01:02Z
ID
<>
Thread
Re: [xml-dev] Namespace terminology
Lars Marius Garshol wrote:
> 
> I've run into a slightly odd problem. I am describing some event-based
> XML APIs that do namespace processing and represent processed
> qualified names either as "namespaceuri localname" strings, or as
> ("namespaceuri", "localname") tuples[1].
> 
> The question is, what do I call these things?

I call them "universal names" in the namespaces FAQ. This is based on
the statement in the namespaces rec that:

"These considerations require that document constructs should have
__universal names__, whose scope extends beyond their containing
document. This specification describes a mechanism, XML namespaces,
which accomplishes this."

-- Ron