The last couple of weeks there was some discussion about how the various
methods should
handle names with a namespace.
Not only properties have a namespace but also privileges,
resourcetype,...
Therefor I would like to introduce a NSName (NameSpacedName)
an abstract class that contains a (namespace, name) pair.
PropertyName is then an extension of NSName
Privilege is also an extension of NSName with an additional parameter.
I would make a new class PropertyName and not use Property.
Comments ? (does anybody has a better name for "NSName" )
Dirk