OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

xri message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: tag for local scope comment


After looking over the proposal for this issue, I have a fundamental
question about this proposal.

The first sentence in the motivation section says that a tag is needed
to "explicitly declare that a namespace is locally scoped and thus must
be placed in the context of an authority to be globally unique."

Isn't this just basic XRI syntax?  I.e., 

  xri://<authority-part>/<local-part>

By definition, the local-part can only be understood in the context of
the authority-part. This already guarantees global uniqueness (assuming
an authority doesn't have multiple entries for the same subsegment --
which is likely a good assumption).

The example given is that of a 7 digit employee number system.  Wouldn't
the requirement be met just by using the following XRI?

  xri://@example.company/1234567

Or if a more hierarchical XRI were desired, something to the effect of:

  xri://@example.company/id/1234567

Mike


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]