RE: [xml-dev] WARNING: Namespace thread virus (new variant?)

From
Jeff Lowery <>
To
"Xml-Dev ()" <>
Date
2004-02-02T20:29:19Z
ID
<>
Thread
RE: [xml-dev] WARNING: Namespace thread virus (new variant?)
The biggest problem I see with namespace types is how to handle standardized
type libraries. Three approaches come to mind:

A) out-of-band agreement of how localized types map to standardized types.

B) encoding of standard types in namespace identifier:

<qux:qux i:attrib="1.0"
xmlns:i="http://www/company/com/myproject/TYPELIB/org/standardsBody/types/in
teger"/>

C) Use the resource-at-the-end-of-the-namespace-URI pattern, with type maps
located there.